Shades of Red Stage #AB522F
Tints of Red Stage #AB522F
RGB
CMYK
RGB Variations
Color information
#AB522F (or 0xAB522F) is known color: Red Stage. HEX triplet: AB, 52 and 2F. RGB value is (171,82,47). Sum of RGB (Red+Green+Blue) = 171+82+47=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB522F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB522F is #54ADD0. Grayscale: #686868. Windows color (decimal): -5549521 or 3101355. OLE color: 3101355.
HSL color Cylindrical-coordinate representation of color #AB522F: hue angle of 16.94º 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 #AB522F is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 82 | 47 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.33 |
| HSL | 16.94º | 0.57% | 0.43% | - |
| HSV(B) | 16.94º | 0.73% | 0.67% | - |
| XYZ | 20.32 | 14.9 | 4.49 | - |
| YUV | 104.62 | 95.49 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 82 | 47 | 0 | 0.52 | 0.73 | 0.33 | 16.94 | 0.57 | 0.43 |
| Hex | AB | 52 | 2F | 0 | 34 | 49 | 21 | 11 | 39 | 2B |
| Octal | 253 | 122 | 57 | 0 | 64 | 111 | 41 | 21 | 71 | 53 |
| Binary | 10101011 | 1010010 | 101111 | 0 | 110100 | 1001001 | 100001 | 10001 | 111001 | 101011 |
Color Harmonies of #AB522F
Complementary color
Monochromatic Colors of #AB522F
Black with #AB522F
Text Example
Text Example
White with #AB522F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB522F; }
p { color: rgb(171,82,47); }
H1.HeaderClassName
{
color: #AB522F;
}
.AnyTagClassName
{
color: #AB522F;
}
</style>
background-color css
<style>
a { background-color: #AB522F; }
a { background-color: rgb(171,82,47); }
div.DivClassName
{
background-color: #AB522F;
}
.BgClassName
{
background-color: #AB522F;
}
</style>
border-color css
<style>
span { border-color: #AB522F; }
span { border-color: rgb(171,82,47); }
td.TdClassName
{
border-color: #AB522F;
}
.TagClassName
{
border-color: #AB522F;
}
</style>