Shades of Rich Gold #A15817
Tints of Rich Gold #A15817
RGB
CMYK
RGB Variations
Color information
#A15817 (or 0xA15817) is known color: Rich Gold. HEX triplet: A1, 58 and 17. RGB value is (161,88,23). Sum of RGB (Red+Green+Blue) = 161+88+23=272 (36% of max value = 765). Red value is 161 (63.28% from 255 or 59.19% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 23 (9.38% from 255 or 8.46% from 272); Max value from RGB is 161 - color contains mainly: red. Hex color #A15817 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15817 is #5EA7E8. Grayscale: #666666. Windows color (decimal): -6203369 or 1530017. OLE color: 1530017.
HSL color Cylindrical-coordinate representation of color #A15817: hue angle of 28.26º 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 #A15817 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 88 | 23 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.37 |
| HSL | 28.26º | 0.75% | 0.36% | - |
| HSV(B) | 28.26º | 0.86% | 0.63% | - |
| XYZ | 18.34 | 14.62 | 2.67 | - |
| YUV | 102.42 | 83.18 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 88 | 23 | 0 | 0.45 | 0.86 | 0.37 | 28.26 | 0.75 | 0.36 |
| Hex | A1 | 58 | 17 | 0 | 2D | 56 | 25 | 1C | 4B | 24 |
| Octal | 241 | 130 | 27 | 0 | 55 | 126 | 45 | 34 | 113 | 44 |
| Binary | 10100001 | 1011000 | 10111 | 0 | 101101 | 1010110 | 100101 | 11100 | 1001011 | 100100 |
Color Harmonies of #A15817
Complementary color
Monochromatic Colors of #A15817
Black with #A15817
Text Example
Text Example
White with #A15817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15817; }
p { color: rgb(161,88,23); }
H1.HeaderClassName
{
color: #A15817;
}
.AnyTagClassName
{
color: #A15817;
}
</style>
background-color css
<style>
a { background-color: #A15817; }
a { background-color: rgb(161,88,23); }
div.DivClassName
{
background-color: #A15817;
}
.BgClassName
{
background-color: #A15817;
}
</style>
border-color css
<style>
span { border-color: #A15817; }
span { border-color: rgb(161,88,23); }
td.TdClassName
{
border-color: #A15817;
}
.TagClassName
{
border-color: #A15817;
}
</style>