Shades of Rich Gold #A24E1E
Tints of Rich Gold #A24E1E
RGB
CMYK
RGB Variations
Color information
#A24E1E (or 0xA24E1E) is known color: Rich Gold. HEX triplet: A2, 4E and 1E. RGB value is (162,78,30). Sum of RGB (Red+Green+Blue) = 162+78+30=270 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24E1E is #5DB1E1. Grayscale: #616161. Windows color (decimal): -6140386 or 1986210. OLE color: 1986210.
HSL color Cylindrical-coordinate representation of color #A24E1E: hue angle of 21.82º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A24E1E is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 78 | 30 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.36 |
| HSL | 21.82º | 0.69% | 0.38% | - |
| HSV(B) | 21.82º | 0.81% | 0.64% | - |
| XYZ | 17.86 | 13.22 | 2.84 | - |
| YUV | 97.64 | 89.83 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 78 | 30 | 0 | 0.52 | 0.81 | 0.36 | 21.82 | 0.69 | 0.38 |
| Hex | A2 | 4E | 1E | 0 | 34 | 51 | 24 | 16 | 45 | 26 |
| Octal | 242 | 116 | 36 | 0 | 64 | 121 | 44 | 26 | 105 | 46 |
| Binary | 10100010 | 1001110 | 11110 | 0 | 110100 | 1010001 | 100100 | 10110 | 1000101 | 100110 |
Color Harmonies of #A24E1E
Complementary color
Monochromatic Colors of #A24E1E
Black with #A24E1E
Text Example
Text Example
White with #A24E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24E1E; }
p { color: rgb(162,78,30); }
H1.HeaderClassName
{
color: #A24E1E;
}
.AnyTagClassName
{
color: #A24E1E;
}
</style>
background-color css
<style>
a { background-color: #A24E1E; }
a { background-color: rgb(162,78,30); }
div.DivClassName
{
background-color: #A24E1E;
}
.BgClassName
{
background-color: #A24E1E;
}
</style>
border-color css
<style>
span { border-color: #A24E1E; }
span { border-color: rgb(162,78,30); }
td.TdClassName
{
border-color: #A24E1E;
}
.TagClassName
{
border-color: #A24E1E;
}
</style>