Shades of Golden Brown #AB6C0A
Tints of Golden Brown #AB6C0A
RGB
CMYK
RGB Variations
Color information
#AB6C0A (or 0xAB6C0A) is known color: Golden Brown. HEX triplet: AB, 6C and 0A. RGB value is (171,108,10). Sum of RGB (Red+Green+Blue) = 171+108+10=289 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.17% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6C0A is #5493F5. Grayscale: #747474. Windows color (decimal): -5542902 or 683179. OLE color: 683179.
HSL color Cylindrical-coordinate representation of color #AB6C0A: hue angle of 36.52º 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 #AB6C0A is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 108 | 10 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.33 |
| HSL | 36.52º | 0.89% | 0.35% | - |
| HSV(B) | 36.52º | 0.94% | 0.67% | - |
| XYZ | 22.21 | 19.4 | 2.86 | - |
| YUV | 115.67 | 68.37 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 108 | 10 | 0 | 0.37 | 0.94 | 0.33 | 36.52 | 0.89 | 0.35 |
| Hex | AB | 6C | A | 0 | 25 | 5E | 21 | 25 | 59 | 23 |
| Octal | 253 | 154 | 12 | 0 | 45 | 136 | 41 | 45 | 131 | 43 |
| Binary | 10101011 | 1101100 | 1010 | 0 | 100101 | 1011110 | 100001 | 100101 | 1011001 | 100011 |
Color Harmonies of #AB6C0A
Complementary color
Monochromatic Colors of #AB6C0A
Black with #AB6C0A
Text Example
Text Example
White with #AB6C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6C0A; }
p { color: rgb(171,108,10); }
H1.HeaderClassName
{
color: #AB6C0A;
}
.AnyTagClassName
{
color: #AB6C0A;
}
</style>
background-color css
<style>
a { background-color: #AB6C0A; }
a { background-color: rgb(171,108,10); }
div.DivClassName
{
background-color: #AB6C0A;
}
.BgClassName
{
background-color: #AB6C0A;
}
</style>
border-color css
<style>
span { border-color: #AB6C0A; }
span { border-color: rgb(171,108,10); }
td.TdClassName
{
border-color: #AB6C0A;
}
.TagClassName
{
border-color: #AB6C0A;
}
</style>