Shades of Golden Brown #A06200
Tints of Golden Brown #A06200
RGB
CMYK
RGB Variations
Color information
#A06200 (or 0xA06200) is known color: Golden Brown. HEX triplet: A0, 62 and 00. RGB value is (160,98,0). Sum of RGB (Red+Green+Blue) = 160+98+0=258 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.02% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 160 - color contains mainly: red. Hex color #A06200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06200 is #5F9DFF. Grayscale: #696969. Windows color (decimal): -6266368 or 25248. OLE color: 25248.
HSL color Cylindrical-coordinate representation of color #A06200: hue angle of 36.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 #A06200 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 98 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.37 |
| HSL | 36.75º | 1% | 0.31% | - |
| HSV(B) | 36.75º | 1% | 0.63% | - |
| XYZ | 18.86 | 16.21 | 2.13 | - |
| YUV | 105.37 | 68.54 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 98 | 0 | 0 | 0.39 | 1 | 0.37 | 36.75 | 1 | 0.31 |
| Hex | A0 | 62 | 0 | 0 | 27 | 64 | 25 | 25 | 64 | 1F |
| Octal | 240 | 142 | 0 | 0 | 47 | 144 | 45 | 45 | 144 | 37 |
| Binary | 10100000 | 1100010 | 0 | 0 | 100111 | 1100100 | 100101 | 100101 | 1100100 | 11111 |
Color Harmonies of #A06200
Complementary color
Monochromatic Colors of #A06200
Black with #A06200
Text Example
Text Example
White with #A06200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06200; }
p { color: rgb(160,98,0); }
H1.HeaderClassName
{
color: #A06200;
}
.AnyTagClassName
{
color: #A06200;
}
</style>
background-color css
<style>
a { background-color: #A06200; }
a { background-color: rgb(160,98,0); }
div.DivClassName
{
background-color: #A06200;
}
.BgClassName
{
background-color: #A06200;
}
</style>
border-color css
<style>
span { border-color: #A06200; }
span { border-color: rgb(160,98,0); }
td.TdClassName
{
border-color: #A06200;
}
.TagClassName
{
border-color: #A06200;
}
</style>