Shades of Rich Gold #A05115
Tints of Rich Gold #A05115
RGB
CMYK
RGB Variations
Color information
#A05115 (or 0xA05115) is known color: Rich Gold. HEX triplet: A0, 51 and 15. RGB value is (160,81,21). Sum of RGB (Red+Green+Blue) = 160+81+21=262 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.07% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 160 - color contains mainly: red. Hex color #A05115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05115 is #5FAEEA. Grayscale: #626262. Windows color (decimal): -6270699 or 1397152. OLE color: 1397152.
HSL color Cylindrical-coordinate representation of color #A05115: hue angle of 25.9º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A05115 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 81 | 21 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.37 |
| HSL | 25.9º | 0.77% | 0.35% | - |
| HSV(B) | 25.9º | 0.87% | 0.63% | - |
| XYZ | 17.57 | 13.41 | 2.37 | - |
| YUV | 97.78 | 84.67 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 81 | 21 | 0 | 0.49 | 0.87 | 0.37 | 25.9 | 0.77 | 0.35 |
| Hex | A0 | 51 | 15 | 0 | 31 | 57 | 25 | 1A | 4D | 23 |
| Octal | 240 | 121 | 25 | 0 | 61 | 127 | 45 | 32 | 115 | 43 |
| Binary | 10100000 | 1010001 | 10101 | 0 | 110001 | 1010111 | 100101 | 11010 | 1001101 | 100011 |
Color Harmonies of #A05115
Complementary color
Monochromatic Colors of #A05115
Black with #A05115
Text Example
Text Example
White with #A05115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05115; }
p { color: rgb(160,81,21); }
H1.HeaderClassName
{
color: #A05115;
}
.AnyTagClassName
{
color: #A05115;
}
</style>
background-color css
<style>
a { background-color: #A05115; }
a { background-color: rgb(160,81,21); }
div.DivClassName
{
background-color: #A05115;
}
.BgClassName
{
background-color: #A05115;
}
</style>
border-color css
<style>
span { border-color: #A05115; }
span { border-color: rgb(160,81,21); }
td.TdClassName
{
border-color: #A05115;
}
.TagClassName
{
border-color: #A05115;
}
</style>