Shades of Rich Gold #A15822
Tints of Rich Gold #A15822
RGB
CMYK
RGB Variations
Color information
#A15822 (or 0xA15822) is known color: Rich Gold. HEX triplet: A1, 58 and 22. RGB value is (161,88,34). Sum of RGB (Red+Green+Blue) = 161+88+34=283 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.89% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 34 (13.67% from 255 or 12.01% from 283); Max value from RGB is 161 - color contains mainly: red. Hex color #A15822 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15822 is #5EA7DD. Grayscale: #676767. Windows color (decimal): -6203358 or 2250913. OLE color: 2250913.
HSL color Cylindrical-coordinate representation of color #A15822: hue angle of 25.51º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A15822 is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 88 | 34 | - |
| CMYK | 0 | 0.45 | 0.79 | 0.37 |
| HSL | 25.51º | 0.65% | 0.38% | - |
| HSV(B) | 25.51º | 0.79% | 0.63% | - |
| XYZ | 18.48 | 14.67 | 3.37 | - |
| YUV | 103.67 | 88.68 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 88 | 34 | 0 | 0.45 | 0.79 | 0.37 | 25.51 | 0.65 | 0.38 |
| Hex | A1 | 58 | 22 | 0 | 2D | 4F | 25 | 1A | 41 | 26 |
| Octal | 241 | 130 | 42 | 0 | 55 | 117 | 45 | 32 | 101 | 46 |
| Binary | 10100001 | 1011000 | 100010 | 0 | 101101 | 1001111 | 100101 | 11010 | 1000001 | 100110 |
Color Harmonies of #A15822
Complementary color
Monochromatic Colors of #A15822
Black with #A15822
Text Example
Text Example
White with #A15822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15822; }
p { color: rgb(161,88,34); }
H1.HeaderClassName
{
color: #A15822;
}
.AnyTagClassName
{
color: #A15822;
}
</style>
background-color css
<style>
a { background-color: #A15822; }
a { background-color: rgb(161,88,34); }
div.DivClassName
{
background-color: #A15822;
}
.BgClassName
{
background-color: #A15822;
}
</style>
border-color css
<style>
span { border-color: #A15822; }
span { border-color: rgb(161,88,34); }
td.TdClassName
{
border-color: #A15822;
}
.TagClassName
{
border-color: #A15822;
}
</style>