Shades of Golden Brown #A06411
Tints of Golden Brown #A06411
RGB
CMYK
RGB Variations
Color information
#A06411 (or 0xA06411) is known color: Golden Brown. HEX triplet: A0, 64 and 11. RGB value is (160,100,17). Sum of RGB (Red+Green+Blue) = 160+100+17=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A06411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06411 is #5F9BEE. Grayscale: #6C6C6C. Windows color (decimal): -6265839 or 1139872. OLE color: 1139872.
HSL color Cylindrical-coordinate representation of color #A06411: hue angle of 34.83º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A06411 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 100 | 17 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.37 |
| HSL | 34.83º | 0.81% | 0.35% | - |
| HSV(B) | 34.83º | 0.89% | 0.63% | - |
| XYZ | 19.16 | 16.63 | 2.73 | - |
| YUV | 108.48 | 76.38 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 17 | 0 | 0.38 | 0.89 | 0.37 | 34.83 | 0.81 | 0.35 |
| Hex | A0 | 64 | 11 | 0 | 26 | 59 | 25 | 23 | 51 | 23 |
| Octal | 240 | 144 | 21 | 0 | 46 | 131 | 45 | 43 | 121 | 43 |
| Binary | 10100000 | 1100100 | 10001 | 0 | 100110 | 1011001 | 100101 | 100011 | 1010001 | 100011 |
Color Harmonies of #A06411
Complementary color
Monochromatic Colors of #A06411
Black with #A06411
Text Example
Text Example
White with #A06411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06411; }
p { color: rgb(160,100,17); }
H1.HeaderClassName
{
color: #A06411;
}
.AnyTagClassName
{
color: #A06411;
}
</style>
background-color css
<style>
a { background-color: #A06411; }
a { background-color: rgb(160,100,17); }
div.DivClassName
{
background-color: #A06411;
}
.BgClassName
{
background-color: #A06411;
}
</style>
border-color css
<style>
span { border-color: #A06411; }
span { border-color: rgb(160,100,17); }
td.TdClassName
{
border-color: #A06411;
}
.TagClassName
{
border-color: #A06411;
}
</style>