Shades of Rich Gold #A14B21
Tints of Rich Gold #A14B21
RGB
CMYK
RGB Variations
Color information
#A14B21 (or 0xA14B21) is known color: Rich Gold. HEX triplet: A1, 4B and 21. RGB value is (161,75,33). Sum of RGB (Red+Green+Blue) = 161+75+33=269 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.85% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 33 (13.28% from 255 or 12.27% from 269); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14B21 is #5EB4DE. Grayscale: #606060. Windows color (decimal): -6206687 or 2182049. OLE color: 2182049.
HSL color Cylindrical-coordinate representation of color #A14B21: hue angle of 19.69º 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 #A14B21 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 75 | 33 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.37 |
| HSL | 19.69º | 0.66% | 0.38% | - |
| HSV(B) | 19.69º | 0.8% | 0.63% | - |
| XYZ | 17.49 | 12.72 | 2.97 | - |
| YUV | 95.93 | 92.49 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 75 | 33 | 0 | 0.53 | 0.80 | 0.37 | 19.69 | 0.66 | 0.38 |
| Hex | A1 | 4B | 21 | 0 | 35 | 50 | 25 | 14 | 42 | 26 |
| Octal | 241 | 113 | 41 | 0 | 65 | 120 | 45 | 24 | 102 | 46 |
| Binary | 10100001 | 1001011 | 100001 | 0 | 110101 | 1010000 | 100101 | 10100 | 1000010 | 100110 |
Color Harmonies of #A14B21
Complementary color
Monochromatic Colors of #A14B21
Black with #A14B21
Text Example
Text Example
White with #A14B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14B21; }
p { color: rgb(161,75,33); }
H1.HeaderClassName
{
color: #A14B21;
}
.AnyTagClassName
{
color: #A14B21;
}
</style>
background-color css
<style>
a { background-color: #A14B21; }
a { background-color: rgb(161,75,33); }
div.DivClassName
{
background-color: #A14B21;
}
.BgClassName
{
background-color: #A14B21;
}
</style>
border-color css
<style>
span { border-color: #A14B21; }
span { border-color: rgb(161,75,33); }
td.TdClassName
{
border-color: #A14B21;
}
.TagClassName
{
border-color: #A14B21;
}
</style>