Shades of Golden Brown #A17409
Tints of Golden Brown #A17409
RGB
CMYK
RGB Variations
Color information
#A17409 (or 0xA17409) is known color: Golden Brown. HEX triplet: A1, 74 and 09. RGB value is (161,116,9). Sum of RGB (Red+Green+Blue) = 161+116+9=286 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.29% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 9 (3.91% from 255 or 3.15% from 286); Max value from RGB is 161 - color contains mainly: red. Hex color #A17409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17409 is #5E8BF6. Grayscale: #757575. Windows color (decimal): -6196215 or 619681. OLE color: 619681.
HSL color Cylindrical-coordinate representation of color #A17409: hue angle of 42.24º 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 #A17409 is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 116 | 9 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.37 |
| HSL | 42.24º | 0.89% | 0.33% | - |
| HSV(B) | 42.24º | 0.94% | 0.63% | - |
| XYZ | 20.99 | 20.09 | 3.03 | - |
| YUV | 117.26 | 66.91 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 116 | 9 | 0 | 0.28 | 0.94 | 0.37 | 42.24 | 0.89 | 0.33 |
| Hex | A1 | 74 | 9 | 0 | 1C | 5E | 25 | 2A | 59 | 21 |
| Octal | 241 | 164 | 11 | 0 | 34 | 136 | 45 | 52 | 131 | 41 |
| Binary | 10100001 | 1110100 | 1001 | 0 | 11100 | 1011110 | 100101 | 101010 | 1011001 | 100001 |
Color Harmonies of #A17409
Complementary color
Monochromatic Colors of #A17409
Black with #A17409
Text Example
Text Example
White with #A17409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17409; }
p { color: rgb(161,116,9); }
H1.HeaderClassName
{
color: #A17409;
}
.AnyTagClassName
{
color: #A17409;
}
</style>
background-color css
<style>
a { background-color: #A17409; }
a { background-color: rgb(161,116,9); }
div.DivClassName
{
background-color: #A17409;
}
.BgClassName
{
background-color: #A17409;
}
</style>
border-color css
<style>
span { border-color: #A17409; }
span { border-color: rgb(161,116,9); }
td.TdClassName
{
border-color: #A17409;
}
.TagClassName
{
border-color: #A17409;
}
</style>