Shades of Golden Brown #A15509
Tints of Golden Brown #A15509
RGB
CMYK
RGB Variations
Color information
#A15509 (or 0xA15509) is known color: Golden Brown. HEX triplet: A1, 55 and 09. RGB value is (161,85,9). Sum of RGB (Red+Green+Blue) = 161+85+9=255 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.14% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 161 - color contains mainly: red. Hex color #A15509 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15509 is #5EAAF6. Grayscale: #636363. Windows color (decimal): -6204151 or 611745. OLE color: 611745.
HSL color Cylindrical-coordinate representation of color #A15509: hue angle of 30º 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 #A15509 is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 85 | 9 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.37 |
| HSL | 30º | 0.89% | 0.33% | - |
| HSV(B) | 30º | 0.94% | 0.63% | - |
| XYZ | 18 | 14.09 | 2.03 | - |
| YUV | 99.06 | 77.18 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 85 | 9 | 0 | 0.47 | 0.94 | 0.37 | 30 | 0.89 | 0.33 |
| Hex | A1 | 55 | 9 | 0 | 2F | 5E | 25 | 1E | 59 | 21 |
| Octal | 241 | 125 | 11 | 0 | 57 | 136 | 45 | 36 | 131 | 41 |
| Binary | 10100001 | 1010101 | 1001 | 0 | 101111 | 1011110 | 100101 | 11110 | 1011001 | 100001 |
Color Harmonies of #A15509
Complementary color
Monochromatic Colors of #A15509
Black with #A15509
Text Example
Text Example
White with #A15509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15509; }
p { color: rgb(161,85,9); }
H1.HeaderClassName
{
color: #A15509;
}
.AnyTagClassName
{
color: #A15509;
}
</style>
background-color css
<style>
a { background-color: #A15509; }
a { background-color: rgb(161,85,9); }
div.DivClassName
{
background-color: #A15509;
}
.BgClassName
{
background-color: #A15509;
}
</style>
border-color css
<style>
span { border-color: #A15509; }
span { border-color: rgb(161,85,9); }
td.TdClassName
{
border-color: #A15509;
}
.TagClassName
{
border-color: #A15509;
}
</style>