Shades of Golden Brown #A05309
Tints of Golden Brown #A05309
RGB
CMYK
RGB Variations
Color information
#A05309 (or 0xA05309) is known color: Golden Brown. HEX triplet: A0, 53 and 09. RGB value is (160,83,9). Sum of RGB (Red+Green+Blue) = 160+83+9=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A05309 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05309 is #5FACF6. Grayscale: #616161. Windows color (decimal): -6270199 or 611232. OLE color: 611232.
HSL color Cylindrical-coordinate representation of color #A05309: hue angle of 29.4º 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 #A05309 is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 83 | 9 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.37 |
| HSL | 29.4º | 0.89% | 0.33% | - |
| HSV(B) | 29.4º | 0.94% | 0.63% | - |
| XYZ | 17.64 | 13.68 | 1.97 | - |
| YUV | 97.59 | 78.01 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 83 | 9 | 0 | 0.48 | 0.94 | 0.37 | 29.4 | 0.89 | 0.33 |
| Hex | A0 | 53 | 9 | 0 | 30 | 5E | 25 | 1D | 59 | 21 |
| Octal | 240 | 123 | 11 | 0 | 60 | 136 | 45 | 35 | 131 | 41 |
| Binary | 10100000 | 1010011 | 1001 | 0 | 110000 | 1011110 | 100101 | 11101 | 1011001 | 100001 |
Color Harmonies of #A05309
Complementary color
Monochromatic Colors of #A05309
Black with #A05309
Text Example
Text Example
White with #A05309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05309; }
p { color: rgb(160,83,9); }
H1.HeaderClassName
{
color: #A05309;
}
.AnyTagClassName
{
color: #A05309;
}
</style>
background-color css
<style>
a { background-color: #A05309; }
a { background-color: rgb(160,83,9); }
div.DivClassName
{
background-color: #A05309;
}
.BgClassName
{
background-color: #A05309;
}
</style>
border-color css
<style>
span { border-color: #A05309; }
span { border-color: rgb(160,83,9); }
td.TdClassName
{
border-color: #A05309;
}
.TagClassName
{
border-color: #A05309;
}
</style>