Shades of Rich Gold #A15017
Tints of Rich Gold #A15017
RGB
CMYK
RGB Variations
Color information
#A15017 (or 0xA15017) is known color: Rich Gold. HEX triplet: A1, 50 and 17. RGB value is (161,80,23). Sum of RGB (Red+Green+Blue) = 161+80+23=264 (34% of max value = 765). Red value is 161 (63.28% from 255 or 60.98% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 161 - color contains mainly: red. Hex color #A15017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15017 is #5EAFE8. Grayscale: #626262. Windows color (decimal): -6205417 or 1527969. OLE color: 1527969.
HSL color Cylindrical-coordinate representation of color #A15017: hue angle of 24.78º 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 #A15017 is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 80 | 23 | - |
| CMYK | 0 | 0.50 | 0.86 | 0.37 |
| HSL | 24.78º | 0.75% | 0.36% | - |
| HSV(B) | 24.78º | 0.86% | 0.63% | - |
| XYZ | 17.72 | 13.38 | 2.46 | - |
| YUV | 97.72 | 85.84 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 23 | 0 | 0.50 | 0.86 | 0.37 | 24.78 | 0.75 | 0.36 |
| Hex | A1 | 50 | 17 | 0 | 32 | 56 | 25 | 19 | 4B | 24 |
| Octal | 241 | 120 | 27 | 0 | 62 | 126 | 45 | 31 | 113 | 44 |
| Binary | 10100001 | 1010000 | 10111 | 0 | 110010 | 1010110 | 100101 | 11001 | 1001011 | 100100 |
Color Harmonies of #A15017
Complementary color
Monochromatic Colors of #A15017
Black with #A15017
Text Example
Text Example
White with #A15017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15017; }
p { color: rgb(161,80,23); }
H1.HeaderClassName
{
color: #A15017;
}
.AnyTagClassName
{
color: #A15017;
}
</style>
background-color css
<style>
a { background-color: #A15017; }
a { background-color: rgb(161,80,23); }
div.DivClassName
{
background-color: #A15017;
}
.BgClassName
{
background-color: #A15017;
}
</style>
border-color css
<style>
span { border-color: #A15017; }
span { border-color: rgb(161,80,23); }
td.TdClassName
{
border-color: #A15017;
}
.TagClassName
{
border-color: #A15017;
}
</style>