Shades of Golden Brown #A06410
Tints of Golden Brown #A06410
RGB
CMYK
RGB Variations
Color information
#A06410 (or 0xA06410) is known color: Golden Brown. HEX triplet: A0, 64 and 10. RGB value is (160,100,16). Sum of RGB (Red+Green+Blue) = 160+100+16=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A06410 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06410 is #5F9BEF. Grayscale: #6C6C6C. Windows color (decimal): -6265840 or 1074336. OLE color: 1074336.
HSL color Cylindrical-coordinate representation of color #A06410: hue angle of 35º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A06410 is Cyan = 0, Magento = 0.38, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 100 | 16 | - |
| CMYK | 0 | 0.38 | 0.9 | 0.37 |
| HSL | 35º | 0.82% | 0.35% | - |
| HSV(B) | 35º | 0.9% | 0.63% | - |
| XYZ | 19.15 | 16.63 | 2.69 | - |
| YUV | 108.36 | 75.88 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 16 | 0 | 0.38 | 0.9 | 0.37 | 35 | 0.82 | 0.35 |
| Hex | A0 | 64 | 10 | 0 | 26 | 5A | 25 | 23 | 52 | 23 |
| Octal | 240 | 144 | 20 | 0 | 46 | 132 | 45 | 43 | 122 | 43 |
| Binary | 10100000 | 1100100 | 10000 | 0 | 100110 | 1011010 | 100101 | 100011 | 1010010 | 100011 |
Color Harmonies of #A06410
Complementary color
Monochromatic Colors of #A06410
Black with #A06410
Text Example
Text Example
White with #A06410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06410; }
p { color: rgb(160,100,16); }
H1.HeaderClassName
{
color: #A06410;
}
.AnyTagClassName
{
color: #A06410;
}
</style>
background-color css
<style>
a { background-color: #A06410; }
a { background-color: rgb(160,100,16); }
div.DivClassName
{
background-color: #A06410;
}
.BgClassName
{
background-color: #A06410;
}
</style>
border-color css
<style>
span { border-color: #A06410; }
span { border-color: rgb(160,100,16); }
td.TdClassName
{
border-color: #A06410;
}
.TagClassName
{
border-color: #A06410;
}
</style>