Shades of Golden Brown #A06F0A
Tints of Golden Brown #A06F0A
RGB
CMYK
RGB Variations
Color information
#A06F0A (or 0xA06F0A) is known color: Golden Brown. HEX triplet: A0, 6F and 0A. RGB value is (160,111,10). Sum of RGB (Red+Green+Blue) = 160+111+10=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06F0A is #5F90F5. Grayscale: #727272. Windows color (decimal): -6263030 or 683936. OLE color: 683936.
HSL color Cylindrical-coordinate representation of color #A06F0A: hue angle of 40.4º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A06F0A is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 111 | 10 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.37 |
| HSL | 40.4º | 0.88% | 0.33% | - |
| HSV(B) | 40.4º | 0.94% | 0.63% | - |
| XYZ | 20.24 | 18.86 | 2.86 | - |
| YUV | 114.14 | 69.23 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 10 | 0 | 0.31 | 0.94 | 0.37 | 40.4 | 0.88 | 0.33 |
| Hex | A0 | 6F | A | 0 | 1F | 5E | 25 | 28 | 58 | 21 |
| Octal | 240 | 157 | 12 | 0 | 37 | 136 | 45 | 50 | 130 | 41 |
| Binary | 10100000 | 1101111 | 1010 | 0 | 11111 | 1011110 | 100101 | 101000 | 1011000 | 100001 |
Color Harmonies of #A06F0A
Complementary color
Monochromatic Colors of #A06F0A
Black with #A06F0A
Text Example
Text Example
White with #A06F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06F0A; }
p { color: rgb(160,111,10); }
H1.HeaderClassName
{
color: #A06F0A;
}
.AnyTagClassName
{
color: #A06F0A;
}
</style>
background-color css
<style>
a { background-color: #A06F0A; }
a { background-color: rgb(160,111,10); }
div.DivClassName
{
background-color: #A06F0A;
}
.BgClassName
{
background-color: #A06F0A;
}
</style>
border-color css
<style>
span { border-color: #A06F0A; }
span { border-color: rgb(160,111,10); }
td.TdClassName
{
border-color: #A06F0A;
}
.TagClassName
{
border-color: #A06F0A;
}
</style>