Shades of Rich Gold #A05E24
Tints of Rich Gold #A05E24
RGB
CMYK
RGB Variations
Color information
#A05E24 (or 0xA05E24) is known color: Rich Gold. HEX triplet: A0, 5E and 24. RGB value is (160,94,36). Sum of RGB (Red+Green+Blue) = 160+94+36=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 36 (14.45% from 255 or 12.41% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A05E24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05E24 is #5FA1DB. Grayscale: #6B6B6B. Windows color (decimal): -6267356 or 2383520. OLE color: 2383520.
HSL color Cylindrical-coordinate representation of color #A05E24: hue angle of 28.06º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A05E24 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 94 | 36 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.37 |
| HSL | 28.06º | 0.63% | 0.38% | - |
| HSV(B) | 28.06º | 0.78% | 0.63% | - |
| XYZ | 18.82 | 15.61 | 3.69 | - |
| YUV | 107.12 | 87.87 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 94 | 36 | 0 | 0.41 | 0.78 | 0.37 | 28.06 | 0.63 | 0.38 |
| Hex | A0 | 5E | 24 | 0 | 29 | 4E | 25 | 1C | 3F | 26 |
| Octal | 240 | 136 | 44 | 0 | 51 | 116 | 45 | 34 | 77 | 46 |
| Binary | 10100000 | 1011110 | 100100 | 0 | 101001 | 1001110 | 100101 | 11100 | 111111 | 100110 |
Color Harmonies of #A05E24
Complementary color
Monochromatic Colors of #A05E24
Black with #A05E24
Text Example
Text Example
White with #A05E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05E24; }
p { color: rgb(160,94,36); }
H1.HeaderClassName
{
color: #A05E24;
}
.AnyTagClassName
{
color: #A05E24;
}
</style>
background-color css
<style>
a { background-color: #A05E24; }
a { background-color: rgb(160,94,36); }
div.DivClassName
{
background-color: #A05E24;
}
.BgClassName
{
background-color: #A05E24;
}
</style>
border-color css
<style>
span { border-color: #A05E24; }
span { border-color: rgb(160,94,36); }
td.TdClassName
{
border-color: #A05E24;
}
.TagClassName
{
border-color: #A05E24;
}
</style>