Shades of Rich Gold #A24D19
Tints of Rich Gold #A24D19
RGB
CMYK
RGB Variations
Color information
#A24D19 (or 0xA24D19) is known color: Rich Gold. HEX triplet: A2, 4D and 19. RGB value is (162,77,25). Sum of RGB (Red+Green+Blue) = 162+77+25=264 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.36% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 25 (10.16% from 255 or 9.47% from 264); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A24D19 is #5DB2E6. Grayscale: #606060. Windows color (decimal): -6140647 or 1658274. OLE color: 1658274.
HSL color Cylindrical-coordinate representation of color #A24D19: hue angle of 22.77º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A24D19 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 77 | 25 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.36 |
| HSL | 22.77º | 0.73% | 0.37% | - |
| HSV(B) | 22.77º | 0.85% | 0.64% | - |
| XYZ | 17.73 | 13.06 | 2.51 | - |
| YUV | 96.49 | 87.66 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 77 | 25 | 0 | 0.52 | 0.85 | 0.36 | 22.77 | 0.73 | 0.37 |
| Hex | A2 | 4D | 19 | 0 | 34 | 55 | 24 | 17 | 49 | 25 |
| Octal | 242 | 115 | 31 | 0 | 64 | 125 | 44 | 27 | 111 | 45 |
| Binary | 10100010 | 1001101 | 11001 | 0 | 110100 | 1010101 | 100100 | 10111 | 1001001 | 100101 |
Color Harmonies of #A24D19
Complementary color
Monochromatic Colors of #A24D19
Black with #A24D19
Text Example
Text Example
White with #A24D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24D19; }
p { color: rgb(162,77,25); }
H1.HeaderClassName
{
color: #A24D19;
}
.AnyTagClassName
{
color: #A24D19;
}
</style>
background-color css
<style>
a { background-color: #A24D19; }
a { background-color: rgb(162,77,25); }
div.DivClassName
{
background-color: #A24D19;
}
.BgClassName
{
background-color: #A24D19;
}
</style>
border-color css
<style>
span { border-color: #A24D19; }
span { border-color: rgb(162,77,25); }
td.TdClassName
{
border-color: #A24D19;
}
.TagClassName
{
border-color: #A24D19;
}
</style>