Shades of Rich Gold #A15E23
Tints of Rich Gold #A15E23
RGB
CMYK
RGB Variations
Color information
#A15E23 (or 0xA15E23) is known color: Rich Gold. HEX triplet: A1, 5E and 23. RGB value is (161,94,35). Sum of RGB (Red+Green+Blue) = 161+94+35=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 35 (14.06% from 255 or 12.07% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A15E23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15E23 is #5EA1DC. Grayscale: #6B6B6B. Windows color (decimal): -6201821 or 2317985. OLE color: 2317985.
HSL color Cylindrical-coordinate representation of color #A15E23: hue angle of 28.1º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A15E23 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 94 | 35 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.37 |
| HSL | 28.1º | 0.64% | 0.38% | - |
| HSV(B) | 28.1º | 0.78% | 0.63% | - |
| XYZ | 19 | 15.7 | 3.62 | - |
| YUV | 107.31 | 87.2 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 94 | 35 | 0 | 0.42 | 0.78 | 0.37 | 28.1 | 0.64 | 0.38 |
| Hex | A1 | 5E | 23 | 0 | 2A | 4E | 25 | 1C | 40 | 26 |
| Octal | 241 | 136 | 43 | 0 | 52 | 116 | 45 | 34 | 100 | 46 |
| Binary | 10100001 | 1011110 | 100011 | 0 | 101010 | 1001110 | 100101 | 11100 | 1000000 | 100110 |
Color Harmonies of #A15E23
Complementary color
Monochromatic Colors of #A15E23
Black with #A15E23
Text Example
Text Example
White with #A15E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15E23; }
p { color: rgb(161,94,35); }
H1.HeaderClassName
{
color: #A15E23;
}
.AnyTagClassName
{
color: #A15E23;
}
</style>
background-color css
<style>
a { background-color: #A15E23; }
a { background-color: rgb(161,94,35); }
div.DivClassName
{
background-color: #A15E23;
}
.BgClassName
{
background-color: #A15E23;
}
</style>
border-color css
<style>
span { border-color: #A15E23; }
span { border-color: rgb(161,94,35); }
td.TdClassName
{
border-color: #A15E23;
}
.TagClassName
{
border-color: #A15E23;
}
</style>