Shades of Golden Brown #A06F05
Tints of Golden Brown #A06F05
RGB
CMYK
RGB Variations
Color information
#A06F05 (or 0xA06F05) is known color: Golden Brown. HEX triplet: A0, 6F and 05. RGB value is (160,111,5). Sum of RGB (Red+Green+Blue) = 160+111+5=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 5 (2.34% from 255 or 1.81% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06F05 is #5F90FA. Grayscale: #727272. Windows color (decimal): -6263035 or 356256. OLE color: 356256.
HSL color Cylindrical-coordinate representation of color #A06F05: hue angle of 41.03º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A06F05 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 111 | 5 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.37 |
| HSL | 41.03º | 0.94% | 0.32% | - |
| HSV(B) | 41.03º | 0.97% | 0.63% | - |
| XYZ | 20.21 | 18.85 | 2.72 | - |
| YUV | 113.57 | 66.73 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 5 | 0 | 0.31 | 0.97 | 0.37 | 41.03 | 0.94 | 0.32 |
| Hex | A0 | 6F | 5 | 0 | 1F | 61 | 25 | 29 | 5E | 20 |
| Octal | 240 | 157 | 5 | 0 | 37 | 141 | 45 | 51 | 136 | 40 |
| Binary | 10100000 | 1101111 | 101 | 0 | 11111 | 1100001 | 100101 | 101001 | 1011110 | 100000 |
Color Harmonies of #A06F05
Complementary color
Monochromatic Colors of #A06F05
Black with #A06F05
Text Example
Text Example
White with #A06F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06F05; }
p { color: rgb(160,111,5); }
H1.HeaderClassName
{
color: #A06F05;
}
.AnyTagClassName
{
color: #A06F05;
}
</style>
background-color css
<style>
a { background-color: #A06F05; }
a { background-color: rgb(160,111,5); }
div.DivClassName
{
background-color: #A06F05;
}
.BgClassName
{
background-color: #A06F05;
}
</style>
border-color css
<style>
span { border-color: #A06F05; }
span { border-color: rgb(160,111,5); }
td.TdClassName
{
border-color: #A06F05;
}
.TagClassName
{
border-color: #A06F05;
}
</style>