Shades of Golden Brown #A86816
Tints of Golden Brown #A86816
RGB
CMYK
RGB Variations
Color information
#A86816 (or 0xA86816) is known color: Golden Brown. HEX triplet: A8, 68 and 16. RGB value is (168,104,22). Sum of RGB (Red+Green+Blue) = 168+104+22=294 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.14% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 168 - color contains mainly: red. Hex color #A86816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86816 is #5797E9. Grayscale: #727272. Windows color (decimal): -5740522 or 1468584. OLE color: 1468584.
HSL color Cylindrical-coordinate representation of color #A86816: hue angle of 33.7º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A86816 is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 104 | 22 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.34 |
| HSL | 33.7º | 0.77% | 0.37% | - |
| HSV(B) | 33.7º | 0.87% | 0.66% | - |
| XYZ | 21.24 | 18.28 | 3.17 | - |
| YUV | 113.79 | 76.2 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 22 | 0 | 0.38 | 0.87 | 0.34 | 33.7 | 0.77 | 0.37 |
| Hex | A8 | 68 | 16 | 0 | 26 | 57 | 22 | 22 | 4D | 25 |
| Octal | 250 | 150 | 26 | 0 | 46 | 127 | 42 | 42 | 115 | 45 |
| Binary | 10101000 | 1101000 | 10110 | 0 | 100110 | 1010111 | 100010 | 100010 | 1001101 | 100101 |
Color Harmonies of #A86816
Complementary color
Monochromatic Colors of #A86816
Black with #A86816
Text Example
Text Example
White with #A86816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86816; }
p { color: rgb(168,104,22); }
H1.HeaderClassName
{
color: #A86816;
}
.AnyTagClassName
{
color: #A86816;
}
</style>
background-color css
<style>
a { background-color: #A86816; }
a { background-color: rgb(168,104,22); }
div.DivClassName
{
background-color: #A86816;
}
.BgClassName
{
background-color: #A86816;
}
</style>
border-color css
<style>
span { border-color: #A86816; }
span { border-color: rgb(168,104,22); }
td.TdClassName
{
border-color: #A86816;
}
.TagClassName
{
border-color: #A86816;
}
</style>