Shades of Rich Gold #A15413
Tints of Rich Gold #A15413
RGB
CMYK
RGB Variations
Color information
#A15413 (or 0xA15413) is known color: Rich Gold. HEX triplet: A1, 54 and 13. RGB value is (161,84,19). Sum of RGB (Red+Green+Blue) = 161+84+19=264 (34% of max value = 765). Red value is 161 (63.28% from 255 or 60.98% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 161 - color contains mainly: red. Hex color #A15413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15413 is #5EABEC. Grayscale: #636363. Windows color (decimal): -6204397 or 1266849. OLE color: 1266849.
HSL color Cylindrical-coordinate representation of color #A15413: hue angle of 27.46º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A15413 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 84 | 19 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.37 |
| HSL | 27.46º | 0.79% | 0.35% | - |
| HSV(B) | 27.46º | 0.88% | 0.63% | - |
| XYZ | 17.99 | 13.96 | 2.36 | - |
| YUV | 99.61 | 82.51 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 84 | 19 | 0 | 0.48 | 0.88 | 0.37 | 27.46 | 0.79 | 0.35 |
| Hex | A1 | 54 | 13 | 0 | 30 | 58 | 25 | 1B | 4F | 23 |
| Octal | 241 | 124 | 23 | 0 | 60 | 130 | 45 | 33 | 117 | 43 |
| Binary | 10100001 | 1010100 | 10011 | 0 | 110000 | 1011000 | 100101 | 11011 | 1001111 | 100011 |
Color Harmonies of #A15413
Complementary color
Monochromatic Colors of #A15413
Black with #A15413
Text Example
Text Example
White with #A15413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15413; }
p { color: rgb(161,84,19); }
H1.HeaderClassName
{
color: #A15413;
}
.AnyTagClassName
{
color: #A15413;
}
</style>
background-color css
<style>
a { background-color: #A15413; }
a { background-color: rgb(161,84,19); }
div.DivClassName
{
background-color: #A15413;
}
.BgClassName
{
background-color: #A15413;
}
</style>
border-color css
<style>
span { border-color: #A15413; }
span { border-color: rgb(161,84,19); }
td.TdClassName
{
border-color: #A15413;
}
.TagClassName
{
border-color: #A15413;
}
</style>