Shades of Golden Brown #A86A0D
Tints of Golden Brown #A86A0D
RGB
CMYK
RGB Variations
Color information
#A86A0D (or 0xA86A0D) is known color: Golden Brown. HEX triplet: A8, 6A and 0D. RGB value is (168,106,13). Sum of RGB (Red+Green+Blue) = 168+106+13=287 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.54% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 168 - color contains mainly: red. Hex color #A86A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86A0D is #5795F2. Grayscale: #727272. Windows color (decimal): -5740019 or 879272. OLE color: 879272.
HSL color Cylindrical-coordinate representation of color #A86A0D: hue angle of 36º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A86A0D is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 106 | 13 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.34 |
| HSL | 36º | 0.86% | 0.35% | - |
| HSV(B) | 36º | 0.92% | 0.66% | - |
| XYZ | 21.38 | 18.66 | 2.86 | - |
| YUV | 113.94 | 71.04 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 106 | 13 | 0 | 0.37 | 0.92 | 0.34 | 36 | 0.86 | 0.35 |
| Hex | A8 | 6A | D | 0 | 25 | 5C | 22 | 24 | 56 | 23 |
| Octal | 250 | 152 | 15 | 0 | 45 | 134 | 42 | 44 | 126 | 43 |
| Binary | 10101000 | 1101010 | 1101 | 0 | 100101 | 1011100 | 100010 | 100100 | 1010110 | 100011 |
Color Harmonies of #A86A0D
Complementary color
Monochromatic Colors of #A86A0D
Black with #A86A0D
Text Example
Text Example
White with #A86A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86A0D; }
p { color: rgb(168,106,13); }
H1.HeaderClassName
{
color: #A86A0D;
}
.AnyTagClassName
{
color: #A86A0D;
}
</style>
background-color css
<style>
a { background-color: #A86A0D; }
a { background-color: rgb(168,106,13); }
div.DivClassName
{
background-color: #A86A0D;
}
.BgClassName
{
background-color: #A86A0D;
}
</style>
border-color css
<style>
span { border-color: #A86A0D; }
span { border-color: rgb(168,106,13); }
td.TdClassName
{
border-color: #A86A0D;
}
.TagClassName
{
border-color: #A86A0D;
}
</style>