Shades of Rich Gold #A15224
Tints of Rich Gold #A15224
RGB
CMYK
RGB Variations
Color information
#A15224 (or 0xA15224) is known color: Rich Gold. HEX triplet: A1, 52 and 24. RGB value is (161,82,36). Sum of RGB (Red+Green+Blue) = 161+82+36=279 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.71% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 161 - color contains mainly: red. Hex color #A15224 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15224 is #5EADDB. Grayscale: #646464. Windows color (decimal): -6204892 or 2380449. OLE color: 2380449.
HSL color Cylindrical-coordinate representation of color #A15224: hue angle of 22.08º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A15224 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 82 | 36 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.37 |
| HSL | 22.08º | 0.63% | 0.39% | - |
| HSV(B) | 22.08º | 0.78% | 0.63% | - |
| XYZ | 18.03 | 13.74 | 3.37 | - |
| YUV | 100.38 | 91.67 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 82 | 36 | 0 | 0.49 | 0.78 | 0.37 | 22.08 | 0.63 | 0.39 |
| Hex | A1 | 52 | 24 | 0 | 31 | 4E | 25 | 16 | 3F | 27 |
| Octal | 241 | 122 | 44 | 0 | 61 | 116 | 45 | 26 | 77 | 47 |
| Binary | 10100001 | 1010010 | 100100 | 0 | 110001 | 1001110 | 100101 | 10110 | 111111 | 100111 |
Color Harmonies of #A15224
Complementary color
Monochromatic Colors of #A15224
Black with #A15224
Text Example
Text Example
White with #A15224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15224; }
p { color: rgb(161,82,36); }
H1.HeaderClassName
{
color: #A15224;
}
.AnyTagClassName
{
color: #A15224;
}
</style>
background-color css
<style>
a { background-color: #A15224; }
a { background-color: rgb(161,82,36); }
div.DivClassName
{
background-color: #A15224;
}
.BgClassName
{
background-color: #A15224;
}
</style>
border-color css
<style>
span { border-color: #A15224; }
span { border-color: rgb(161,82,36); }
td.TdClassName
{
border-color: #A15224;
}
.TagClassName
{
border-color: #A15224;
}
</style>