Shades of Red Stage #AD4E32
Tints of Red Stage #AD4E32
RGB
CMYK
RGB Variations
Color information
#AD4E32 (or 0xAD4E32) is known color: Red Stage. HEX triplet: AD, 4E and 32. RGB value is (173,78,50). Sum of RGB (Red+Green+Blue) = 173+78+50=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4E32 is #52B1CD. Grayscale: #676767. Windows color (decimal): -5419470 or 3296941. OLE color: 3296941.
HSL color Cylindrical-coordinate representation of color #AD4E32: hue angle of 13.66º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD4E32 is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 78 | 50 | - |
| CMYK | 0 | 0.55 | 0.71 | 0.32 |
| HSL | 13.66º | 0.55% | 0.44% | - |
| HSV(B) | 13.66º | 0.71% | 0.68% | - |
| XYZ | 20.53 | 14.56 | 4.75 | - |
| YUV | 103.21 | 97.97 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 78 | 50 | 0 | 0.55 | 0.71 | 0.32 | 13.66 | 0.55 | 0.44 |
| Hex | AD | 4E | 32 | 0 | 37 | 47 | 20 | E | 37 | 2C |
| Octal | 255 | 116 | 62 | 0 | 67 | 107 | 40 | 16 | 67 | 54 |
| Binary | 10101101 | 1001110 | 110010 | 0 | 110111 | 1000111 | 100000 | 1110 | 110111 | 101100 |
Color Harmonies of #AD4E32
Complementary color
Monochromatic Colors of #AD4E32
Black with #AD4E32
Text Example
Text Example
White with #AD4E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4E32; }
p { color: rgb(173,78,50); }
H1.HeaderClassName
{
color: #AD4E32;
}
.AnyTagClassName
{
color: #AD4E32;
}
</style>
background-color css
<style>
a { background-color: #AD4E32; }
a { background-color: rgb(173,78,50); }
div.DivClassName
{
background-color: #AD4E32;
}
.BgClassName
{
background-color: #AD4E32;
}
</style>
border-color css
<style>
span { border-color: #AD4E32; }
span { border-color: rgb(173,78,50); }
td.TdClassName
{
border-color: #AD4E32;
}
.TagClassName
{
border-color: #AD4E32;
}
</style>