Shades of Rich Gold #A15521
Tints of Rich Gold #A15521
RGB
CMYK
RGB Variations
Color information
#A15521 (or 0xA15521) is known color: Rich Gold. HEX triplet: A1, 55 and 21. RGB value is (161,85,33). Sum of RGB (Red+Green+Blue) = 161+85+33=279 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.71% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 161 - color contains mainly: red. Hex color #A15521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15521 is #5EAADE. Grayscale: #666666. Windows color (decimal): -6204127 or 2184609. OLE color: 2184609.
HSL color Cylindrical-coordinate representation of color #A15521: hue angle of 24.38º 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 #A15521 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 85 | 33 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.37 |
| HSL | 24.38º | 0.66% | 0.38% | - |
| HSV(B) | 24.38º | 0.8% | 0.63% | - |
| XYZ | 18.22 | 14.18 | 3.22 | - |
| YUV | 101.8 | 89.18 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 85 | 33 | 0 | 0.47 | 0.80 | 0.37 | 24.38 | 0.66 | 0.38 |
| Hex | A1 | 55 | 21 | 0 | 2F | 50 | 25 | 18 | 42 | 26 |
| Octal | 241 | 125 | 41 | 0 | 57 | 120 | 45 | 30 | 102 | 46 |
| Binary | 10100001 | 1010101 | 100001 | 0 | 101111 | 1010000 | 100101 | 11000 | 1000010 | 100110 |
Color Harmonies of #A15521
Complementary color
Monochromatic Colors of #A15521
Black with #A15521
Text Example
Text Example
White with #A15521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15521; }
p { color: rgb(161,85,33); }
H1.HeaderClassName
{
color: #A15521;
}
.AnyTagClassName
{
color: #A15521;
}
</style>
background-color css
<style>
a { background-color: #A15521; }
a { background-color: rgb(161,85,33); }
div.DivClassName
{
background-color: #A15521;
}
.BgClassName
{
background-color: #A15521;
}
</style>
border-color css
<style>
span { border-color: #A15521; }
span { border-color: rgb(161,85,33); }
td.TdClassName
{
border-color: #A15521;
}
.TagClassName
{
border-color: #A15521;
}
</style>