Shades of Rich Gold #A45115
Tints of Rich Gold #A45115
RGB
CMYK
RGB Variations
Color information
#A45115 (or 0xA45115) is known color: Rich Gold. HEX triplet: A4, 51 and 15. RGB value is (164,81,21). Sum of RGB (Red+Green+Blue) = 164+81+21=266 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.65% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 164 - color contains mainly: red. Hex color #A45115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45115 is #5BAEEA. Grayscale: #636363. Windows color (decimal): -6008555 or 1397156. OLE color: 1397156.
HSL color Cylindrical-coordinate representation of color #A45115: hue angle of 25.17º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A45115 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 81 | 21 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.36 |
| HSL | 25.17º | 0.77% | 0.36% | - |
| HSV(B) | 25.17º | 0.87% | 0.64% | - |
| XYZ | 18.39 | 13.83 | 2.41 | - |
| YUV | 98.98 | 84 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 81 | 21 | 0 | 0.51 | 0.87 | 0.36 | 25.17 | 0.77 | 0.36 |
| Hex | A4 | 51 | 15 | 0 | 33 | 57 | 24 | 19 | 4D | 24 |
| Octal | 244 | 121 | 25 | 0 | 63 | 127 | 44 | 31 | 115 | 44 |
| Binary | 10100100 | 1010001 | 10101 | 0 | 110011 | 1010111 | 100100 | 11001 | 1001101 | 100100 |
Color Harmonies of #A45115
Complementary color
Monochromatic Colors of #A45115
Black with #A45115
Text Example
Text Example
White with #A45115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45115; }
p { color: rgb(164,81,21); }
H1.HeaderClassName
{
color: #A45115;
}
.AnyTagClassName
{
color: #A45115;
}
</style>
background-color css
<style>
a { background-color: #A45115; }
a { background-color: rgb(164,81,21); }
div.DivClassName
{
background-color: #A45115;
}
.BgClassName
{
background-color: #A45115;
}
</style>
border-color css
<style>
span { border-color: #A45115; }
span { border-color: rgb(164,81,21); }
td.TdClassName
{
border-color: #A45115;
}
.TagClassName
{
border-color: #A45115;
}
</style>