Shades of Golden Brown #A0590E
Tints of Golden Brown #A0590E
RGB
CMYK
RGB Variations
Color information
#A0590E (or 0xA0590E) is known color: Golden Brown. HEX triplet: A0, 59 and 0E. RGB value is (160,89,14). Sum of RGB (Red+Green+Blue) = 160+89+14=263 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.84% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 160 - color contains mainly: red. Hex color #A0590E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0590E is #5FA6F1. Grayscale: #666666. Windows color (decimal): -6268658 or 940448. OLE color: 940448.
HSL color Cylindrical-coordinate representation of color #A0590E: hue angle of 30.82º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0590E is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 89 | 14 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.37 |
| HSL | 30.82º | 0.84% | 0.34% | - |
| HSV(B) | 30.82º | 0.91% | 0.63% | - |
| XYZ | 18.15 | 14.65 | 2.29 | - |
| YUV | 101.68 | 78.52 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 14 | 0 | 0.44 | 0.91 | 0.37 | 30.82 | 0.84 | 0.34 |
| Hex | A0 | 59 | E | 0 | 2C | 5B | 25 | 1F | 54 | 22 |
| Octal | 240 | 131 | 16 | 0 | 54 | 133 | 45 | 37 | 124 | 42 |
| Binary | 10100000 | 1011001 | 1110 | 0 | 101100 | 1011011 | 100101 | 11111 | 1010100 | 100010 |
Color Harmonies of #A0590E
Complementary color
Monochromatic Colors of #A0590E
Black with #A0590E
Text Example
Text Example
White with #A0590E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0590E; }
p { color: rgb(160,89,14); }
H1.HeaderClassName
{
color: #A0590E;
}
.AnyTagClassName
{
color: #A0590E;
}
</style>
background-color css
<style>
a { background-color: #A0590E; }
a { background-color: rgb(160,89,14); }
div.DivClassName
{
background-color: #A0590E;
}
.BgClassName
{
background-color: #A0590E;
}
</style>
border-color css
<style>
span { border-color: #A0590E; }
span { border-color: rgb(160,89,14); }
td.TdClassName
{
border-color: #A0590E;
}
.TagClassName
{
border-color: #A0590E;
}
</style>