Shades of Golden Brown #A16C09
Tints of Golden Brown #A16C09
RGB
CMYK
RGB Variations
Color information
#A16C09 (or 0xA16C09) is known color: Golden Brown. HEX triplet: A1, 6C and 09. RGB value is (161,108,9). Sum of RGB (Red+Green+Blue) = 161+108+9=278 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.91% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 9 (3.91% from 255 or 3.24% from 278); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16C09 is #5E93F6. Grayscale: #717171. Windows color (decimal): -6198263 or 617633. OLE color: 617633.
HSL color Cylindrical-coordinate representation of color #A16C09: hue angle of 39.08º 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 #A16C09 is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 108 | 9 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.37 |
| HSL | 39.08º | 0.89% | 0.33% | - |
| HSV(B) | 39.08º | 0.94% | 0.63% | - |
| XYZ | 20.11 | 18.32 | 2.74 | - |
| YUV | 112.56 | 69.56 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 9 | 0 | 0.33 | 0.94 | 0.37 | 39.08 | 0.89 | 0.33 |
| Hex | A1 | 6C | 9 | 0 | 21 | 5E | 25 | 27 | 59 | 21 |
| Octal | 241 | 154 | 11 | 0 | 41 | 136 | 45 | 47 | 131 | 41 |
| Binary | 10100001 | 1101100 | 1001 | 0 | 100001 | 1011110 | 100101 | 100111 | 1011001 | 100001 |
Color Harmonies of #A16C09
Complementary color
Monochromatic Colors of #A16C09
Black with #A16C09
Text Example
Text Example
White with #A16C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16C09; }
p { color: rgb(161,108,9); }
H1.HeaderClassName
{
color: #A16C09;
}
.AnyTagClassName
{
color: #A16C09;
}
</style>
background-color css
<style>
a { background-color: #A16C09; }
a { background-color: rgb(161,108,9); }
div.DivClassName
{
background-color: #A16C09;
}
.BgClassName
{
background-color: #A16C09;
}
</style>
border-color css
<style>
span { border-color: #A16C09; }
span { border-color: rgb(161,108,9); }
td.TdClassName
{
border-color: #A16C09;
}
.TagClassName
{
border-color: #A16C09;
}
</style>