Shades of Rich Gold #A15317
Tints of Rich Gold #A15317
RGB
CMYK
RGB Variations
Color information
#A15317 (or 0xA15317) is known color: Rich Gold. HEX triplet: A1, 53 and 17. RGB value is (161,83,23). Sum of RGB (Red+Green+Blue) = 161+83+23=267 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.30% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 23 (9.38% from 255 or 8.61% from 267); Max value from RGB is 161 - color contains mainly: red. Hex color #A15317 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15317 is #5EACE8. Grayscale: #636363. Windows color (decimal): -6204649 or 1528737. OLE color: 1528737.
HSL color Cylindrical-coordinate representation of color #A15317: hue angle of 26.09º 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 #A15317 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 83 | 23 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.37 |
| HSL | 26.09º | 0.75% | 0.36% | - |
| HSV(B) | 26.09º | 0.86% | 0.63% | - |
| XYZ | 17.95 | 13.83 | 2.53 | - |
| YUV | 99.48 | 84.84 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 83 | 23 | 0 | 0.48 | 0.86 | 0.37 | 26.09 | 0.75 | 0.36 |
| Hex | A1 | 53 | 17 | 0 | 30 | 56 | 25 | 1A | 4B | 24 |
| Octal | 241 | 123 | 27 | 0 | 60 | 126 | 45 | 32 | 113 | 44 |
| Binary | 10100001 | 1010011 | 10111 | 0 | 110000 | 1010110 | 100101 | 11010 | 1001011 | 100100 |
Color Harmonies of #A15317
Complementary color
Monochromatic Colors of #A15317
Black with #A15317
Text Example
Text Example
White with #A15317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15317; }
p { color: rgb(161,83,23); }
H1.HeaderClassName
{
color: #A15317;
}
.AnyTagClassName
{
color: #A15317;
}
</style>
background-color css
<style>
a { background-color: #A15317; }
a { background-color: rgb(161,83,23); }
div.DivClassName
{
background-color: #A15317;
}
.BgClassName
{
background-color: #A15317;
}
</style>
border-color css
<style>
span { border-color: #A15317; }
span { border-color: rgb(161,83,23); }
td.TdClassName
{
border-color: #A15317;
}
.TagClassName
{
border-color: #A15317;
}
</style>