Shades of Rich Gold #A15624
Tints of Rich Gold #A15624
RGB
CMYK
RGB Variations
Color information
#A15624 (or 0xA15624) is known color: Rich Gold. HEX triplet: A1, 56 and 24. RGB value is (161,86,36). Sum of RGB (Red+Green+Blue) = 161+86+36=283 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.89% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 36 (14.45% from 255 or 12.72% from 283); Max value from RGB is 161 - color contains mainly: red. Hex color #A15624 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15624 is #5EA9DB. Grayscale: #666666. Windows color (decimal): -6203868 or 2381473. OLE color: 2381473.
HSL color Cylindrical-coordinate representation of color #A15624: hue angle of 24º 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 #A15624 is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 86 | 36 | - |
| CMYK | 0 | 0.47 | 0.78 | 0.37 |
| HSL | 24º | 0.63% | 0.39% | - |
| HSV(B) | 24º | 0.78% | 0.63% | - |
| XYZ | 18.34 | 14.36 | 3.47 | - |
| YUV | 102.73 | 90.35 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 86 | 36 | 0 | 0.47 | 0.78 | 0.37 | 24 | 0.63 | 0.39 |
| Hex | A1 | 56 | 24 | 0 | 2F | 4E | 25 | 18 | 3F | 27 |
| Octal | 241 | 126 | 44 | 0 | 57 | 116 | 45 | 30 | 77 | 47 |
| Binary | 10100001 | 1010110 | 100100 | 0 | 101111 | 1001110 | 100101 | 11000 | 111111 | 100111 |
Color Harmonies of #A15624
Complementary color
Monochromatic Colors of #A15624
Black with #A15624
Text Example
Text Example
White with #A15624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15624; }
p { color: rgb(161,86,36); }
H1.HeaderClassName
{
color: #A15624;
}
.AnyTagClassName
{
color: #A15624;
}
</style>
background-color css
<style>
a { background-color: #A15624; }
a { background-color: rgb(161,86,36); }
div.DivClassName
{
background-color: #A15624;
}
.BgClassName
{
background-color: #A15624;
}
</style>
border-color css
<style>
span { border-color: #A15624; }
span { border-color: rgb(161,86,36); }
td.TdClassName
{
border-color: #A15624;
}
.TagClassName
{
border-color: #A15624;
}
</style>