Shades of Golden Brown #A06A00
Tints of Golden Brown #A06A00
RGB
CMYK
RGB Variations
Color information
#A06A00 (or 0xA06A00) is known color: Golden Brown. HEX triplet: A0, 6A and 00. RGB value is (160,106,0). Sum of RGB (Red+Green+Blue) = 160+106+0=266 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.15% from 266); Green value is 106 (41.80% from 255 or 39.85% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 160 - color contains mainly: red. Hex color #A06A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06A00 is #5F95FF. Grayscale: #6E6E6E. Windows color (decimal): -6264320 or 27296. OLE color: 27296.
HSL color Cylindrical-coordinate representation of color #A06A00: hue angle of 39.75º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A06A00 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 106 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.37 |
| HSL | 39.75º | 1% | 0.31% | - |
| HSV(B) | 39.75º | 1% | 0.63% | - |
| XYZ | 19.65 | 17.78 | 2.4 | - |
| YUV | 110.06 | 65.89 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 106 | 0 | 0 | 0.34 | 1 | 0.37 | 39.75 | 1 | 0.31 |
| Hex | A0 | 6A | 0 | 0 | 22 | 64 | 25 | 28 | 64 | 1F |
| Octal | 240 | 152 | 0 | 0 | 42 | 144 | 45 | 50 | 144 | 37 |
| Binary | 10100000 | 1101010 | 0 | 0 | 100010 | 1100100 | 100101 | 101000 | 1100100 | 11111 |
Color Harmonies of #A06A00
Complementary color
Monochromatic Colors of #A06A00
Black with #A06A00
Text Example
Text Example
White with #A06A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06A00; }
p { color: rgb(160,106,0); }
H1.HeaderClassName
{
color: #A06A00;
}
.AnyTagClassName
{
color: #A06A00;
}
</style>
background-color css
<style>
a { background-color: #A06A00; }
a { background-color: rgb(160,106,0); }
div.DivClassName
{
background-color: #A06A00;
}
.BgClassName
{
background-color: #A06A00;
}
</style>
border-color css
<style>
span { border-color: #A06A00; }
span { border-color: rgb(160,106,0); }
td.TdClassName
{
border-color: #A06A00;
}
.TagClassName
{
border-color: #A06A00;
}
</style>