Shades of Rich Gold #A24F10
Tints of Rich Gold #A24F10
RGB
CMYK
RGB Variations
Color information
#A24F10 (or 0xA24F10) is known color: Rich Gold. HEX triplet: A2, 4F and 10. RGB value is (162,79,16). Sum of RGB (Red+Green+Blue) = 162+79+16=257 (34% of max value = 765). Red value is 162 (63.67% from 255 or 63.04% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A24F10 is #5DB0EF. Grayscale: #606060. Windows color (decimal): -6140144 or 1068962. OLE color: 1068962.
HSL color Cylindrical-coordinate representation of color #A24F10: hue angle of 25.89º 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 #A24F10 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 79 | 16 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.36 |
| HSL | 25.89º | 0.82% | 0.35% | - |
| HSV(B) | 25.89º | 0.9% | 0.64% | - |
| XYZ | 17.79 | 13.31 | 2.12 | - |
| YUV | 96.64 | 82.5 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 79 | 16 | 0 | 0.51 | 0.90 | 0.36 | 25.89 | 0.82 | 0.35 |
| Hex | A2 | 4F | 10 | 0 | 33 | 5A | 24 | 1A | 52 | 23 |
| Octal | 242 | 117 | 20 | 0 | 63 | 132 | 44 | 32 | 122 | 43 |
| Binary | 10100010 | 1001111 | 10000 | 0 | 110011 | 1011010 | 100100 | 11010 | 1010010 | 100011 |
Color Harmonies of #A24F10
Complementary color
Monochromatic Colors of #A24F10
Black with #A24F10
Text Example
Text Example
White with #A24F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24F10; }
p { color: rgb(162,79,16); }
H1.HeaderClassName
{
color: #A24F10;
}
.AnyTagClassName
{
color: #A24F10;
}
</style>
background-color css
<style>
a { background-color: #A24F10; }
a { background-color: rgb(162,79,16); }
div.DivClassName
{
background-color: #A24F10;
}
.BgClassName
{
background-color: #A24F10;
}
</style>
border-color css
<style>
span { border-color: #A24F10; }
span { border-color: rgb(162,79,16); }
td.TdClassName
{
border-color: #A24F10;
}
.TagClassName
{
border-color: #A24F10;
}
</style>