Shades of Golden Brown #AB560A
Tints of Golden Brown #AB560A
RGB
CMYK
RGB Variations
Color information
#AB560A (or 0xAB560A) is known color: Golden Brown. HEX triplet: AB, 56 and 0A. RGB value is (171,86,10). Sum of RGB (Red+Green+Blue) = 171+86+10=267 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.04% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 10 (4.30% from 255 or 3.75% from 267); Max value from RGB is 171 - color contains mainly: red. Hex color #AB560A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB560A is #54A9F5. Grayscale: #676767. Windows color (decimal): -5548534 or 677547. OLE color: 677547.
HSL color Cylindrical-coordinate representation of color #AB560A: hue angle of 28.32º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB560A is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 86 | 10 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.33 |
| HSL | 28.32º | 0.89% | 0.35% | - |
| HSV(B) | 28.32º | 0.94% | 0.67% | - |
| XYZ | 20.18 | 15.34 | 2.18 | - |
| YUV | 102.75 | 75.66 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 10 | 0 | 0.50 | 0.94 | 0.33 | 28.32 | 0.89 | 0.35 |
| Hex | AB | 56 | A | 0 | 32 | 5E | 21 | 1C | 59 | 23 |
| Octal | 253 | 126 | 12 | 0 | 62 | 136 | 41 | 34 | 131 | 43 |
| Binary | 10101011 | 1010110 | 1010 | 0 | 110010 | 1011110 | 100001 | 11100 | 1011001 | 100011 |
Color Harmonies of #AB560A
Complementary color
Monochromatic Colors of #AB560A
Black with #AB560A
Text Example
Text Example
White with #AB560A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB560A; }
p { color: rgb(171,86,10); }
H1.HeaderClassName
{
color: #AB560A;
}
.AnyTagClassName
{
color: #AB560A;
}
</style>
background-color css
<style>
a { background-color: #AB560A; }
a { background-color: rgb(171,86,10); }
div.DivClassName
{
background-color: #AB560A;
}
.BgClassName
{
background-color: #AB560A;
}
</style>
border-color css
<style>
span { border-color: #AB560A; }
span { border-color: rgb(171,86,10); }
td.TdClassName
{
border-color: #AB560A;
}
.TagClassName
{
border-color: #AB560A;
}
</style>