Shades of Rich Gold #A05017
Tints of Rich Gold #A05017
RGB
CMYK
RGB Variations
Color information
#A05017 (or 0xA05017) is known color: Rich Gold. HEX triplet: A0, 50 and 17. RGB value is (160,80,23). Sum of RGB (Red+Green+Blue) = 160+80+23=263 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.84% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 23 (9.38% from 255 or 8.75% from 263); Max value from RGB is 160 - color contains mainly: red. Hex color #A05017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05017 is #5FAFE8. Grayscale: #616161. Windows color (decimal): -6270953 or 1527968. OLE color: 1527968.
HSL color Cylindrical-coordinate representation of color #A05017: hue angle of 24.96º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A05017 is Cyan = 0, Magento = 0.5, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 80 | 23 | - |
| CMYK | 0 | 0.5 | 0.86 | 0.37 |
| HSL | 24.96º | 0.75% | 0.36% | - |
| HSV(B) | 24.96º | 0.86% | 0.63% | - |
| XYZ | 17.52 | 13.27 | 2.45 | - |
| YUV | 97.42 | 86 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 80 | 23 | 0 | 0.5 | 0.86 | 0.37 | 24.96 | 0.75 | 0.36 |
| Hex | A0 | 50 | 17 | 0 | 32 | 56 | 25 | 19 | 4B | 24 |
| Octal | 240 | 120 | 27 | 0 | 62 | 126 | 45 | 31 | 113 | 44 |
| Binary | 10100000 | 1010000 | 10111 | 0 | 110010 | 1010110 | 100101 | 11001 | 1001011 | 100100 |
Color Harmonies of #A05017
Complementary color
Monochromatic Colors of #A05017
Black with #A05017
Text Example
Text Example
White with #A05017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05017; }
p { color: rgb(160,80,23); }
H1.HeaderClassName
{
color: #A05017;
}
.AnyTagClassName
{
color: #A05017;
}
</style>
background-color css
<style>
a { background-color: #A05017; }
a { background-color: rgb(160,80,23); }
div.DivClassName
{
background-color: #A05017;
}
.BgClassName
{
background-color: #A05017;
}
</style>
border-color css
<style>
span { border-color: #A05017; }
span { border-color: rgb(160,80,23); }
td.TdClassName
{
border-color: #A05017;
}
.TagClassName
{
border-color: #A05017;
}
</style>