Shades of Golden Brown #A05903
Tints of Golden Brown #A05903
RGB
CMYK
RGB Variations
Color information
#A05903 (or 0xA05903) is known color: Golden Brown. HEX triplet: A0, 59 and 03. RGB value is (160,89,3). Sum of RGB (Red+Green+Blue) = 160+89+3=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 3 (1.56% from 255 or 1.19% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A05903 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05903 is #5FA6FC. Grayscale: #646464. Windows color (decimal): -6268669 or 219552. OLE color: 219552.
HSL color Cylindrical-coordinate representation of color #A05903: hue angle of 32.87º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A05903 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 89 | 3 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.37 |
| HSL | 32.87º | 0.96% | 0.32% | - |
| HSV(B) | 32.87º | 0.98% | 0.63% | - |
| XYZ | 18.09 | 14.62 | 1.96 | - |
| YUV | 100.43 | 73.02 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 3 | 0 | 0.44 | 0.98 | 0.37 | 32.87 | 0.96 | 0.32 |
| Hex | A0 | 59 | 3 | 0 | 2C | 62 | 25 | 21 | 60 | 20 |
| Octal | 240 | 131 | 3 | 0 | 54 | 142 | 45 | 41 | 140 | 40 |
| Binary | 10100000 | 1011001 | 11 | 0 | 101100 | 1100010 | 100101 | 100001 | 1100000 | 100000 |
Color Harmonies of #A05903
Complementary color
Monochromatic Colors of #A05903
Black with #A05903
Text Example
Text Example
White with #A05903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05903; }
p { color: rgb(160,89,3); }
H1.HeaderClassName
{
color: #A05903;
}
.AnyTagClassName
{
color: #A05903;
}
</style>
background-color css
<style>
a { background-color: #A05903; }
a { background-color: rgb(160,89,3); }
div.DivClassName
{
background-color: #A05903;
}
.BgClassName
{
background-color: #A05903;
}
</style>
border-color css
<style>
span { border-color: #A05903; }
span { border-color: rgb(160,89,3); }
td.TdClassName
{
border-color: #A05903;
}
.TagClassName
{
border-color: #A05903;
}
</style>