Shades of Red Stage #AD4D32
Tints of Red Stage #AD4D32
RGB
CMYK
RGB Variations
Color information
#AD4D32 (or 0xAD4D32) is known color: Red Stage. HEX triplet: AD, 4D and 32. RGB value is (173,77,50). Sum of RGB (Red+Green+Blue) = 173+77+50=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4D32 is #52B2CD. Grayscale: #666666. Windows color (decimal): -5419726 or 3296685. OLE color: 3296685.
HSL color Cylindrical-coordinate representation of color #AD4D32: hue angle of 13.17º 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 #AD4D32 is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 77 | 50 | - |
| CMYK | 0 | 0.55 | 0.71 | 0.32 |
| HSL | 13.17º | 0.55% | 0.44% | - |
| HSV(B) | 13.17º | 0.71% | 0.68% | - |
| XYZ | 20.46 | 14.42 | 4.72 | - |
| YUV | 102.63 | 98.3 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 77 | 50 | 0 | 0.55 | 0.71 | 0.32 | 13.17 | 0.55 | 0.44 |
| Hex | AD | 4D | 32 | 0 | 37 | 47 | 20 | D | 37 | 2C |
| Octal | 255 | 115 | 62 | 0 | 67 | 107 | 40 | 15 | 67 | 54 |
| Binary | 10101101 | 1001101 | 110010 | 0 | 110111 | 1000111 | 100000 | 1101 | 110111 | 101100 |
Color Harmonies of #AD4D32
Complementary color
Monochromatic Colors of #AD4D32
Black with #AD4D32
Text Example
Text Example
White with #AD4D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4D32; }
p { color: rgb(173,77,50); }
H1.HeaderClassName
{
color: #AD4D32;
}
.AnyTagClassName
{
color: #AD4D32;
}
</style>
background-color css
<style>
a { background-color: #AD4D32; }
a { background-color: rgb(173,77,50); }
div.DivClassName
{
background-color: #AD4D32;
}
.BgClassName
{
background-color: #AD4D32;
}
</style>
border-color css
<style>
span { border-color: #AD4D32; }
span { border-color: rgb(173,77,50); }
td.TdClassName
{
border-color: #AD4D32;
}
.TagClassName
{
border-color: #AD4D32;
}
</style>