Shades of Golden Brown #AB570E
Tints of Golden Brown #AB570E
RGB
CMYK
RGB Variations
Color information
#AB570E (or 0xAB570E) is known color: Golden Brown. HEX triplet: AB, 57 and 0E. RGB value is (171,87,14). Sum of RGB (Red+Green+Blue) = 171+87+14=272 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.87% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 171 - color contains mainly: red. Hex color #AB570E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB570E is #54A8F1. Grayscale: #686868. Windows color (decimal): -5548274 or 939947. OLE color: 939947.
HSL color Cylindrical-coordinate representation of color #AB570E: hue angle of 27.9º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB570E is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 87 | 14 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.33 |
| HSL | 27.9º | 0.85% | 0.36% | - |
| HSV(B) | 27.9º | 0.92% | 0.67% | - |
| XYZ | 20.28 | 15.51 | 2.34 | - |
| YUV | 103.79 | 77.33 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 87 | 14 | 0 | 0.49 | 0.92 | 0.33 | 27.9 | 0.85 | 0.36 |
| Hex | AB | 57 | E | 0 | 31 | 5C | 21 | 1C | 55 | 24 |
| Octal | 253 | 127 | 16 | 0 | 61 | 134 | 41 | 34 | 125 | 44 |
| Binary | 10101011 | 1010111 | 1110 | 0 | 110001 | 1011100 | 100001 | 11100 | 1010101 | 100100 |
Color Harmonies of #AB570E
Complementary color
Monochromatic Colors of #AB570E
Black with #AB570E
Text Example
Text Example
White with #AB570E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB570E; }
p { color: rgb(171,87,14); }
H1.HeaderClassName
{
color: #AB570E;
}
.AnyTagClassName
{
color: #AB570E;
}
</style>
background-color css
<style>
a { background-color: #AB570E; }
a { background-color: rgb(171,87,14); }
div.DivClassName
{
background-color: #AB570E;
}
.BgClassName
{
background-color: #AB570E;
}
</style>
border-color css
<style>
span { border-color: #AB570E; }
span { border-color: rgb(171,87,14); }
td.TdClassName
{
border-color: #AB570E;
}
.TagClassName
{
border-color: #AB570E;
}
</style>