Shades of Golden Brown #A06A16
Tints of Golden Brown #A06A16
RGB
CMYK
RGB Variations
Color information
#A06A16 (or 0xA06A16) is known color: Golden Brown. HEX triplet: A0, 6A and 16. RGB value is (160,106,22). Sum of RGB (Red+Green+Blue) = 160+106+22=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 22 (8.98% from 255 or 7.64% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A06A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06A16 is #5F95E9. Grayscale: #707070. Windows color (decimal): -6264298 or 1469088. OLE color: 1469088.
HSL color Cylindrical-coordinate representation of color #A06A16: hue angle of 36.52º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A06A16 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 106 | 22 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.37 |
| HSL | 36.52º | 0.76% | 0.36% | - |
| HSV(B) | 36.52º | 0.86% | 0.63% | - |
| XYZ | 19.8 | 17.84 | 3.16 | - |
| YUV | 112.57 | 76.89 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 106 | 22 | 0 | 0.34 | 0.86 | 0.37 | 36.52 | 0.76 | 0.36 |
| Hex | A0 | 6A | 16 | 0 | 22 | 56 | 25 | 25 | 4C | 24 |
| Octal | 240 | 152 | 26 | 0 | 42 | 126 | 45 | 45 | 114 | 44 |
| Binary | 10100000 | 1101010 | 10110 | 0 | 100010 | 1010110 | 100101 | 100101 | 1001100 | 100100 |
Color Harmonies of #A06A16
Complementary color
Monochromatic Colors of #A06A16
Black with #A06A16
Text Example
Text Example
White with #A06A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06A16; }
p { color: rgb(160,106,22); }
H1.HeaderClassName
{
color: #A06A16;
}
.AnyTagClassName
{
color: #A06A16;
}
</style>
background-color css
<style>
a { background-color: #A06A16; }
a { background-color: rgb(160,106,22); }
div.DivClassName
{
background-color: #A06A16;
}
.BgClassName
{
background-color: #A06A16;
}
</style>
border-color css
<style>
span { border-color: #A06A16; }
span { border-color: rgb(160,106,22); }
td.TdClassName
{
border-color: #A06A16;
}
.TagClassName
{
border-color: #A06A16;
}
</style>