Shades of Golden Brown #A86C10
Tints of Golden Brown #A86C10
RGB
CMYK
RGB Variations
Color information
#A86C10 (or 0xA86C10) is known color: Golden Brown. HEX triplet: A8, 6C and 10. RGB value is (168,108,16). Sum of RGB (Red+Green+Blue) = 168+108+16=292 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.53% from 292); Green value is 108 (42.58% from 255 or 36.99% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 168 - color contains mainly: red. Hex color #A86C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86C10 is #5793EF. Grayscale: #737373. Windows color (decimal): -5739504 or 1076392. OLE color: 1076392.
HSL color Cylindrical-coordinate representation of color #A86C10: hue angle of 36.32º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A86C10 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 108 | 16 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.34 |
| HSL | 36.32º | 0.83% | 0.36% | - |
| HSV(B) | 36.32º | 0.9% | 0.66% | - |
| XYZ | 21.6 | 19.09 | 3.04 | - |
| YUV | 115.45 | 71.88 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 108 | 16 | 0 | 0.36 | 0.90 | 0.34 | 36.32 | 0.83 | 0.36 |
| Hex | A8 | 6C | 10 | 0 | 24 | 5A | 22 | 24 | 53 | 24 |
| Octal | 250 | 154 | 20 | 0 | 44 | 132 | 42 | 44 | 123 | 44 |
| Binary | 10101000 | 1101100 | 10000 | 0 | 100100 | 1011010 | 100010 | 100100 | 1010011 | 100100 |
Color Harmonies of #A86C10
Complementary color
Monochromatic Colors of #A86C10
Black with #A86C10
Text Example
Text Example
White with #A86C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86C10; }
p { color: rgb(168,108,16); }
H1.HeaderClassName
{
color: #A86C10;
}
.AnyTagClassName
{
color: #A86C10;
}
</style>
background-color css
<style>
a { background-color: #A86C10; }
a { background-color: rgb(168,108,16); }
div.DivClassName
{
background-color: #A86C10;
}
.BgClassName
{
background-color: #A86C10;
}
</style>
border-color css
<style>
span { border-color: #A86C10; }
span { border-color: rgb(168,108,16); }
td.TdClassName
{
border-color: #A86C10;
}
.TagClassName
{
border-color: #A86C10;
}
</style>