:
logo qtransform

  to  




#AD323A color HEX code RGB, HSL, CMYK

COLOR CODE FOR HEXA COLOR #AD323A
#AD323A

   In a RGB color space, hex #AD323A is composed of 68% red, 20% green and 23% blue.
RGB color code is composed of a hexadecimal AD red (173/255), a 32 green (50/255) and a 3A blue component (58/255). The decimal RGB color code is rgb(173,50,58)
In CMYK color space, it is composed of 0% cyan, 71% magenta, 66% yellow and 32% black.
It has a hue angle of 356.1o degrees, a saturation of 55% and a lightness of 44%.
Closest websafe color is: #993333 rgb (153, 51, 51).
twitter  facebook  whatsapp


Color conversion




#AD323A
rgb(173,50,58)
=68%
from 255
20%
from 255
23%
from 255
=0
from 100
71
from 100
66
from 100
32
from 100
R: 173
red
G: 50
green
B: 58
blue
C: 0
cyan
M: 71
magenta
Y: 66
yellow
K: 32
black
Hexa colorRGB color chartCMYK color chart

Convert color


The hexadecimal color #AD323A has RGB values of R:173, G:50, B:58 and CMYK values of C:0, M:71, Y:66, K:32. Its decimal value is 11350586.Binary code is 101011010011001000111010
In print we use cyan, yellow, magenta and black (CMYK) inks because usually we print on a white paper.

Hex colorAD323A #AD323A
RGB decimal173, 50, 58 rgb(173, 50, 58)
RGB %68, 20, 23 rgb(68%, 20%, 23%)
RGB Adobe149, 53, 60
CMYK %0, 71, 66, 32 0%, 71%, 66%, 32%
HSL356.1o, 55, 44 hsl(356.1o, 55%, 44%)
HSV (HSB)356o, 71%, 68% hsv(356o, 71%, 68%)
Web Safe color#993333 rgb (153, 51, 51)
XYZ19.138, 11.471 5.208
xyY0.53, 0.32, 11.47
Hunter-Lab33.87, 44.09, 13.24
CMY32%, 80%, 77%
Lab40.96, 50.72, 25.82
Binary color
AD 32 3A
10101101 110010 111010

Shades and tints of #AD323A


A shade is achieved by adding black to original color on hue code.
A tint is created by mixing color with white.
Use the palette to pick a color or the sliders to set the RGB, HSV, CMYK components.
For example here: #220A0C is the darkest color, and: #EFD7D8 is the lightest one.

Tint color variation #AD323A


Shade color variation


Tones of #AD323A
A tone is produced by adding gray to any pure hue. In this case, #A93A41 is the less saturated color, and #906568 is the most saturated one.


Alternatives to #AD323A


Below, you can see some colors close to #AD323A. Having a set of related colors can be useful if you need an inspirational alternative or other close colors to your original color choice.




Quick use #AD323A


How to use this color on webpages, scripts or other programming languages using html, CSS, dhtml, JAVA, .NET, openGL, Swift, Xojo

Color of the text Background color example
Color of the text
Background color example

<font color="#AD323A;">Text here</font>

<div style="background-color:#AD323A;">Text here</div>



Color preview on black background Color preview on white background
color preview on black background
color preview on white background
HTML code

<div style="background-color:#000000"> <font color="#AD323A;">Text here</font> </div>

HTML code

<div style="background-color:#FFFFFF; border: 1px dotted #999999;"> <font color="#AD323A;">Text here</font> </div>



Div box shadow Text shadow css code
box shadow for color #AD323A
text shadow css code
HTML code

<div style="background-color:#FFFFFF; box-shadow: 2px 2px 7px 1px #AD323A;"></div>

CSS code

.box-shadow: 2px 2px 7px 1px;

CSS code

.text-shadow: 1px 2px 2px #AD323A;



Box border html code Text shadow with RGB values for color #AD323A
box border html code for color #AD323A

text shadow with RGB values

HTML code

<div style="background-color:#FFFFFF; border:1px solid #AD323A;"></div>

CSS code with RGB

.text-shadow: 0px 2px 2px rgba(173, 50, 58, 1.4);



Pre-formatted code AD323A code for script / programming
HTML, CSS: = #AD323A; rgb(173, 50, 58)
Java: = new Color(173, 50, 58)
.NET: = Color.FromArgb (173, 50, 58);
Xojo: = rgb (173, 50, 58, 0);
openGL: = glColor3f (0.68f, 0.2f, 0.23f);
Swift: = UIColor(red:0.68, green:0.2, blue:0.23, alpha:1.00000);
Objective-C: = [UIColor colorWithRed:0.68 green:0.2 blue:0.23 alpha:1.00000];


Color schemes with #AD323A


Monochromatic color
monochromatic color scheme

Monochromatic color schemes are easy to create because they use only one color. Monochromatic schemes use different tones from the same angle on the color wheel (the same angle).Just change color saturation +10% and you have a new monocromatic color. On our case color: 71% has a #AD323A saturation. Adding 71% + 10% = 81% saturation for our new color #871A21. Decreasing 71% - 10% = 61% saturation for other monochromatic color #D4535B.

Analogous color
analogous color scheme

Analogous color schemes are created by using colors that are next to each other on the color wheel. Just +/- 30o on sides of the color hue angle.

Complementary color
complementary color scheme
Complementary schemes are created by combining colors from opposite sides of the color wheel. Simple add 180 degrees to color hue / angle and you have the complementary color. On our case color: #AD323A has a 356o angle. Adding 356o + 180o = 176oo for our new complementary color #32ADA5.

Split color
split color scheme

Compound schemes or split complementary schemens are almost the same as complementary schemes.
Instead of using colors that are opposites, it uses colors on both sides of the opposite hue angle.
On our case color: #AD323A has a 356o angle. Adding 356o + 180o+30o = 206o for our first complementary color #3278AD. Decreasing 356o + 180o-30o = 146o for the second complementary color #32AD68.

Tiradic color
tiradic color scheme

Triadic schemes are made up of hues/angles equally spaced around color wheel. Add and decrease +/- 120 degrees on both sides of the color hue angle.

Tetradic color
tetradic color scheme

Tetradic schemes are made up of hues/angles spaced around color wheel. Add 120,180,300 degrees on the color hue angle.