Shades of Red Stage #AD5332
Tints of Red Stage #AD5332
RGB
CMYK
RGB Variations
Color information
#AD5332 (or 0xAD5332) is known color: Red Stage. HEX triplet: AD, 53 and 32. RGB value is (173,83,50). Sum of RGB (Red+Green+Blue) = 173+83+50=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5332 is #52ACCD. Grayscale: #6A6A6A. Windows color (decimal): -5418190 or 3298221. OLE color: 3298221.
HSL color Cylindrical-coordinate representation of color #AD5332: hue angle of 16.1º 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 #AD5332 is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 83 | 50 | - |
| CMYK | 0 | 0.52 | 0.71 | 0.32 |
| HSL | 16.1º | 0.55% | 0.44% | - |
| HSV(B) | 16.1º | 0.71% | 0.68% | - |
| XYZ | 20.9 | 15.3 | 4.87 | - |
| YUV | 106.15 | 96.32 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 50 | 0 | 0.52 | 0.71 | 0.32 | 16.1 | 0.55 | 0.44 |
| Hex | AD | 53 | 32 | 0 | 34 | 47 | 20 | 10 | 37 | 2C |
| Octal | 255 | 123 | 62 | 0 | 64 | 107 | 40 | 20 | 67 | 54 |
| Binary | 10101101 | 1010011 | 110010 | 0 | 110100 | 1000111 | 100000 | 10000 | 110111 | 101100 |
Color Harmonies of #AD5332
Complementary color
Monochromatic Colors of #AD5332
Black with #AD5332
Text Example
Text Example
White with #AD5332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5332; }
p { color: rgb(173,83,50); }
H1.HeaderClassName
{
color: #AD5332;
}
.AnyTagClassName
{
color: #AD5332;
}
</style>
background-color css
<style>
a { background-color: #AD5332; }
a { background-color: rgb(173,83,50); }
div.DivClassName
{
background-color: #AD5332;
}
.BgClassName
{
background-color: #AD5332;
}
</style>
border-color css
<style>
span { border-color: #AD5332; }
span { border-color: rgb(173,83,50); }
td.TdClassName
{
border-color: #AD5332;
}
.TagClassName
{
border-color: #AD5332;
}
</style>