Shades of Rich Gold #A24621
Tints of Rich Gold #A24621
RGB
CMYK
RGB Variations
Color information
#A24621 (or 0xA24621) is known color: Rich Gold. HEX triplet: A2, 46 and 21. RGB value is (162,70,33). Sum of RGB (Red+Green+Blue) = 162+70+33=265 (35% of max value = 765). Red value is 162 (63.67% from 255 or 61.13% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 33 (13.28% from 255 or 12.45% from 265); Max value from RGB is 162 - color contains mainly: red. Hex color #A24621 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24621 is #5DB9DE. Grayscale: #5D5D5D. Windows color (decimal): -6142431 or 2180770. OLE color: 2180770.
HSL color Cylindrical-coordinate representation of color #A24621: hue angle of 17.21º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A24621 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 70 | 33 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.36 |
| HSL | 17.21º | 0.66% | 0.38% | - |
| HSV(B) | 17.21º | 0.8% | 0.64% | - |
| XYZ | 17.36 | 12.17 | 2.87 | - |
| YUV | 93.29 | 93.98 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 70 | 33 | 0 | 0.57 | 0.80 | 0.36 | 17.21 | 0.66 | 0.38 |
| Hex | A2 | 46 | 21 | 0 | 39 | 50 | 24 | 11 | 42 | 26 |
| Octal | 242 | 106 | 41 | 0 | 71 | 120 | 44 | 21 | 102 | 46 |
| Binary | 10100010 | 1000110 | 100001 | 0 | 111001 | 1010000 | 100100 | 10001 | 1000010 | 100110 |
Color Harmonies of #A24621
Complementary color
Monochromatic Colors of #A24621
Black with #A24621
Text Example
Text Example
White with #A24621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24621; }
p { color: rgb(162,70,33); }
H1.HeaderClassName
{
color: #A24621;
}
.AnyTagClassName
{
color: #A24621;
}
</style>
background-color css
<style>
a { background-color: #A24621; }
a { background-color: rgb(162,70,33); }
div.DivClassName
{
background-color: #A24621;
}
.BgClassName
{
background-color: #A24621;
}
</style>
border-color css
<style>
span { border-color: #A24621; }
span { border-color: rgb(162,70,33); }
td.TdClassName
{
border-color: #A24621;
}
.TagClassName
{
border-color: #A24621;
}
</style>