Shades of Golden Brown #A17509
Tints of Golden Brown #A17509
RGB
CMYK
RGB Variations
Color information
#A17509 (or 0xA17509) is known color: Golden Brown. HEX triplet: A1, 75 and 09. RGB value is (161,117,9). Sum of RGB (Red+Green+Blue) = 161+117+9=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 9 (3.91% from 255 or 3.14% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A17509 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17509 is #5E8AF6. Grayscale: #767676. Windows color (decimal): -6195959 or 619937. OLE color: 619937.
HSL color Cylindrical-coordinate representation of color #A17509: hue angle of 42.63º 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 #A17509 is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 117 | 9 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.37 |
| HSL | 42.63º | 0.89% | 0.33% | - |
| HSV(B) | 42.63º | 0.94% | 0.63% | - |
| XYZ | 21.11 | 20.32 | 3.07 | - |
| YUV | 117.84 | 66.58 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 117 | 9 | 0 | 0.27 | 0.94 | 0.37 | 42.63 | 0.89 | 0.33 |
| Hex | A1 | 75 | 9 | 0 | 1B | 5E | 25 | 2B | 59 | 21 |
| Octal | 241 | 165 | 11 | 0 | 33 | 136 | 45 | 53 | 131 | 41 |
| Binary | 10100001 | 1110101 | 1001 | 0 | 11011 | 1011110 | 100101 | 101011 | 1011001 | 100001 |
Color Harmonies of #A17509
Complementary color
Monochromatic Colors of #A17509
Black with #A17509
Text Example
Text Example
White with #A17509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17509; }
p { color: rgb(161,117,9); }
H1.HeaderClassName
{
color: #A17509;
}
.AnyTagClassName
{
color: #A17509;
}
</style>
background-color css
<style>
a { background-color: #A17509; }
a { background-color: rgb(161,117,9); }
div.DivClassName
{
background-color: #A17509;
}
.BgClassName
{
background-color: #A17509;
}
</style>
border-color css
<style>
span { border-color: #A17509; }
span { border-color: rgb(161,117,9); }
td.TdClassName
{
border-color: #A17509;
}
.TagClassName
{
border-color: #A17509;
}
</style>