Shades of Rich Gold #A14621
Tints of Rich Gold #A14621
RGB
CMYK
RGB Variations
Color information
#A14621 (or 0xA14621) is known color: Rich Gold. HEX triplet: A1, 46 and 21. RGB value is (161,70,33). Sum of RGB (Red+Green+Blue) = 161+70+33=264 (34% of max value = 765). Red value is 161 (63.28% from 255 or 60.98% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 161 - color contains mainly: red. Hex color #A14621 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14621 is #5EB9DE. Grayscale: #5D5D5D. Windows color (decimal): -6207967 or 2180769. OLE color: 2180769.
HSL color Cylindrical-coordinate representation of color #A14621: hue angle of 17.34º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A14621 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 70 | 33 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.37 |
| HSL | 17.34º | 0.66% | 0.38% | - |
| HSV(B) | 17.34º | 0.8% | 0.63% | - |
| XYZ | 17.16 | 12.07 | 2.86 | - |
| YUV | 92.99 | 94.15 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 70 | 33 | 0 | 0.57 | 0.80 | 0.37 | 17.34 | 0.66 | 0.38 |
| Hex | A1 | 46 | 21 | 0 | 39 | 50 | 25 | 11 | 42 | 26 |
| Octal | 241 | 106 | 41 | 0 | 71 | 120 | 45 | 21 | 102 | 46 |
| Binary | 10100001 | 1000110 | 100001 | 0 | 111001 | 1010000 | 100101 | 10001 | 1000010 | 100110 |
Color Harmonies of #A14621
Complementary color
Monochromatic Colors of #A14621
Black with #A14621
Text Example
Text Example
White with #A14621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14621; }
p { color: rgb(161,70,33); }
H1.HeaderClassName
{
color: #A14621;
}
.AnyTagClassName
{
color: #A14621;
}
</style>
background-color css
<style>
a { background-color: #A14621; }
a { background-color: rgb(161,70,33); }
div.DivClassName
{
background-color: #A14621;
}
.BgClassName
{
background-color: #A14621;
}
</style>
border-color css
<style>
span { border-color: #A14621; }
span { border-color: rgb(161,70,33); }
td.TdClassName
{
border-color: #A14621;
}
.TagClassName
{
border-color: #A14621;
}
</style>