Shades of Rich Gold #A0591E
Tints of Rich Gold #A0591E
RGB
CMYK
RGB Variations
Color information
#A0591E (or 0xA0591E) is known color: Rich Gold. HEX triplet: A0, 59 and 1E. RGB value is (160,89,30). Sum of RGB (Red+Green+Blue) = 160+89+30=279 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.35% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 160 - color contains mainly: red. Hex color #A0591E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0591E is #5FA6E1. Grayscale: #676767. Windows color (decimal): -6268642 or 1989024. OLE color: 1989024.
HSL color Cylindrical-coordinate representation of color #A0591E: hue angle of 27.23º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A0591E is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 89 | 30 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.37 |
| HSL | 27.23º | 0.68% | 0.37% | - |
| HSV(B) | 27.23º | 0.81% | 0.63% | - |
| XYZ | 18.3 | 14.71 | 3.1 | - |
| YUV | 103.5 | 86.52 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 30 | 0 | 0.44 | 0.81 | 0.37 | 27.23 | 0.68 | 0.37 |
| Hex | A0 | 59 | 1E | 0 | 2C | 51 | 25 | 1B | 44 | 25 |
| Octal | 240 | 131 | 36 | 0 | 54 | 121 | 45 | 33 | 104 | 45 |
| Binary | 10100000 | 1011001 | 11110 | 0 | 101100 | 1010001 | 100101 | 11011 | 1000100 | 100101 |
Color Harmonies of #A0591E
Complementary color
Monochromatic Colors of #A0591E
Black with #A0591E
Text Example
Text Example
White with #A0591E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0591E; }
p { color: rgb(160,89,30); }
H1.HeaderClassName
{
color: #A0591E;
}
.AnyTagClassName
{
color: #A0591E;
}
</style>
background-color css
<style>
a { background-color: #A0591E; }
a { background-color: rgb(160,89,30); }
div.DivClassName
{
background-color: #A0591E;
}
.BgClassName
{
background-color: #A0591E;
}
</style>
border-color css
<style>
span { border-color: #A0591E; }
span { border-color: rgb(160,89,30); }
td.TdClassName
{
border-color: #A0591E;
}
.TagClassName
{
border-color: #A0591E;
}
</style>