Shades of Rich Gold #A15819
Tints of Rich Gold #A15819
RGB
CMYK
RGB Variations
Color information
#A15819 (or 0xA15819) is known color: Rich Gold. HEX triplet: A1, 58 and 19. RGB value is (161,88,25). Sum of RGB (Red+Green+Blue) = 161+88+25=274 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.76% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 161 - color contains mainly: red. Hex color #A15819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15819 is #5EA7E6. Grayscale: #666666. Windows color (decimal): -6203367 or 1661089. OLE color: 1661089.
HSL color Cylindrical-coordinate representation of color #A15819: hue angle of 27.79º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A15819 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 88 | 25 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.37 |
| HSL | 27.79º | 0.73% | 0.36% | - |
| HSV(B) | 27.79º | 0.84% | 0.63% | - |
| XYZ | 18.36 | 14.63 | 2.78 | - |
| YUV | 102.65 | 84.18 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 88 | 25 | 0 | 0.45 | 0.84 | 0.37 | 27.79 | 0.73 | 0.36 |
| Hex | A1 | 58 | 19 | 0 | 2D | 54 | 25 | 1C | 49 | 24 |
| Octal | 241 | 130 | 31 | 0 | 55 | 124 | 45 | 34 | 111 | 44 |
| Binary | 10100001 | 1011000 | 11001 | 0 | 101101 | 1010100 | 100101 | 11100 | 1001001 | 100100 |
Color Harmonies of #A15819
Complementary color
Monochromatic Colors of #A15819
Black with #A15819
Text Example
Text Example
White with #A15819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15819; }
p { color: rgb(161,88,25); }
H1.HeaderClassName
{
color: #A15819;
}
.AnyTagClassName
{
color: #A15819;
}
</style>
background-color css
<style>
a { background-color: #A15819; }
a { background-color: rgb(161,88,25); }
div.DivClassName
{
background-color: #A15819;
}
.BgClassName
{
background-color: #A15819;
}
</style>
border-color css
<style>
span { border-color: #A15819; }
span { border-color: rgb(161,88,25); }
td.TdClassName
{
border-color: #A15819;
}
.TagClassName
{
border-color: #A15819;
}
</style>