Shades of Rich Gold #A15217
Tints of Rich Gold #A15217
RGB
CMYK
RGB Variations
Color information
#A15217 (or 0xA15217) is known color: Rich Gold. HEX triplet: A1, 52 and 17. RGB value is (161,82,23). Sum of RGB (Red+Green+Blue) = 161+82+23=266 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.53% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 161 - color contains mainly: red. Hex color #A15217 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15217 is #5EADE8. Grayscale: #636363. Windows color (decimal): -6204905 or 1528481. OLE color: 1528481.
HSL color Cylindrical-coordinate representation of color #A15217: hue angle of 25.65º 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 #A15217 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 82 | 23 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.37 |
| HSL | 25.65º | 0.75% | 0.36% | - |
| HSV(B) | 25.65º | 0.86% | 0.63% | - |
| XYZ | 17.87 | 13.67 | 2.51 | - |
| YUV | 98.9 | 85.17 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 82 | 23 | 0 | 0.49 | 0.86 | 0.37 | 25.65 | 0.75 | 0.36 |
| Hex | A1 | 52 | 17 | 0 | 31 | 56 | 25 | 1A | 4B | 24 |
| Octal | 241 | 122 | 27 | 0 | 61 | 126 | 45 | 32 | 113 | 44 |
| Binary | 10100001 | 1010010 | 10111 | 0 | 110001 | 1010110 | 100101 | 11010 | 1001011 | 100100 |
Color Harmonies of #A15217
Complementary color
Monochromatic Colors of #A15217
Black with #A15217
Text Example
Text Example
White with #A15217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15217; }
p { color: rgb(161,82,23); }
H1.HeaderClassName
{
color: #A15217;
}
.AnyTagClassName
{
color: #A15217;
}
</style>
background-color css
<style>
a { background-color: #A15217; }
a { background-color: rgb(161,82,23); }
div.DivClassName
{
background-color: #A15217;
}
.BgClassName
{
background-color: #A15217;
}
</style>
border-color css
<style>
span { border-color: #A15217; }
span { border-color: rgb(161,82,23); }
td.TdClassName
{
border-color: #A15217;
}
.TagClassName
{
border-color: #A15217;
}
</style>