Shades of Rich Gold #A04515
Tints of Rich Gold #A04515
RGB
CMYK
RGB Variations
Color information
#A04515 (or 0xA04515) is known color: Rich Gold. HEX triplet: A0, 45 and 15. RGB value is (160,69,21). Sum of RGB (Red+Green+Blue) = 160+69+21=250 (33% of max value = 765). Red value is 160 (62.89% from 255 or 64% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 160 - color contains mainly: red. Hex color #A04515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04515 is #5FBAEA. Grayscale: #5B5B5B. Windows color (decimal): -6273771 or 1394080. OLE color: 1394080.
HSL color Cylindrical-coordinate representation of color #A04515: hue angle of 20.72º 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 #A04515 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 69 | 21 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.37 |
| HSL | 20.72º | 0.77% | 0.35% | - |
| HSV(B) | 20.72º | 0.87% | 0.63% | - |
| XYZ | 16.76 | 11.78 | 2.1 | - |
| YUV | 90.74 | 88.65 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 21 | 0 | 0.57 | 0.87 | 0.37 | 20.72 | 0.77 | 0.35 |
| Hex | A0 | 45 | 15 | 0 | 39 | 57 | 25 | 15 | 4D | 23 |
| Octal | 240 | 105 | 25 | 0 | 71 | 127 | 45 | 25 | 115 | 43 |
| Binary | 10100000 | 1000101 | 10101 | 0 | 111001 | 1010111 | 100101 | 10101 | 1001101 | 100011 |
Color Harmonies of #A04515
Complementary color
Monochromatic Colors of #A04515
Black with #A04515
Text Example
Text Example
White with #A04515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04515; }
p { color: rgb(160,69,21); }
H1.HeaderClassName
{
color: #A04515;
}
.AnyTagClassName
{
color: #A04515;
}
</style>
background-color css
<style>
a { background-color: #A04515; }
a { background-color: rgb(160,69,21); }
div.DivClassName
{
background-color: #A04515;
}
.BgClassName
{
background-color: #A04515;
}
</style>
border-color css
<style>
span { border-color: #A04515; }
span { border-color: rgb(160,69,21); }
td.TdClassName
{
border-color: #A04515;
}
.TagClassName
{
border-color: #A04515;
}
</style>