Shades of Rich Gold #A24C10
Tints of Rich Gold #A24C10
RGB
CMYK
RGB Variations
Color information
#A24C10 (or 0xA24C10) is known color: Rich Gold. HEX triplet: A2, 4C and 10. RGB value is (162,76,16). Sum of RGB (Red+Green+Blue) = 162+76+16=254 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.78% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24C10 is #5DB3EF. Grayscale: #5F5F5F. Windows color (decimal): -6140912 or 1068194. OLE color: 1068194.
HSL color Cylindrical-coordinate representation of color #A24C10: hue angle of 24.66º 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 #A24C10 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 76 | 16 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.36 |
| HSL | 24.66º | 0.82% | 0.35% | - |
| HSV(B) | 24.66º | 0.9% | 0.64% | - |
| XYZ | 17.58 | 12.89 | 2.05 | - |
| YUV | 94.87 | 83.49 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 76 | 16 | 0 | 0.53 | 0.90 | 0.36 | 24.66 | 0.82 | 0.35 |
| Hex | A2 | 4C | 10 | 0 | 35 | 5A | 24 | 19 | 52 | 23 |
| Octal | 242 | 114 | 20 | 0 | 65 | 132 | 44 | 31 | 122 | 43 |
| Binary | 10100010 | 1001100 | 10000 | 0 | 110101 | 1011010 | 100100 | 11001 | 1010010 | 100011 |
Color Harmonies of #A24C10
Complementary color
Monochromatic Colors of #A24C10
Black with #A24C10
Text Example
Text Example
White with #A24C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24C10; }
p { color: rgb(162,76,16); }
H1.HeaderClassName
{
color: #A24C10;
}
.AnyTagClassName
{
color: #A24C10;
}
</style>
background-color css
<style>
a { background-color: #A24C10; }
a { background-color: rgb(162,76,16); }
div.DivClassName
{
background-color: #A24C10;
}
.BgClassName
{
background-color: #A24C10;
}
</style>
border-color css
<style>
span { border-color: #A24C10; }
span { border-color: rgb(162,76,16); }
td.TdClassName
{
border-color: #A24C10;
}
.TagClassName
{
border-color: #A24C10;
}
</style>