Shades of Rich Gold #A24D11
Tints of Rich Gold #A24D11
RGB
CMYK
RGB Variations
Color information
#A24D11 (or 0xA24D11) is known color: Rich Gold. HEX triplet: A2, 4D and 11. RGB value is (162,77,17). Sum of RGB (Red+Green+Blue) = 162+77+17=256 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.28% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A24D11 is #5DB2EE. Grayscale: #5F5F5F. Windows color (decimal): -6140655 or 1133986. OLE color: 1133986.
HSL color Cylindrical-coordinate representation of color #A24D11: hue angle of 24.83º degrees, saturation: 0.81, 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 #A24D11 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 77 | 17 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.36 |
| HSL | 24.83º | 0.81% | 0.35% | - |
| HSV(B) | 24.83º | 0.9% | 0.64% | - |
| XYZ | 17.66 | 13.03 | 2.11 | - |
| YUV | 95.58 | 83.66 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 77 | 17 | 0 | 0.52 | 0.90 | 0.36 | 24.83 | 0.81 | 0.35 |
| Hex | A2 | 4D | 11 | 0 | 34 | 5A | 24 | 19 | 51 | 23 |
| Octal | 242 | 115 | 21 | 0 | 64 | 132 | 44 | 31 | 121 | 43 |
| Binary | 10100010 | 1001101 | 10001 | 0 | 110100 | 1011010 | 100100 | 11001 | 1010001 | 100011 |
Color Harmonies of #A24D11
Complementary color
Monochromatic Colors of #A24D11
Black with #A24D11
Text Example
Text Example
White with #A24D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24D11; }
p { color: rgb(162,77,17); }
H1.HeaderClassName
{
color: #A24D11;
}
.AnyTagClassName
{
color: #A24D11;
}
</style>
background-color css
<style>
a { background-color: #A24D11; }
a { background-color: rgb(162,77,17); }
div.DivClassName
{
background-color: #A24D11;
}
.BgClassName
{
background-color: #A24D11;
}
</style>
border-color css
<style>
span { border-color: #A24D11; }
span { border-color: rgb(162,77,17); }
td.TdClassName
{
border-color: #A24D11;
}
.TagClassName
{
border-color: #A24D11;
}
</style>