Shades of Golden Brown #A17009
Tints of Golden Brown #A17009
RGB
CMYK
RGB Variations
Color information
#A17009 (or 0xA17009) is known color: Golden Brown. HEX triplet: A1, 70 and 09. RGB value is (161,112,9). Sum of RGB (Red+Green+Blue) = 161+112+9=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 9 (3.91% from 255 or 3.19% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A17009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17009 is #5E8FF6. Grayscale: #737373. Windows color (decimal): -6197239 or 618657. OLE color: 618657.
HSL color Cylindrical-coordinate representation of color #A17009: hue angle of 40.66º 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 #A17009 is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 112 | 9 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.37 |
| HSL | 40.66º | 0.89% | 0.33% | - |
| HSV(B) | 40.66º | 0.94% | 0.63% | - |
| XYZ | 20.54 | 19.19 | 2.88 | - |
| YUV | 114.91 | 68.23 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 9 | 0 | 0.30 | 0.94 | 0.37 | 40.66 | 0.89 | 0.33 |
| Hex | A1 | 70 | 9 | 0 | 1E | 5E | 25 | 29 | 59 | 21 |
| Octal | 241 | 160 | 11 | 0 | 36 | 136 | 45 | 51 | 131 | 41 |
| Binary | 10100001 | 1110000 | 1001 | 0 | 11110 | 1011110 | 100101 | 101001 | 1011001 | 100001 |
Color Harmonies of #A17009
Complementary color
Monochromatic Colors of #A17009
Black with #A17009
Text Example
Text Example
White with #A17009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17009; }
p { color: rgb(161,112,9); }
H1.HeaderClassName
{
color: #A17009;
}
.AnyTagClassName
{
color: #A17009;
}
</style>
background-color css
<style>
a { background-color: #A17009; }
a { background-color: rgb(161,112,9); }
div.DivClassName
{
background-color: #A17009;
}
.BgClassName
{
background-color: #A17009;
}
</style>
border-color css
<style>
span { border-color: #A17009; }
span { border-color: rgb(161,112,9); }
td.TdClassName
{
border-color: #A17009;
}
.TagClassName
{
border-color: #A17009;
}
</style>