Shades of Rich Gold #A45129
Tints of Rich Gold #A45129
RGB
CMYK
RGB Variations
Color information
#A45129 (or 0xA45129) is known color: Rich Gold. HEX triplet: A4, 51 and 29. RGB value is (164,81,41). Sum of RGB (Red+Green+Blue) = 164+81+41=286 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.34% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 164 - color contains mainly: red. Hex color #A45129 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45129 is #5BAED6. Grayscale: #656565. Windows color (decimal): -6008535 or 2707876. OLE color: 2707876.
HSL color Cylindrical-coordinate representation of color #A45129: hue angle of 19.51º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A45129 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 81 | 41 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.36 |
| HSL | 19.51º | 0.6% | 0.4% | - |
| HSV(B) | 19.51º | 0.75% | 0.64% | - |
| XYZ | 18.65 | 13.94 | 3.8 | - |
| YUV | 101.26 | 94 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 81 | 41 | 0 | 0.51 | 0.75 | 0.36 | 19.51 | 0.6 | 0.4 |
| Hex | A4 | 51 | 29 | 0 | 33 | 4B | 24 | 14 | 3C | 28 |
| Octal | 244 | 121 | 51 | 0 | 63 | 113 | 44 | 24 | 74 | 50 |
| Binary | 10100100 | 1010001 | 101001 | 0 | 110011 | 1001011 | 100100 | 10100 | 111100 | 101000 |
Color Harmonies of #A45129
Complementary color
Monochromatic Colors of #A45129
Black with #A45129
Text Example
Text Example
White with #A45129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45129; }
p { color: rgb(164,81,41); }
H1.HeaderClassName
{
color: #A45129;
}
.AnyTagClassName
{
color: #A45129;
}
</style>
background-color css
<style>
a { background-color: #A45129; }
a { background-color: rgb(164,81,41); }
div.DivClassName
{
background-color: #A45129;
}
.BgClassName
{
background-color: #A45129;
}
</style>
border-color css
<style>
span { border-color: #A45129; }
span { border-color: rgb(164,81,41); }
td.TdClassName
{
border-color: #A45129;
}
.TagClassName
{
border-color: #A45129;
}
</style>