Shades of Golden Brown #A16006
Tints of Golden Brown #A16006
RGB
CMYK
RGB Variations
Color information
#A16006 (or 0xA16006) is known color: Golden Brown. HEX triplet: A1, 60 and 06. RGB value is (161,96,6). Sum of RGB (Red+Green+Blue) = 161+96+6=263 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.22% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 161 - color contains mainly: red. Hex color #A16006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16006 is #5E9FF9. Grayscale: #696969. Windows color (decimal): -6201338 or 417953. OLE color: 417953.
HSL color Cylindrical-coordinate representation of color #A16006: hue angle of 34.84º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A16006 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 96 | 6 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.37 |
| HSL | 34.84º | 0.93% | 0.33% | - |
| HSV(B) | 34.84º | 0.96% | 0.63% | - |
| XYZ | 18.91 | 15.96 | 2.26 | - |
| YUV | 105.18 | 72.03 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 96 | 6 | 0 | 0.40 | 0.96 | 0.37 | 34.84 | 0.93 | 0.33 |
| Hex | A1 | 60 | 6 | 0 | 28 | 60 | 25 | 23 | 5D | 21 |
| Octal | 241 | 140 | 6 | 0 | 50 | 140 | 45 | 43 | 135 | 41 |
| Binary | 10100001 | 1100000 | 110 | 0 | 101000 | 1100000 | 100101 | 100011 | 1011101 | 100001 |
Color Harmonies of #A16006
Complementary color
Monochromatic Colors of #A16006
Black with #A16006
Text Example
Text Example
White with #A16006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16006; }
p { color: rgb(161,96,6); }
H1.HeaderClassName
{
color: #A16006;
}
.AnyTagClassName
{
color: #A16006;
}
</style>
background-color css
<style>
a { background-color: #A16006; }
a { background-color: rgb(161,96,6); }
div.DivClassName
{
background-color: #A16006;
}
.BgClassName
{
background-color: #A16006;
}
</style>
border-color css
<style>
span { border-color: #A16006; }
span { border-color: rgb(161,96,6); }
td.TdClassName
{
border-color: #A16006;
}
.TagClassName
{
border-color: #A16006;
}
</style>