Shades of Golden Brown #A06400
Tints of Golden Brown #A06400
RGB
CMYK
RGB Variations
Color information
#A06400 (or 0xA06400) is known color: Golden Brown. HEX triplet: A0, 64 and 00. RGB value is (160,100,0). Sum of RGB (Red+Green+Blue) = 160+100+0=260 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.54% from 260); Green value is 100 (39.45% from 255 or 38.46% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 160 - color contains mainly: red. Hex color #A06400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06400 is #5F9BFF. Grayscale: #6B6B6B. Windows color (decimal): -6265856 or 25760. OLE color: 25760.
HSL color Cylindrical-coordinate representation of color #A06400: hue angle of 37.5º 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 #A06400 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 100 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.37 |
| HSL | 37.5º | 1% | 0.31% | - |
| HSV(B) | 37.5º | 1% | 0.63% | - |
| XYZ | 19.05 | 16.59 | 2.2 | - |
| YUV | 106.54 | 67.88 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 0 | 0 | 0.38 | 1 | 0.37 | 37.5 | 1 | 0.31 |
| Hex | A0 | 64 | 0 | 0 | 26 | 64 | 25 | 26 | 64 | 1F |
| Octal | 240 | 144 | 0 | 0 | 46 | 144 | 45 | 46 | 144 | 37 |
| Binary | 10100000 | 1100100 | 0 | 0 | 100110 | 1100100 | 100101 | 100110 | 1100100 | 11111 |
Color Harmonies of #A06400
Complementary color
Monochromatic Colors of #A06400
Black with #A06400
Text Example
Text Example
White with #A06400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06400; }
p { color: rgb(160,100,0); }
H1.HeaderClassName
{
color: #A06400;
}
.AnyTagClassName
{
color: #A06400;
}
</style>
background-color css
<style>
a { background-color: #A06400; }
a { background-color: rgb(160,100,0); }
div.DivClassName
{
background-color: #A06400;
}
.BgClassName
{
background-color: #A06400;
}
</style>
border-color css
<style>
span { border-color: #A06400; }
span { border-color: rgb(160,100,0); }
td.TdClassName
{
border-color: #A06400;
}
.TagClassName
{
border-color: #A06400;
}
</style>