Shades of Red Stage #AD5032
Tints of Red Stage #AD5032
RGB
CMYK
RGB Variations
Color information
#AD5032 (or 0xAD5032) is known color: Red Stage. HEX triplet: AD, 50 and 32. RGB value is (173,80,50). Sum of RGB (Red+Green+Blue) = 173+80+50=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5032 is #52AFCD. Grayscale: #686868. Windows color (decimal): -5418958 or 3297453. OLE color: 3297453.
HSL color Cylindrical-coordinate representation of color #AD5032: hue angle of 14.63º 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 #AD5032 is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 50 | - |
| CMYK | 0 | 0.54 | 0.71 | 0.32 |
| HSL | 14.63º | 0.55% | 0.44% | - |
| HSV(B) | 14.63º | 0.71% | 0.68% | - |
| XYZ | 20.68 | 14.85 | 4.79 | - |
| YUV | 104.39 | 97.31 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 50 | 0 | 0.54 | 0.71 | 0.32 | 14.63 | 0.55 | 0.44 |
| Hex | AD | 50 | 32 | 0 | 36 | 47 | 20 | F | 37 | 2C |
| Octal | 255 | 120 | 62 | 0 | 66 | 107 | 40 | 17 | 67 | 54 |
| Binary | 10101101 | 1010000 | 110010 | 0 | 110110 | 1000111 | 100000 | 1111 | 110111 | 101100 |
Color Harmonies of #AD5032
Complementary color
Monochromatic Colors of #AD5032
Black with #AD5032
Text Example
Text Example
White with #AD5032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5032; }
p { color: rgb(173,80,50); }
H1.HeaderClassName
{
color: #AD5032;
}
.AnyTagClassName
{
color: #AD5032;
}
</style>
background-color css
<style>
a { background-color: #AD5032; }
a { background-color: rgb(173,80,50); }
div.DivClassName
{
background-color: #AD5032;
}
.BgClassName
{
background-color: #AD5032;
}
</style>
border-color css
<style>
span { border-color: #AD5032; }
span { border-color: rgb(173,80,50); }
td.TdClassName
{
border-color: #AD5032;
}
.TagClassName
{
border-color: #AD5032;
}
</style>