Shades of Golden Brown #A06810
Tints of Golden Brown #A06810
RGB
CMYK
RGB Variations
Color information
#A06810 (or 0xA06810) is known color: Golden Brown. HEX triplet: A0, 68 and 10. RGB value is (160,104,16). Sum of RGB (Red+Green+Blue) = 160+104+16=280 (37% of max value = 765). Red value is 160 (62.89% from 255 or 57.14% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 160 - color contains mainly: red. Hex color #A06810 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06810 is #5F97EF. Grayscale: #6F6F6F. Windows color (decimal): -6264816 or 1075360. OLE color: 1075360.
HSL color Cylindrical-coordinate representation of color #A06810: hue angle of 36.67º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A06810 is Cyan = 0, Magento = 0.35, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 104 | 16 | - |
| CMYK | 0 | 0.35 | 0.9 | 0.37 |
| HSL | 36.67º | 0.82% | 0.35% | - |
| HSV(B) | 36.67º | 0.9% | 0.63% | - |
| XYZ | 19.54 | 17.41 | 2.82 | - |
| YUV | 110.71 | 74.55 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 16 | 0 | 0.35 | 0.9 | 0.37 | 36.67 | 0.82 | 0.35 |
| Hex | A0 | 68 | 10 | 0 | 23 | 5A | 25 | 25 | 52 | 23 |
| Octal | 240 | 150 | 20 | 0 | 43 | 132 | 45 | 45 | 122 | 43 |
| Binary | 10100000 | 1101000 | 10000 | 0 | 100011 | 1011010 | 100101 | 100101 | 1010010 | 100011 |
Color Harmonies of #A06810
Complementary color
Monochromatic Colors of #A06810
Black with #A06810
Text Example
Text Example
White with #A06810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06810; }
p { color: rgb(160,104,16); }
H1.HeaderClassName
{
color: #A06810;
}
.AnyTagClassName
{
color: #A06810;
}
</style>
background-color css
<style>
a { background-color: #A06810; }
a { background-color: rgb(160,104,16); }
div.DivClassName
{
background-color: #A06810;
}
.BgClassName
{
background-color: #A06810;
}
</style>
border-color css
<style>
span { border-color: #A06810; }
span { border-color: rgb(160,104,16); }
td.TdClassName
{
border-color: #A06810;
}
.TagClassName
{
border-color: #A06810;
}
</style>