Shades of Rich Gold #A15921
Tints of Rich Gold #A15921
RGB
CMYK
RGB Variations
Color information
#A15921 (or 0xA15921) is known color: Rich Gold. HEX triplet: A1, 59 and 21. RGB value is (161,89,33). Sum of RGB (Red+Green+Blue) = 161+89+33=283 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.89% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 161 - color contains mainly: red. Hex color #A15921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15921 is #5EA6DE. Grayscale: #686868. Windows color (decimal): -6203103 or 2185633. OLE color: 2185633.
HSL color Cylindrical-coordinate representation of color #A15921: hue angle of 26.25º 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 #A15921 is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 89 | 33 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.37 |
| HSL | 26.25º | 0.66% | 0.38% | - |
| HSV(B) | 26.25º | 0.8% | 0.63% | - |
| XYZ | 18.54 | 14.83 | 3.32 | - |
| YUV | 104.14 | 87.85 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 89 | 33 | 0 | 0.45 | 0.80 | 0.37 | 26.25 | 0.66 | 0.38 |
| Hex | A1 | 59 | 21 | 0 | 2D | 50 | 25 | 1A | 42 | 26 |
| Octal | 241 | 131 | 41 | 0 | 55 | 120 | 45 | 32 | 102 | 46 |
| Binary | 10100001 | 1011001 | 100001 | 0 | 101101 | 1010000 | 100101 | 11010 | 1000010 | 100110 |
Color Harmonies of #A15921
Complementary color
Monochromatic Colors of #A15921
Black with #A15921
Text Example
Text Example
White with #A15921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15921; }
p { color: rgb(161,89,33); }
H1.HeaderClassName
{
color: #A15921;
}
.AnyTagClassName
{
color: #A15921;
}
</style>
background-color css
<style>
a { background-color: #A15921; }
a { background-color: rgb(161,89,33); }
div.DivClassName
{
background-color: #A15921;
}
.BgClassName
{
background-color: #A15921;
}
</style>
border-color css
<style>
span { border-color: #A15921; }
span { border-color: rgb(161,89,33); }
td.TdClassName
{
border-color: #A15921;
}
.TagClassName
{
border-color: #A15921;
}
</style>