Shades of Rich Gold #A45125
Tints of Rich Gold #A45125
RGB
CMYK
RGB Variations
Color information
#A45125 (or 0xA45125) is known color: Rich Gold. HEX triplet: A4, 51 and 25. RGB value is (164,81,37). Sum of RGB (Red+Green+Blue) = 164+81+37=282 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.16% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 37 (14.84% from 255 or 13.12% from 282); Max value from RGB is 164 - color contains mainly: red. Hex color #A45125 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45125 is #5BAEDA. Grayscale: #656565. Windows color (decimal): -6008539 or 2445732. OLE color: 2445732.
HSL color Cylindrical-coordinate representation of color #A45125: hue angle of 20.79º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A45125 is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 81 | 37 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.36 |
| HSL | 20.79º | 0.63% | 0.39% | - |
| HSV(B) | 20.79º | 0.77% | 0.64% | - |
| XYZ | 18.59 | 13.91 | 3.46 | - |
| YUV | 100.8 | 92 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 81 | 37 | 0 | 0.51 | 0.77 | 0.36 | 20.79 | 0.63 | 0.39 |
| Hex | A4 | 51 | 25 | 0 | 33 | 4D | 24 | 15 | 3F | 27 |
| Octal | 244 | 121 | 45 | 0 | 63 | 115 | 44 | 25 | 77 | 47 |
| Binary | 10100100 | 1010001 | 100101 | 0 | 110011 | 1001101 | 100100 | 10101 | 111111 | 100111 |
Color Harmonies of #A45125
Complementary color
Monochromatic Colors of #A45125
Black with #A45125
Text Example
Text Example
White with #A45125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45125; }
p { color: rgb(164,81,37); }
H1.HeaderClassName
{
color: #A45125;
}
.AnyTagClassName
{
color: #A45125;
}
</style>
background-color css
<style>
a { background-color: #A45125; }
a { background-color: rgb(164,81,37); }
div.DivClassName
{
background-color: #A45125;
}
.BgClassName
{
background-color: #A45125;
}
</style>
border-color css
<style>
span { border-color: #A45125; }
span { border-color: rgb(164,81,37); }
td.TdClassName
{
border-color: #A45125;
}
.TagClassName
{
border-color: #A45125;
}
</style>