Shades of Red Stage #AD5631
Tints of Red Stage #AD5631
RGB
CMYK
RGB Variations
Color information
#AD5631 (or 0xAD5631) is known color: Red Stage. HEX triplet: AD, 56 and 31. RGB value is (173,86,49). Sum of RGB (Red+Green+Blue) = 173+86+49=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5631 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5631 is #52A9CE. Grayscale: #6C6C6C. Windows color (decimal): -5417423 or 3233453. OLE color: 3233453.
HSL color Cylindrical-coordinate representation of color #AD5631: hue angle of 17.9º 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 #AD5631 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 86 | 49 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.32 |
| HSL | 17.9º | 0.56% | 0.44% | - |
| HSV(B) | 17.9º | 0.72% | 0.68% | - |
| XYZ | 21.12 | 15.76 | 4.84 | - |
| YUV | 107.8 | 94.82 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 49 | 0 | 0.50 | 0.72 | 0.32 | 17.9 | 0.56 | 0.44 |
| Hex | AD | 56 | 31 | 0 | 32 | 48 | 20 | 12 | 38 | 2C |
| Octal | 255 | 126 | 61 | 0 | 62 | 110 | 40 | 22 | 70 | 54 |
| Binary | 10101101 | 1010110 | 110001 | 0 | 110010 | 1001000 | 100000 | 10010 | 111000 | 101100 |
Color Harmonies of #AD5631
Complementary color
Monochromatic Colors of #AD5631
Black with #AD5631
Text Example
Text Example
White with #AD5631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5631; }
p { color: rgb(173,86,49); }
H1.HeaderClassName
{
color: #AD5631;
}
.AnyTagClassName
{
color: #AD5631;
}
</style>
background-color css
<style>
a { background-color: #AD5631; }
a { background-color: rgb(173,86,49); }
div.DivClassName
{
background-color: #AD5631;
}
.BgClassName
{
background-color: #AD5631;
}
</style>
border-color css
<style>
span { border-color: #AD5631; }
span { border-color: rgb(173,86,49); }
td.TdClassName
{
border-color: #AD5631;
}
.TagClassName
{
border-color: #AD5631;
}
</style>