Shades of Rich Gold #A05928
Tints of Rich Gold #A05928
RGB
CMYK
RGB Variations
Color information
#A05928 (or 0xA05928) is known color: Rich Gold. HEX triplet: A0, 59 and 28. RGB value is (160,89,40). Sum of RGB (Red+Green+Blue) = 160+89+40=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A05928 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05928 is #5FA6D7. Grayscale: #686868. Windows color (decimal): -6268632 or 2644384. OLE color: 2644384.
HSL color Cylindrical-coordinate representation of color #A05928: hue angle of 24.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A05928 is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 89 | 40 | - |
| CMYK | 0 | 0.44 | 0.75 | 0.37 |
| HSL | 24.5º | 0.6% | 0.39% | - |
| HSV(B) | 24.5º | 0.75% | 0.63% | - |
| XYZ | 18.45 | 14.77 | 3.89 | - |
| YUV | 104.64 | 91.52 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 40 | 0 | 0.44 | 0.75 | 0.37 | 24.5 | 0.6 | 0.39 |
| Hex | A0 | 59 | 28 | 0 | 2C | 4B | 25 | 18 | 3C | 27 |
| Octal | 240 | 131 | 50 | 0 | 54 | 113 | 45 | 30 | 74 | 47 |
| Binary | 10100000 | 1011001 | 101000 | 0 | 101100 | 1001011 | 100101 | 11000 | 111100 | 100111 |
Color Harmonies of #A05928
Complementary color
Monochromatic Colors of #A05928
Black with #A05928
Text Example
Text Example
White with #A05928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05928; }
p { color: rgb(160,89,40); }
H1.HeaderClassName
{
color: #A05928;
}
.AnyTagClassName
{
color: #A05928;
}
</style>
background-color css
<style>
a { background-color: #A05928; }
a { background-color: rgb(160,89,40); }
div.DivClassName
{
background-color: #A05928;
}
.BgClassName
{
background-color: #A05928;
}
</style>
border-color css
<style>
span { border-color: #A05928; }
span { border-color: rgb(160,89,40); }
td.TdClassName
{
border-color: #A05928;
}
.TagClassName
{
border-color: #A05928;
}
</style>