Shades of Golden Brown #AB560E
Tints of Golden Brown #AB560E
RGB
CMYK
RGB Variations
Color information
#AB560E (or 0xAB560E) is known color: Golden Brown. HEX triplet: AB, 56 and 0E. RGB value is (171,86,14). Sum of RGB (Red+Green+Blue) = 171+86+14=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB560E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB560E is #54A9F1. Grayscale: #676767. Windows color (decimal): -5548530 or 939691. OLE color: 939691.
HSL color Cylindrical-coordinate representation of color #AB560E: hue angle of 27.52º 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 #AB560E is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 86 | 14 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.33 |
| HSL | 27.52º | 0.85% | 0.36% | - |
| HSV(B) | 27.52º | 0.92% | 0.67% | - |
| XYZ | 20.2 | 15.35 | 2.31 | - |
| YUV | 103.21 | 77.66 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 14 | 0 | 0.50 | 0.92 | 0.33 | 27.52 | 0.85 | 0.36 |
| Hex | AB | 56 | E | 0 | 32 | 5C | 21 | 1C | 55 | 24 |
| Octal | 253 | 126 | 16 | 0 | 62 | 134 | 41 | 34 | 125 | 44 |
| Binary | 10101011 | 1010110 | 1110 | 0 | 110010 | 1011100 | 100001 | 11100 | 1010101 | 100100 |
Color Harmonies of #AB560E
Complementary color
Monochromatic Colors of #AB560E
Black with #AB560E
Text Example
Text Example
White with #AB560E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB560E; }
p { color: rgb(171,86,14); }
H1.HeaderClassName
{
color: #AB560E;
}
.AnyTagClassName
{
color: #AB560E;
}
</style>
background-color css
<style>
a { background-color: #AB560E; }
a { background-color: rgb(171,86,14); }
div.DivClassName
{
background-color: #AB560E;
}
.BgClassName
{
background-color: #AB560E;
}
</style>
border-color css
<style>
span { border-color: #AB560E; }
span { border-color: rgb(171,86,14); }
td.TdClassName
{
border-color: #AB560E;
}
.TagClassName
{
border-color: #AB560E;
}
</style>