Shades of Rich Gold #A15519
Tints of Rich Gold #A15519
RGB
CMYK
RGB Variations
Color information
#A15519 (or 0xA15519) is known color: Rich Gold. HEX triplet: A1, 55 and 19. RGB value is (161,85,25). Sum of RGB (Red+Green+Blue) = 161+85+25=271 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.41% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 161 - color contains mainly: red. Hex color #A15519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15519 is #5EAAE6. Grayscale: #656565. Windows color (decimal): -6204135 or 1660321. OLE color: 1660321.
HSL color Cylindrical-coordinate representation of color #A15519: hue angle of 26.47º 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 #A15519 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 85 | 25 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.37 |
| HSL | 26.47º | 0.73% | 0.36% | - |
| HSV(B) | 26.47º | 0.84% | 0.63% | - |
| XYZ | 18.12 | 14.14 | 2.69 | - |
| YUV | 100.88 | 85.18 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 85 | 25 | 0 | 0.47 | 0.84 | 0.37 | 26.47 | 0.73 | 0.36 |
| Hex | A1 | 55 | 19 | 0 | 2F | 54 | 25 | 1A | 49 | 24 |
| Octal | 241 | 125 | 31 | 0 | 57 | 124 | 45 | 32 | 111 | 44 |
| Binary | 10100001 | 1010101 | 11001 | 0 | 101111 | 1010100 | 100101 | 11010 | 1001001 | 100100 |
Color Harmonies of #A15519
Complementary color
Monochromatic Colors of #A15519
Black with #A15519
Text Example
Text Example
White with #A15519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15519; }
p { color: rgb(161,85,25); }
H1.HeaderClassName
{
color: #A15519;
}
.AnyTagClassName
{
color: #A15519;
}
</style>
background-color css
<style>
a { background-color: #A15519; }
a { background-color: rgb(161,85,25); }
div.DivClassName
{
background-color: #A15519;
}
.BgClassName
{
background-color: #A15519;
}
</style>
border-color css
<style>
span { border-color: #A15519; }
span { border-color: rgb(161,85,25); }
td.TdClassName
{
border-color: #A15519;
}
.TagClassName
{
border-color: #A15519;
}
</style>