Shades of Red Stage #AB562E
Tints of Red Stage #AB562E
RGB
CMYK
RGB Variations
Color information
#AB562E (or 0xAB562E) is known color: Red Stage. HEX triplet: AB, 56 and 2E. RGB value is (171,86,46). Sum of RGB (Red+Green+Blue) = 171+86+46=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB562E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB562E is #54A9D1. Grayscale: #6B6B6B. Windows color (decimal): -5548498 or 3036843. OLE color: 3036843.
HSL color Cylindrical-coordinate representation of color #AB562E: hue angle of 19.2º degrees, saturation: 0.58, 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 #AB562E is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 86 | 46 | - |
| CMYK | 0 | 0.50 | 0.73 | 0.33 |
| HSL | 19.2º | 0.58% | 0.43% | - |
| HSV(B) | 19.2º | 0.73% | 0.67% | - |
| XYZ | 20.62 | 15.51 | 4.49 | - |
| YUV | 106.86 | 93.66 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 46 | 0 | 0.50 | 0.73 | 0.33 | 19.2 | 0.58 | 0.43 |
| Hex | AB | 56 | 2E | 0 | 32 | 49 | 21 | 13 | 3A | 2B |
| Octal | 253 | 126 | 56 | 0 | 62 | 111 | 41 | 23 | 72 | 53 |
| Binary | 10101011 | 1010110 | 101110 | 0 | 110010 | 1001001 | 100001 | 10011 | 111010 | 101011 |
Color Harmonies of #AB562E
Complementary color
Monochromatic Colors of #AB562E
Black with #AB562E
Text Example
Text Example
White with #AB562E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB562E; }
p { color: rgb(171,86,46); }
H1.HeaderClassName
{
color: #AB562E;
}
.AnyTagClassName
{
color: #AB562E;
}
</style>
background-color css
<style>
a { background-color: #AB562E; }
a { background-color: rgb(171,86,46); }
div.DivClassName
{
background-color: #AB562E;
}
.BgClassName
{
background-color: #AB562E;
}
</style>
border-color css
<style>
span { border-color: #AB562E; }
span { border-color: rgb(171,86,46); }
td.TdClassName
{
border-color: #AB562E;
}
.TagClassName
{
border-color: #AB562E;
}
</style>