Shades of Red Stage #AD542C
Tints of Red Stage #AD542C
RGB
CMYK
RGB Variations
Color information
#AD542C (or 0xAD542C) is known color: Red Stage. HEX triplet: AD, 54 and 2C. RGB value is (173,84,44). Sum of RGB (Red+Green+Blue) = 173+84+44=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD542C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD542C is #52ABD3. Grayscale: #6A6A6A. Windows color (decimal): -5417940 or 2905261. OLE color: 2905261.
HSL color Cylindrical-coordinate representation of color #AD542C: hue angle of 18.6º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD542C is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 84 | 44 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.32 |
| HSL | 18.6º | 0.59% | 0.43% | - |
| HSV(B) | 18.6º | 0.75% | 0.68% | - |
| XYZ | 20.86 | 15.41 | 4.26 | - |
| YUV | 106.05 | 92.99 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 44 | 0 | 0.51 | 0.75 | 0.32 | 18.6 | 0.59 | 0.43 |
| Hex | AD | 54 | 2C | 0 | 33 | 4B | 20 | 13 | 3B | 2B |
| Octal | 255 | 124 | 54 | 0 | 63 | 113 | 40 | 23 | 73 | 53 |
| Binary | 10101101 | 1010100 | 101100 | 0 | 110011 | 1001011 | 100000 | 10011 | 111011 | 101011 |
Color Harmonies of #AD542C
Complementary color
Monochromatic Colors of #AD542C
Black with #AD542C
Text Example
Text Example
White with #AD542C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD542C; }
p { color: rgb(173,84,44); }
H1.HeaderClassName
{
color: #AD542C;
}
.AnyTagClassName
{
color: #AD542C;
}
</style>
background-color css
<style>
a { background-color: #AD542C; }
a { background-color: rgb(173,84,44); }
div.DivClassName
{
background-color: #AD542C;
}
.BgClassName
{
background-color: #AD542C;
}
</style>
border-color css
<style>
span { border-color: #AD542C; }
span { border-color: rgb(173,84,44); }
td.TdClassName
{
border-color: #AD542C;
}
.TagClassName
{
border-color: #AD542C;
}
</style>