Shades of Golden Brown #A86C0A
Tints of Golden Brown #A86C0A
RGB
CMYK
RGB Variations
Color information
#A86C0A (or 0xA86C0A) is known color: Golden Brown. HEX triplet: A8, 6C and 0A. RGB value is (168,108,10). Sum of RGB (Red+Green+Blue) = 168+108+10=286 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.74% from 286); Green value is 108 (42.58% from 255 or 37.76% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 168 - color contains mainly: red. Hex color #A86C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86C0A is #5793F5. Grayscale: #737373. Windows color (decimal): -5739510 or 683176. OLE color: 683176.
HSL color Cylindrical-coordinate representation of color #A86C0A: hue angle of 37.22º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A86C0A is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 108 | 10 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.34 |
| HSL | 37.22º | 0.89% | 0.35% | - |
| HSV(B) | 37.22º | 0.94% | 0.66% | - |
| XYZ | 21.57 | 19.07 | 2.83 | - |
| YUV | 114.77 | 68.88 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 108 | 10 | 0 | 0.36 | 0.94 | 0.34 | 37.22 | 0.89 | 0.35 |
| Hex | A8 | 6C | A | 0 | 24 | 5E | 22 | 25 | 59 | 23 |
| Octal | 250 | 154 | 12 | 0 | 44 | 136 | 42 | 45 | 131 | 43 |
| Binary | 10101000 | 1101100 | 1010 | 0 | 100100 | 1011110 | 100010 | 100101 | 1011001 | 100011 |
Color Harmonies of #A86C0A
Complementary color
Monochromatic Colors of #A86C0A
Black with #A86C0A
Text Example
Text Example
White with #A86C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86C0A; }
p { color: rgb(168,108,10); }
H1.HeaderClassName
{
color: #A86C0A;
}
.AnyTagClassName
{
color: #A86C0A;
}
</style>
background-color css
<style>
a { background-color: #A86C0A; }
a { background-color: rgb(168,108,10); }
div.DivClassName
{
background-color: #A86C0A;
}
.BgClassName
{
background-color: #A86C0A;
}
</style>
border-color css
<style>
span { border-color: #A86C0A; }
span { border-color: rgb(168,108,10); }
td.TdClassName
{
border-color: #A86C0A;
}
.TagClassName
{
border-color: #A86C0A;
}
</style>