Shades of Rich Gold #A45128
Tints of Rich Gold #A45128
RGB
CMYK
RGB Variations
Color information
#A45128 (or 0xA45128) is known color: Rich Gold. HEX triplet: A4, 51 and 28. RGB value is (164,81,40). Sum of RGB (Red+Green+Blue) = 164+81+40=285 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.54% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 164 - color contains mainly: red. Hex color #A45128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45128 is #5BAED7. Grayscale: #656565. Windows color (decimal): -6008536 or 2642340. OLE color: 2642340.
HSL color Cylindrical-coordinate representation of color #A45128: hue angle of 19.84º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A45128 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 81 | 40 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.36 |
| HSL | 19.84º | 0.61% | 0.4% | - |
| HSV(B) | 19.84º | 0.76% | 0.64% | - |
| XYZ | 18.64 | 13.93 | 3.71 | - |
| YUV | 101.14 | 93.5 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 81 | 40 | 0 | 0.51 | 0.76 | 0.36 | 19.84 | 0.61 | 0.4 |
| Hex | A4 | 51 | 28 | 0 | 33 | 4C | 24 | 14 | 3D | 28 |
| Octal | 244 | 121 | 50 | 0 | 63 | 114 | 44 | 24 | 75 | 50 |
| Binary | 10100100 | 1010001 | 101000 | 0 | 110011 | 1001100 | 100100 | 10100 | 111101 | 101000 |
Color Harmonies of #A45128
Complementary color
Monochromatic Colors of #A45128
Black with #A45128
Text Example
Text Example
White with #A45128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45128; }
p { color: rgb(164,81,40); }
H1.HeaderClassName
{
color: #A45128;
}
.AnyTagClassName
{
color: #A45128;
}
</style>
background-color css
<style>
a { background-color: #A45128; }
a { background-color: rgb(164,81,40); }
div.DivClassName
{
background-color: #A45128;
}
.BgClassName
{
background-color: #A45128;
}
</style>
border-color css
<style>
span { border-color: #A45128; }
span { border-color: rgb(164,81,40); }
td.TdClassName
{
border-color: #A45128;
}
.TagClassName
{
border-color: #A45128;
}
</style>