Shades of Golden Brown #A86114
Tints of Golden Brown #A86114
RGB
CMYK
RGB Variations
Color information
#A86114 (or 0xA86114) is known color: Golden Brown. HEX triplet: A8, 61 and 14. RGB value is (168,97,20). Sum of RGB (Red+Green+Blue) = 168+97+20=285 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.95% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 168 - color contains mainly: red. Hex color #A86114 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86114 is #579EEB. Grayscale: #6D6D6D. Windows color (decimal): -5742316 or 1335720. OLE color: 1335720.
HSL color Cylindrical-coordinate representation of color #A86114: hue angle of 31.22º 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 #A86114 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 97 | 20 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.34 |
| HSL | 31.22º | 0.79% | 0.37% | - |
| HSV(B) | 31.22º | 0.88% | 0.66% | - |
| XYZ | 20.55 | 16.92 | 2.85 | - |
| YUV | 109.45 | 77.52 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 97 | 20 | 0 | 0.42 | 0.88 | 0.34 | 31.22 | 0.79 | 0.37 |
| Hex | A8 | 61 | 14 | 0 | 2A | 58 | 22 | 1F | 4F | 25 |
| Octal | 250 | 141 | 24 | 0 | 52 | 130 | 42 | 37 | 117 | 45 |
| Binary | 10101000 | 1100001 | 10100 | 0 | 101010 | 1011000 | 100010 | 11111 | 1001111 | 100101 |
Color Harmonies of #A86114
Complementary color
Monochromatic Colors of #A86114
Black with #A86114
Text Example
Text Example
White with #A86114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86114; }
p { color: rgb(168,97,20); }
H1.HeaderClassName
{
color: #A86114;
}
.AnyTagClassName
{
color: #A86114;
}
</style>
background-color css
<style>
a { background-color: #A86114; }
a { background-color: rgb(168,97,20); }
div.DivClassName
{
background-color: #A86114;
}
.BgClassName
{
background-color: #A86114;
}
</style>
border-color css
<style>
span { border-color: #A86114; }
span { border-color: rgb(168,97,20); }
td.TdClassName
{
border-color: #A86114;
}
.TagClassName
{
border-color: #A86114;
}
</style>