Shades of Golden Brown #A05900
Tints of Golden Brown #A05900
RGB
CMYK
RGB Variations
Color information
#A05900 (or 0xA05900) is known color: Golden Brown. HEX triplet: A0, 59 and 00. RGB value is (160,89,0). Sum of RGB (Red+Green+Blue) = 160+89+0=249 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.26% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 160 - color contains mainly: red. Hex color #A05900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05900 is #5FA6FF. Grayscale: #646464. Windows color (decimal): -6268672 or 22944. OLE color: 22944.
HSL color Cylindrical-coordinate representation of color #A05900: hue angle of 33.38º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A05900 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 89 | 0 | - |
| CMYK | 0 | 0.44 | 1 | 0.37 |
| HSL | 33.38º | 1% | 0.31% | - |
| HSV(B) | 33.38º | 1% | 0.63% | - |
| XYZ | 18.07 | 14.62 | 1.87 | - |
| YUV | 100.08 | 71.52 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 0 | 0 | 0.44 | 1 | 0.37 | 33.38 | 1 | 0.31 |
| Hex | A0 | 59 | 0 | 0 | 2C | 64 | 25 | 21 | 64 | 1F |
| Octal | 240 | 131 | 0 | 0 | 54 | 144 | 45 | 41 | 144 | 37 |
| Binary | 10100000 | 1011001 | 0 | 0 | 101100 | 1100100 | 100101 | 100001 | 1100100 | 11111 |
Color Harmonies of #A05900
Complementary color
Monochromatic Colors of #A05900
Black with #A05900
Text Example
Text Example
White with #A05900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05900; }
p { color: rgb(160,89,0); }
H1.HeaderClassName
{
color: #A05900;
}
.AnyTagClassName
{
color: #A05900;
}
</style>
background-color css
<style>
a { background-color: #A05900; }
a { background-color: rgb(160,89,0); }
div.DivClassName
{
background-color: #A05900;
}
.BgClassName
{
background-color: #A05900;
}
</style>
border-color css
<style>
span { border-color: #A05900; }
span { border-color: rgb(160,89,0); }
td.TdClassName
{
border-color: #A05900;
}
.TagClassName
{
border-color: #A05900;
}
</style>