Shades of Red Stage #AD5531
Tints of Red Stage #AD5531
RGB
CMYK
RGB Variations
Color information
#AD5531 (or 0xAD5531) is known color: Red Stage. HEX triplet: AD, 55 and 31. RGB value is (173,85,49). Sum of RGB (Red+Green+Blue) = 173+85+49=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5531 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5531 is #52AACE. Grayscale: #6B6B6B. Windows color (decimal): -5417679 or 3233197. OLE color: 3233197.
HSL color Cylindrical-coordinate representation of color #AD5531: hue angle of 17.42º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD5531 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 49 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.32 |
| HSL | 17.42º | 0.56% | 0.44% | - |
| HSV(B) | 17.42º | 0.72% | 0.68% | - |
| XYZ | 21.04 | 15.6 | 4.81 | - |
| YUV | 107.21 | 95.15 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 49 | 0 | 0.51 | 0.72 | 0.32 | 17.42 | 0.56 | 0.44 |
| Hex | AD | 55 | 31 | 0 | 33 | 48 | 20 | 11 | 38 | 2C |
| Octal | 255 | 125 | 61 | 0 | 63 | 110 | 40 | 21 | 70 | 54 |
| Binary | 10101101 | 1010101 | 110001 | 0 | 110011 | 1001000 | 100000 | 10001 | 111000 | 101100 |
Color Harmonies of #AD5531
Complementary color
Monochromatic Colors of #AD5531
Black with #AD5531
Text Example
Text Example
White with #AD5531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5531; }
p { color: rgb(173,85,49); }
H1.HeaderClassName
{
color: #AD5531;
}
.AnyTagClassName
{
color: #AD5531;
}
</style>
background-color css
<style>
a { background-color: #AD5531; }
a { background-color: rgb(173,85,49); }
div.DivClassName
{
background-color: #AD5531;
}
.BgClassName
{
background-color: #AD5531;
}
</style>
border-color css
<style>
span { border-color: #AD5531; }
span { border-color: rgb(173,85,49); }
td.TdClassName
{
border-color: #AD5531;
}
.TagClassName
{
border-color: #AD5531;
}
</style>