Shades of Red Stage #AD5232
Tints of Red Stage #AD5232
RGB
CMYK
RGB Variations
Color information
#AD5232 (or 0xAD5232) is known color: Red Stage. HEX triplet: AD, 52 and 32. RGB value is (173,82,50). Sum of RGB (Red+Green+Blue) = 173+82+50=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5232 is #52ADCD. Grayscale: #696969. Windows color (decimal): -5418446 or 3297965. OLE color: 3297965.
HSL color Cylindrical-coordinate representation of color #AD5232: hue angle of 15.61º 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 #AD5232 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 82 | 50 | - |
| CMYK | 0 | 0.53 | 0.71 | 0.32 |
| HSL | 15.61º | 0.55% | 0.44% | - |
| HSV(B) | 15.61º | 0.71% | 0.68% | - |
| XYZ | 20.83 | 15.15 | 4.84 | - |
| YUV | 105.56 | 96.65 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 50 | 0 | 0.53 | 0.71 | 0.32 | 15.61 | 0.55 | 0.44 |
| Hex | AD | 52 | 32 | 0 | 35 | 47 | 20 | 10 | 37 | 2C |
| Octal | 255 | 122 | 62 | 0 | 65 | 107 | 40 | 20 | 67 | 54 |
| Binary | 10101101 | 1010010 | 110010 | 0 | 110101 | 1000111 | 100000 | 10000 | 110111 | 101100 |
Color Harmonies of #AD5232
Complementary color
Monochromatic Colors of #AD5232
Black with #AD5232
Text Example
Text Example
White with #AD5232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5232; }
p { color: rgb(173,82,50); }
H1.HeaderClassName
{
color: #AD5232;
}
.AnyTagClassName
{
color: #AD5232;
}
</style>
background-color css
<style>
a { background-color: #AD5232; }
a { background-color: rgb(173,82,50); }
div.DivClassName
{
background-color: #AD5232;
}
.BgClassName
{
background-color: #AD5232;
}
</style>
border-color css
<style>
span { border-color: #AD5232; }
span { border-color: rgb(173,82,50); }
td.TdClassName
{
border-color: #AD5232;
}
.TagClassName
{
border-color: #AD5232;
}
</style>