Shades of Golden Brown #A86814
Tints of Golden Brown #A86814
RGB
CMYK
RGB Variations
Color information
#A86814 (or 0xA86814) is known color: Golden Brown. HEX triplet: A8, 68 and 14. RGB value is (168,104,20). Sum of RGB (Red+Green+Blue) = 168+104+20=292 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.53% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 168 - color contains mainly: red. Hex color #A86814 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86814 is #5797EB. Grayscale: #717171. Windows color (decimal): -5740524 or 1337512. OLE color: 1337512.
HSL color Cylindrical-coordinate representation of color #A86814: hue angle of 34.05º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A86814 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 104 | 20 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.34 |
| HSL | 34.05º | 0.79% | 0.37% | - |
| HSV(B) | 34.05º | 0.88% | 0.66% | - |
| XYZ | 21.23 | 18.28 | 3.07 | - |
| YUV | 113.56 | 75.2 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 20 | 0 | 0.38 | 0.88 | 0.34 | 34.05 | 0.79 | 0.37 |
| Hex | A8 | 68 | 14 | 0 | 26 | 58 | 22 | 22 | 4F | 25 |
| Octal | 250 | 150 | 24 | 0 | 46 | 130 | 42 | 42 | 117 | 45 |
| Binary | 10101000 | 1101000 | 10100 | 0 | 100110 | 1011000 | 100010 | 100010 | 1001111 | 100101 |
Color Harmonies of #A86814
Complementary color
Monochromatic Colors of #A86814
Black with #A86814
Text Example
Text Example
White with #A86814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86814; }
p { color: rgb(168,104,20); }
H1.HeaderClassName
{
color: #A86814;
}
.AnyTagClassName
{
color: #A86814;
}
</style>
background-color css
<style>
a { background-color: #A86814; }
a { background-color: rgb(168,104,20); }
div.DivClassName
{
background-color: #A86814;
}
.BgClassName
{
background-color: #A86814;
}
</style>
border-color css
<style>
span { border-color: #A86814; }
span { border-color: rgb(168,104,20); }
td.TdClassName
{
border-color: #A86814;
}
.TagClassName
{
border-color: #A86814;
}
</style>