Shades of Rich Gold #A15010
Tints of Rich Gold #A15010
RGB
CMYK
RGB Variations
Color information
#A15010 (or 0xA15010) is known color: Rich Gold. HEX triplet: A1, 50 and 10. RGB value is (161,80,16). Sum of RGB (Red+Green+Blue) = 161+80+16=257 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.65% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 161 - color contains mainly: red. Hex color #A15010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15010 is #5EAFEF. Grayscale: #616161. Windows color (decimal): -6205424 or 1069217. OLE color: 1069217.
HSL color Cylindrical-coordinate representation of color #A15010: hue angle of 26.48º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A15010 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 80 | 16 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.37 |
| HSL | 26.48º | 0.82% | 0.35% | - |
| HSV(B) | 26.48º | 0.9% | 0.63% | - |
| XYZ | 17.66 | 13.35 | 2.14 | - |
| YUV | 96.92 | 82.34 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 16 | 0 | 0.50 | 0.90 | 0.37 | 26.48 | 0.82 | 0.35 |
| Hex | A1 | 50 | 10 | 0 | 32 | 5A | 25 | 1A | 52 | 23 |
| Octal | 241 | 120 | 20 | 0 | 62 | 132 | 45 | 32 | 122 | 43 |
| Binary | 10100001 | 1010000 | 10000 | 0 | 110010 | 1011010 | 100101 | 11010 | 1010010 | 100011 |
Color Harmonies of #A15010
Complementary color
Monochromatic Colors of #A15010
Black with #A15010
Text Example
Text Example
White with #A15010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15010; }
p { color: rgb(161,80,16); }
H1.HeaderClassName
{
color: #A15010;
}
.AnyTagClassName
{
color: #A15010;
}
</style>
background-color css
<style>
a { background-color: #A15010; }
a { background-color: rgb(161,80,16); }
div.DivClassName
{
background-color: #A15010;
}
.BgClassName
{
background-color: #A15010;
}
</style>
border-color css
<style>
span { border-color: #A15010; }
span { border-color: rgb(161,80,16); }
td.TdClassName
{
border-color: #A15010;
}
.TagClassName
{
border-color: #A15010;
}
</style>