Shades of Rich Gold #A15C27
Tints of Rich Gold #A15C27
RGB
CMYK
RGB Variations
Color information
#A15C27 (or 0xA15C27) is known color: Rich Gold. HEX triplet: A1, 5C and 27. RGB value is (161,92,39). Sum of RGB (Red+Green+Blue) = 161+92+39=292 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.14% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 39 (15.62% from 255 or 13.36% from 292); Max value from RGB is 161 - color contains mainly: red. Hex color #A15C27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15C27 is #5EA3D8. Grayscale: #6A6A6A. Windows color (decimal): -6202329 or 2579617. OLE color: 2579617.
HSL color Cylindrical-coordinate representation of color #A15C27: hue angle of 26.07º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A15C27 is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 92 | 39 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.37 |
| HSL | 26.07º | 0.61% | 0.39% | - |
| HSV(B) | 26.07º | 0.76% | 0.63% | - |
| XYZ | 18.89 | 15.38 | 3.89 | - |
| YUV | 106.59 | 89.86 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 92 | 39 | 0 | 0.43 | 0.76 | 0.37 | 26.07 | 0.61 | 0.39 |
| Hex | A1 | 5C | 27 | 0 | 2B | 4C | 25 | 1A | 3D | 27 |
| Octal | 241 | 134 | 47 | 0 | 53 | 114 | 45 | 32 | 75 | 47 |
| Binary | 10100001 | 1011100 | 100111 | 0 | 101011 | 1001100 | 100101 | 11010 | 111101 | 100111 |
Color Harmonies of #A15C27
Complementary color
Monochromatic Colors of #A15C27
Black with #A15C27
Text Example
Text Example
White with #A15C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15C27; }
p { color: rgb(161,92,39); }
H1.HeaderClassName
{
color: #A15C27;
}
.AnyTagClassName
{
color: #A15C27;
}
</style>
background-color css
<style>
a { background-color: #A15C27; }
a { background-color: rgb(161,92,39); }
div.DivClassName
{
background-color: #A15C27;
}
.BgClassName
{
background-color: #A15C27;
}
</style>
border-color css
<style>
span { border-color: #A15C27; }
span { border-color: rgb(161,92,39); }
td.TdClassName
{
border-color: #A15C27;
}
.TagClassName
{
border-color: #A15C27;
}
</style>