Shades of Golden Brown #A86812
Tints of Golden Brown #A86812
RGB
CMYK
RGB Variations
Color information
#A86812 (or 0xA86812) is known color: Golden Brown. HEX triplet: A8, 68 and 12. RGB value is (168,104,18). Sum of RGB (Red+Green+Blue) = 168+104+18=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A86812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86812 is #5797ED. Grayscale: #717171. Windows color (decimal): -5740526 or 1206440. OLE color: 1206440.
HSL color Cylindrical-coordinate representation of color #A86812: hue angle of 34.4º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A86812 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 104 | 18 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.34 |
| HSL | 34.4º | 0.81% | 0.36% | - |
| HSV(B) | 34.4º | 0.89% | 0.66% | - |
| XYZ | 21.21 | 18.27 | 2.98 | - |
| YUV | 113.33 | 74.2 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 18 | 0 | 0.38 | 0.89 | 0.34 | 34.4 | 0.81 | 0.36 |
| Hex | A8 | 68 | 12 | 0 | 26 | 59 | 22 | 22 | 51 | 24 |
| Octal | 250 | 150 | 22 | 0 | 46 | 131 | 42 | 42 | 121 | 44 |
| Binary | 10101000 | 1101000 | 10010 | 0 | 100110 | 1011001 | 100010 | 100010 | 1010001 | 100100 |
Color Harmonies of #A86812
Complementary color
Monochromatic Colors of #A86812
Black with #A86812
Text Example
Text Example
White with #A86812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86812; }
p { color: rgb(168,104,18); }
H1.HeaderClassName
{
color: #A86812;
}
.AnyTagClassName
{
color: #A86812;
}
</style>
background-color css
<style>
a { background-color: #A86812; }
a { background-color: rgb(168,104,18); }
div.DivClassName
{
background-color: #A86812;
}
.BgClassName
{
background-color: #A86812;
}
</style>
border-color css
<style>
span { border-color: #A86812; }
span { border-color: rgb(168,104,18); }
td.TdClassName
{
border-color: #A86812;
}
.TagClassName
{
border-color: #A86812;
}
</style>