Shades of Golden Brown #A86C0D
Tints of Golden Brown #A86C0D
RGB
CMYK
RGB Variations
Color information
#A86C0D (or 0xA86C0D) is known color: Golden Brown. HEX triplet: A8, 6C and 0D. RGB value is (168,108,13). Sum of RGB (Red+Green+Blue) = 168+108+13=289 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.13% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 168 - color contains mainly: red. Hex color #A86C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86C0D is #5793F2. Grayscale: #737373. Windows color (decimal): -5739507 or 879784. OLE color: 879784.
HSL color Cylindrical-coordinate representation of color #A86C0D: hue angle of 36.77º 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 #A86C0D is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 108 | 13 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.34 |
| HSL | 36.77º | 0.86% | 0.35% | - |
| HSV(B) | 36.77º | 0.92% | 0.66% | - |
| XYZ | 21.58 | 19.08 | 2.93 | - |
| YUV | 115.11 | 70.38 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 108 | 13 | 0 | 0.36 | 0.92 | 0.34 | 36.77 | 0.86 | 0.35 |
| Hex | A8 | 6C | D | 0 | 24 | 5C | 22 | 25 | 56 | 23 |
| Octal | 250 | 154 | 15 | 0 | 44 | 134 | 42 | 45 | 126 | 43 |
| Binary | 10101000 | 1101100 | 1101 | 0 | 100100 | 1011100 | 100010 | 100101 | 1010110 | 100011 |
Color Harmonies of #A86C0D
Complementary color
Monochromatic Colors of #A86C0D
Black with #A86C0D
Text Example
Text Example
White with #A86C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86C0D; }
p { color: rgb(168,108,13); }
H1.HeaderClassName
{
color: #A86C0D;
}
.AnyTagClassName
{
color: #A86C0D;
}
</style>
background-color css
<style>
a { background-color: #A86C0D; }
a { background-color: rgb(168,108,13); }
div.DivClassName
{
background-color: #A86C0D;
}
.BgClassName
{
background-color: #A86C0D;
}
</style>
border-color css
<style>
span { border-color: #A86C0D; }
span { border-color: rgb(168,108,13); }
td.TdClassName
{
border-color: #A86C0D;
}
.TagClassName
{
border-color: #A86C0D;
}
</style>