Shades of Rich Gold #A45415
Tints of Rich Gold #A45415
RGB
CMYK
RGB Variations
Color information
#A45415 (or 0xA45415) is known color: Rich Gold. HEX triplet: A4, 54 and 15. RGB value is (164,84,21). Sum of RGB (Red+Green+Blue) = 164+84+21=269 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.97% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 21 (8.59% from 255 or 7.81% from 269); Max value from RGB is 164 - color contains mainly: red. Hex color #A45415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45415 is #5BABEA. Grayscale: #656565. Windows color (decimal): -6007787 or 1397924. OLE color: 1397924.
HSL color Cylindrical-coordinate representation of color #A45415: hue angle of 26.43º 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 #A45415 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 84 | 21 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.36 |
| HSL | 26.43º | 0.77% | 0.36% | - |
| HSV(B) | 26.43º | 0.87% | 0.64% | - |
| XYZ | 18.62 | 14.29 | 2.49 | - |
| YUV | 100.74 | 83 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 84 | 21 | 0 | 0.49 | 0.87 | 0.36 | 26.43 | 0.77 | 0.36 |
| Hex | A4 | 54 | 15 | 0 | 31 | 57 | 24 | 1A | 4D | 24 |
| Octal | 244 | 124 | 25 | 0 | 61 | 127 | 44 | 32 | 115 | 44 |
| Binary | 10100100 | 1010100 | 10101 | 0 | 110001 | 1010111 | 100100 | 11010 | 1001101 | 100100 |
Color Harmonies of #A45415
Complementary color
Monochromatic Colors of #A45415
Black with #A45415
Text Example
Text Example
White with #A45415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45415; }
p { color: rgb(164,84,21); }
H1.HeaderClassName
{
color: #A45415;
}
.AnyTagClassName
{
color: #A45415;
}
</style>
background-color css
<style>
a { background-color: #A45415; }
a { background-color: rgb(164,84,21); }
div.DivClassName
{
background-color: #A45415;
}
.BgClassName
{
background-color: #A45415;
}
</style>
border-color css
<style>
span { border-color: #A45415; }
span { border-color: rgb(164,84,21); }
td.TdClassName
{
border-color: #A45415;
}
.TagClassName
{
border-color: #A45415;
}
</style>