Shades of Golden Brown #A16D09
Tints of Golden Brown #A16D09
RGB
CMYK
RGB Variations
Color information
#A16D09 (or 0xA16D09) is known color: Golden Brown. HEX triplet: A1, 6D and 09. RGB value is (161,109,9). Sum of RGB (Red+Green+Blue) = 161+109+9=279 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.71% from 279); Green value is 109 (42.97% from 255 or 39.07% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16D09 is #5E92F6. Grayscale: #717171. Windows color (decimal): -6198007 or 617889. OLE color: 617889.
HSL color Cylindrical-coordinate representation of color #A16D09: hue angle of 39.47º 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 #A16D09 is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 109 | 9 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.37 |
| HSL | 39.47º | 0.89% | 0.33% | - |
| HSV(B) | 39.47º | 0.94% | 0.63% | - |
| XYZ | 20.22 | 18.53 | 2.77 | - |
| YUV | 113.15 | 69.23 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 9 | 0 | 0.32 | 0.94 | 0.37 | 39.47 | 0.89 | 0.33 |
| Hex | A1 | 6D | 9 | 0 | 20 | 5E | 25 | 27 | 59 | 21 |
| Octal | 241 | 155 | 11 | 0 | 40 | 136 | 45 | 47 | 131 | 41 |
| Binary | 10100001 | 1101101 | 1001 | 0 | 100000 | 1011110 | 100101 | 100111 | 1011001 | 100001 |
Color Harmonies of #A16D09
Complementary color
Monochromatic Colors of #A16D09
Black with #A16D09
Text Example
Text Example
White with #A16D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16D09; }
p { color: rgb(161,109,9); }
H1.HeaderClassName
{
color: #A16D09;
}
.AnyTagClassName
{
color: #A16D09;
}
</style>
background-color css
<style>
a { background-color: #A16D09; }
a { background-color: rgb(161,109,9); }
div.DivClassName
{
background-color: #A16D09;
}
.BgClassName
{
background-color: #A16D09;
}
</style>
border-color css
<style>
span { border-color: #A16D09; }
span { border-color: rgb(161,109,9); }
td.TdClassName
{
border-color: #A16D09;
}
.TagClassName
{
border-color: #A16D09;
}
</style>