Shades of Golden Brown #A86914
Tints of Golden Brown #A86914
RGB
CMYK
RGB Variations
Color information
#A86914 (or 0xA86914) is known color: Golden Brown. HEX triplet: A8, 69 and 14. RGB value is (168,105,20). Sum of RGB (Red+Green+Blue) = 168+105+20=293 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.34% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 168 - color contains mainly: red. Hex color #A86914 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86914 is #5796EB. Grayscale: #727272. Windows color (decimal): -5740268 or 1337768. OLE color: 1337768.
HSL color Cylindrical-coordinate representation of color #A86914: hue angle of 34.46º 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 #A86914 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 105 | 20 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.34 |
| HSL | 34.46º | 0.79% | 0.37% | - |
| HSV(B) | 34.46º | 0.88% | 0.66% | - |
| XYZ | 21.33 | 18.48 | 3.1 | - |
| YUV | 114.15 | 74.87 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 20 | 0 | 0.38 | 0.88 | 0.34 | 34.46 | 0.79 | 0.37 |
| Hex | A8 | 69 | 14 | 0 | 26 | 58 | 22 | 22 | 4F | 25 |
| Octal | 250 | 151 | 24 | 0 | 46 | 130 | 42 | 42 | 117 | 45 |
| Binary | 10101000 | 1101001 | 10100 | 0 | 100110 | 1011000 | 100010 | 100010 | 1001111 | 100101 |
Color Harmonies of #A86914
Complementary color
Monochromatic Colors of #A86914
Black with #A86914
Text Example
Text Example
White with #A86914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86914; }
p { color: rgb(168,105,20); }
H1.HeaderClassName
{
color: #A86914;
}
.AnyTagClassName
{
color: #A86914;
}
</style>
background-color css
<style>
a { background-color: #A86914; }
a { background-color: rgb(168,105,20); }
div.DivClassName
{
background-color: #A86914;
}
.BgClassName
{
background-color: #A86914;
}
</style>
border-color css
<style>
span { border-color: #A86914; }
span { border-color: rgb(168,105,20); }
td.TdClassName
{
border-color: #A86914;
}
.TagClassName
{
border-color: #A86914;
}
</style>