Shades of Golden Brown #A16009
Tints of Golden Brown #A16009
RGB
CMYK
RGB Variations
Color information
#A16009 (or 0xA16009) is known color: Golden Brown. HEX triplet: A1, 60 and 09. RGB value is (161,96,9). Sum of RGB (Red+Green+Blue) = 161+96+9=266 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.53% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 161 - color contains mainly: red. Hex color #A16009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16009 is #5E9FF6. Grayscale: #696969. Windows color (decimal): -6201335 or 614561. OLE color: 614561.
HSL color Cylindrical-coordinate representation of color #A16009: hue angle of 34.34º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A16009 is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 96 | 9 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.37 |
| HSL | 34.34º | 0.89% | 0.33% | - |
| HSV(B) | 34.34º | 0.94% | 0.63% | - |
| XYZ | 18.93 | 15.96 | 2.34 | - |
| YUV | 105.52 | 73.53 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 96 | 9 | 0 | 0.40 | 0.94 | 0.37 | 34.34 | 0.89 | 0.33 |
| Hex | A1 | 60 | 9 | 0 | 28 | 5E | 25 | 22 | 59 | 21 |
| Octal | 241 | 140 | 11 | 0 | 50 | 136 | 45 | 42 | 131 | 41 |
| Binary | 10100001 | 1100000 | 1001 | 0 | 101000 | 1011110 | 100101 | 100010 | 1011001 | 100001 |
Color Harmonies of #A16009
Complementary color
Monochromatic Colors of #A16009
Black with #A16009
Text Example
Text Example
White with #A16009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16009; }
p { color: rgb(161,96,9); }
H1.HeaderClassName
{
color: #A16009;
}
.AnyTagClassName
{
color: #A16009;
}
</style>
background-color css
<style>
a { background-color: #A16009; }
a { background-color: rgb(161,96,9); }
div.DivClassName
{
background-color: #A16009;
}
.BgClassName
{
background-color: #A16009;
}
</style>
border-color css
<style>
span { border-color: #A16009; }
span { border-color: rgb(161,96,9); }
td.TdClassName
{
border-color: #A16009;
}
.TagClassName
{
border-color: #A16009;
}
</style>