Shades of Golden Brown #A86A10
Tints of Golden Brown #A86A10
RGB
CMYK
RGB Variations
Color information
#A86A10 (or 0xA86A10) is known color: Golden Brown. HEX triplet: A8, 6A and 10. RGB value is (168,106,16). Sum of RGB (Red+Green+Blue) = 168+106+16=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A86A10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86A10 is #5795EF. Grayscale: #727272. Windows color (decimal): -5740016 or 1075880. OLE color: 1075880.
HSL color Cylindrical-coordinate representation of color #A86A10: hue angle of 35.53º 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 #A86A10 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 106 | 16 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.34 |
| HSL | 35.53º | 0.83% | 0.36% | - |
| HSV(B) | 35.53º | 0.9% | 0.66% | - |
| XYZ | 21.4 | 18.67 | 2.97 | - |
| YUV | 114.28 | 72.54 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 106 | 16 | 0 | 0.37 | 0.90 | 0.34 | 35.53 | 0.83 | 0.36 |
| Hex | A8 | 6A | 10 | 0 | 25 | 5A | 22 | 24 | 53 | 24 |
| Octal | 250 | 152 | 20 | 0 | 45 | 132 | 42 | 44 | 123 | 44 |
| Binary | 10101000 | 1101010 | 10000 | 0 | 100101 | 1011010 | 100010 | 100100 | 1010011 | 100100 |
Color Harmonies of #A86A10
Complementary color
Monochromatic Colors of #A86A10
Black with #A86A10
Text Example
Text Example
White with #A86A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86A10; }
p { color: rgb(168,106,16); }
H1.HeaderClassName
{
color: #A86A10;
}
.AnyTagClassName
{
color: #A86A10;
}
</style>
background-color css
<style>
a { background-color: #A86A10; }
a { background-color: rgb(168,106,16); }
div.DivClassName
{
background-color: #A86A10;
}
.BgClassName
{
background-color: #A86A10;
}
</style>
border-color css
<style>
span { border-color: #A86A10; }
span { border-color: rgb(168,106,16); }
td.TdClassName
{
border-color: #A86A10;
}
.TagClassName
{
border-color: #A86A10;
}
</style>