Shades of Golden Brown #A06B16
Tints of Golden Brown #A06B16
RGB
CMYK
RGB Variations
Color information
#A06B16 (or 0xA06B16) is known color: Golden Brown. HEX triplet: A0, 6B and 16. RGB value is (160,107,22). Sum of RGB (Red+Green+Blue) = 160+107+22=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06B16 is #5F94E9. Grayscale: #717171. Windows color (decimal): -6264042 or 1469344. OLE color: 1469344.
HSL color Cylindrical-coordinate representation of color #A06B16: hue angle of 36.96º 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 #A06B16 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 107 | 22 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.37 |
| HSL | 36.96º | 0.76% | 0.36% | - |
| HSV(B) | 36.96º | 0.86% | 0.63% | - |
| XYZ | 19.9 | 18.05 | 3.19 | - |
| YUV | 113.16 | 76.56 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 107 | 22 | 0 | 0.33 | 0.86 | 0.37 | 36.96 | 0.76 | 0.36 |
| Hex | A0 | 6B | 16 | 0 | 21 | 56 | 25 | 25 | 4C | 24 |
| Octal | 240 | 153 | 26 | 0 | 41 | 126 | 45 | 45 | 114 | 44 |
| Binary | 10100000 | 1101011 | 10110 | 0 | 100001 | 1010110 | 100101 | 100101 | 1001100 | 100100 |
Color Harmonies of #A06B16
Complementary color
Monochromatic Colors of #A06B16
Black with #A06B16
Text Example
Text Example
White with #A06B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06B16; }
p { color: rgb(160,107,22); }
H1.HeaderClassName
{
color: #A06B16;
}
.AnyTagClassName
{
color: #A06B16;
}
</style>
background-color css
<style>
a { background-color: #A06B16; }
a { background-color: rgb(160,107,22); }
div.DivClassName
{
background-color: #A06B16;
}
.BgClassName
{
background-color: #A06B16;
}
</style>
border-color css
<style>
span { border-color: #A06B16; }
span { border-color: rgb(160,107,22); }
td.TdClassName
{
border-color: #A06B16;
}
.TagClassName
{
border-color: #A06B16;
}
</style>