Shades of Rich Gold #A05926
Tints of Rich Gold #A05926
RGB
CMYK
RGB Variations
Color information
#A05926 (or 0xA05926) is known color: Rich Gold. HEX triplet: A0, 59 and 26. RGB value is (160,89,38). Sum of RGB (Red+Green+Blue) = 160+89+38=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A05926 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05926 is #5FA6D9. Grayscale: #686868. Windows color (decimal): -6268634 or 2513312. OLE color: 2513312.
HSL color Cylindrical-coordinate representation of color #A05926: hue angle of 25.08º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A05926 is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 89 | 38 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.37 |
| HSL | 25.08º | 0.62% | 0.39% | - |
| HSV(B) | 25.08º | 0.76% | 0.63% | - |
| XYZ | 18.42 | 14.76 | 3.71 | - |
| YUV | 104.42 | 90.52 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 38 | 0 | 0.44 | 0.76 | 0.37 | 25.08 | 0.62 | 0.39 |
| Hex | A0 | 59 | 26 | 0 | 2C | 4C | 25 | 19 | 3E | 27 |
| Octal | 240 | 131 | 46 | 0 | 54 | 114 | 45 | 31 | 76 | 47 |
| Binary | 10100000 | 1011001 | 100110 | 0 | 101100 | 1001100 | 100101 | 11001 | 111110 | 100111 |
Color Harmonies of #A05926
Complementary color
Monochromatic Colors of #A05926
Black with #A05926
Text Example
Text Example
White with #A05926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05926; }
p { color: rgb(160,89,38); }
H1.HeaderClassName
{
color: #A05926;
}
.AnyTagClassName
{
color: #A05926;
}
</style>
background-color css
<style>
a { background-color: #A05926; }
a { background-color: rgb(160,89,38); }
div.DivClassName
{
background-color: #A05926;
}
.BgClassName
{
background-color: #A05926;
}
</style>
border-color css
<style>
span { border-color: #A05926; }
span { border-color: rgb(160,89,38); }
td.TdClassName
{
border-color: #A05926;
}
.TagClassName
{
border-color: #A05926;
}
</style>