Shades of Rich Gold #A24D10
Tints of Rich Gold #A24D10
RGB
CMYK
RGB Variations
Color information
#A24D10 (or 0xA24D10) is known color: Rich Gold. HEX triplet: A2, 4D and 10. RGB value is (162,77,16). Sum of RGB (Red+Green+Blue) = 162+77+16=255 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.53% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A24D10 is #5DB2EF. Grayscale: #5F5F5F. Windows color (decimal): -6140656 or 1068450. OLE color: 1068450.
HSL color Cylindrical-coordinate representation of color #A24D10: hue angle of 25.07º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A24D10 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 77 | 16 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.36 |
| HSL | 25.07º | 0.82% | 0.35% | - |
| HSV(B) | 25.07º | 0.9% | 0.64% | - |
| XYZ | 17.65 | 13.03 | 2.07 | - |
| YUV | 95.46 | 83.16 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 77 | 16 | 0 | 0.52 | 0.90 | 0.36 | 25.07 | 0.82 | 0.35 |
| Hex | A2 | 4D | 10 | 0 | 34 | 5A | 24 | 19 | 52 | 23 |
| Octal | 242 | 115 | 20 | 0 | 64 | 132 | 44 | 31 | 122 | 43 |
| Binary | 10100010 | 1001101 | 10000 | 0 | 110100 | 1011010 | 100100 | 11001 | 1010010 | 100011 |
Color Harmonies of #A24D10
Complementary color
Monochromatic Colors of #A24D10
Black with #A24D10
Text Example
Text Example
White with #A24D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24D10; }
p { color: rgb(162,77,16); }
H1.HeaderClassName
{
color: #A24D10;
}
.AnyTagClassName
{
color: #A24D10;
}
</style>
background-color css
<style>
a { background-color: #A24D10; }
a { background-color: rgb(162,77,16); }
div.DivClassName
{
background-color: #A24D10;
}
.BgClassName
{
background-color: #A24D10;
}
</style>
border-color css
<style>
span { border-color: #A24D10; }
span { border-color: rgb(162,77,16); }
td.TdClassName
{
border-color: #A24D10;
}
.TagClassName
{
border-color: #A24D10;
}
</style>