Shades of Rich Gold #A24A25
Tints of Rich Gold #A24A25
RGB
CMYK
RGB Variations
Color information
#A24A25 (or 0xA24A25) is known color: Rich Gold. HEX triplet: A2, 4A and 25. RGB value is (162,74,37). Sum of RGB (Red+Green+Blue) = 162+74+37=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24A25 is #5DB5DA. Grayscale: #606060. Windows color (decimal): -6141403 or 2443938. OLE color: 2443938.
HSL color Cylindrical-coordinate representation of color #A24A25: hue angle of 17.76º 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 #A24A25 is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 74 | 37 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.36 |
| HSL | 17.76º | 0.63% | 0.39% | - |
| HSV(B) | 17.76º | 0.77% | 0.64% | - |
| XYZ | 17.68 | 12.71 | 3.27 | - |
| YUV | 96.09 | 94.65 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 74 | 37 | 0 | 0.54 | 0.77 | 0.36 | 17.76 | 0.63 | 0.39 |
| Hex | A2 | 4A | 25 | 0 | 36 | 4D | 24 | 12 | 3F | 27 |
| Octal | 242 | 112 | 45 | 0 | 66 | 115 | 44 | 22 | 77 | 47 |
| Binary | 10100010 | 1001010 | 100101 | 0 | 110110 | 1001101 | 100100 | 10010 | 111111 | 100111 |
Color Harmonies of #A24A25
Complementary color
Monochromatic Colors of #A24A25
Black with #A24A25
Text Example
Text Example
White with #A24A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24A25; }
p { color: rgb(162,74,37); }
H1.HeaderClassName
{
color: #A24A25;
}
.AnyTagClassName
{
color: #A24A25;
}
</style>
background-color css
<style>
a { background-color: #A24A25; }
a { background-color: rgb(162,74,37); }
div.DivClassName
{
background-color: #A24A25;
}
.BgClassName
{
background-color: #A24A25;
}
</style>
border-color css
<style>
span { border-color: #A24A25; }
span { border-color: rgb(162,74,37); }
td.TdClassName
{
border-color: #A24A25;
}
.TagClassName
{
border-color: #A24A25;
}
</style>