Shades of Golden Brown #A05509
Tints of Golden Brown #A05509
RGB
CMYK
RGB Variations
Color information
#A05509 (or 0xA05509) is known color: Golden Brown. HEX triplet: A0, 55 and 09. RGB value is (160,85,9). Sum of RGB (Red+Green+Blue) = 160+85+9=254 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.99% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 9 (3.91% from 255 or 3.54% from 254); Max value from RGB is 160 - color contains mainly: red. Hex color #A05509 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05509 is #5FAAF6. Grayscale: #636363. Windows color (decimal): -6269687 or 611744. OLE color: 611744.
HSL color Cylindrical-coordinate representation of color #A05509: hue angle of 30.2º 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 #A05509 is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 85 | 9 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.37 |
| HSL | 30.2º | 0.89% | 0.33% | - |
| HSV(B) | 30.2º | 0.94% | 0.63% | - |
| XYZ | 17.8 | 13.99 | 2.02 | - |
| YUV | 98.76 | 77.35 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 85 | 9 | 0 | 0.47 | 0.94 | 0.37 | 30.2 | 0.89 | 0.33 |
| Hex | A0 | 55 | 9 | 0 | 2F | 5E | 25 | 1E | 59 | 21 |
| Octal | 240 | 125 | 11 | 0 | 57 | 136 | 45 | 36 | 131 | 41 |
| Binary | 10100000 | 1010101 | 1001 | 0 | 101111 | 1011110 | 100101 | 11110 | 1011001 | 100001 |
Color Harmonies of #A05509
Complementary color
Monochromatic Colors of #A05509
Black with #A05509
Text Example
Text Example
White with #A05509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05509; }
p { color: rgb(160,85,9); }
H1.HeaderClassName
{
color: #A05509;
}
.AnyTagClassName
{
color: #A05509;
}
</style>
background-color css
<style>
a { background-color: #A05509; }
a { background-color: rgb(160,85,9); }
div.DivClassName
{
background-color: #A05509;
}
.BgClassName
{
background-color: #A05509;
}
</style>
border-color css
<style>
span { border-color: #A05509; }
span { border-color: rgb(160,85,9); }
td.TdClassName
{
border-color: #A05509;
}
.TagClassName
{
border-color: #A05509;
}
</style>