Shades of Red Stage #AB562F
Tints of Red Stage #AB562F
RGB
CMYK
RGB Variations
Color information
#AB562F (or 0xAB562F) is known color: Red Stage. HEX triplet: AB, 56 and 2F. RGB value is (171,86,47). Sum of RGB (Red+Green+Blue) = 171+86+47=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB562F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB562F is #54A9D0. Grayscale: #6B6B6B. Windows color (decimal): -5548497 or 3102379. OLE color: 3102379.
HSL color Cylindrical-coordinate representation of color #AB562F: hue angle of 18.87º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB562F is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 86 | 47 | - |
| CMYK | 0 | 0.50 | 0.73 | 0.33 |
| HSL | 18.87º | 0.57% | 0.43% | - |
| HSV(B) | 18.87º | 0.73% | 0.67% | - |
| XYZ | 20.64 | 15.52 | 4.6 | - |
| YUV | 106.97 | 94.16 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 47 | 0 | 0.50 | 0.73 | 0.33 | 18.87 | 0.57 | 0.43 |
| Hex | AB | 56 | 2F | 0 | 32 | 49 | 21 | 13 | 39 | 2B |
| Octal | 253 | 126 | 57 | 0 | 62 | 111 | 41 | 23 | 71 | 53 |
| Binary | 10101011 | 1010110 | 101111 | 0 | 110010 | 1001001 | 100001 | 10011 | 111001 | 101011 |
Color Harmonies of #AB562F
Complementary color
Monochromatic Colors of #AB562F
Black with #AB562F
Text Example
Text Example
White with #AB562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB562F; }
p { color: rgb(171,86,47); }
H1.HeaderClassName
{
color: #AB562F;
}
.AnyTagClassName
{
color: #AB562F;
}
</style>
background-color css
<style>
a { background-color: #AB562F; }
a { background-color: rgb(171,86,47); }
div.DivClassName
{
background-color: #AB562F;
}
.BgClassName
{
background-color: #AB562F;
}
</style>
border-color css
<style>
span { border-color: #AB562F; }
span { border-color: rgb(171,86,47); }
td.TdClassName
{
border-color: #AB562F;
}
.TagClassName
{
border-color: #AB562F;
}
</style>