Shades of Golden Brown #A06000
Tints of Golden Brown #A06000
RGB
CMYK
RGB Variations
Color information
#A06000 (or 0xA06000) is known color: Golden Brown. HEX triplet: A0, 60 and 00. RGB value is (160,96,0). Sum of RGB (Red+Green+Blue) = 160+96+0=256 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.5% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 160 - color contains mainly: red. Hex color #A06000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06000 is #5F9FFF. Grayscale: #686868. Windows color (decimal): -6266880 or 24736. OLE color: 24736.
HSL color Cylindrical-coordinate representation of color #A06000: hue angle of 36º 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 #A06000 is Cyan = 0, Magento = 0.4, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 96 | 0 | - |
| CMYK | 0 | 0.4 | 1 | 0.37 |
| HSL | 36º | 1% | 0.31% | - |
| HSV(B) | 36º | 1% | 0.63% | - |
| XYZ | 18.68 | 15.84 | 2.07 | - |
| YUV | 104.19 | 69.2 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 96 | 0 | 0 | 0.4 | 1 | 0.37 | 36 | 1 | 0.31 |
| Hex | A0 | 60 | 0 | 0 | 28 | 64 | 25 | 24 | 64 | 1F |
| Octal | 240 | 140 | 0 | 0 | 50 | 144 | 45 | 44 | 144 | 37 |
| Binary | 10100000 | 1100000 | 0 | 0 | 101000 | 1100100 | 100101 | 100100 | 1100100 | 11111 |
Color Harmonies of #A06000
Complementary color
Monochromatic Colors of #A06000
Black with #A06000
Text Example
Text Example
White with #A06000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06000; }
p { color: rgb(160,96,0); }
H1.HeaderClassName
{
color: #A06000;
}
.AnyTagClassName
{
color: #A06000;
}
</style>
background-color css
<style>
a { background-color: #A06000; }
a { background-color: rgb(160,96,0); }
div.DivClassName
{
background-color: #A06000;
}
.BgClassName
{
background-color: #A06000;
}
</style>
border-color css
<style>
span { border-color: #A06000; }
span { border-color: rgb(160,96,0); }
td.TdClassName
{
border-color: #A06000;
}
.TagClassName
{
border-color: #A06000;
}
</style>