Shades of Rich Gold #A15026
Tints of Rich Gold #A15026
RGB
CMYK
RGB Variations
Color information
#A15026 (or 0xA15026) is known color: Rich Gold. HEX triplet: A1, 50 and 26. RGB value is (161,80,38). Sum of RGB (Red+Green+Blue) = 161+80+38=279 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.71% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 38 (15.23% from 255 or 13.62% from 279); Max value from RGB is 161 - color contains mainly: red. Hex color #A15026 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15026 is #5EAFD9. Grayscale: #636363. Windows color (decimal): -6205402 or 2511009. OLE color: 2511009.
HSL color Cylindrical-coordinate representation of color #A15026: hue angle of 20.49º degrees, saturation: 0.62, 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 #A15026 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 80 | 38 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.37 |
| HSL | 20.49º | 0.62% | 0.39% | - |
| HSV(B) | 20.49º | 0.76% | 0.63% | - |
| XYZ | 17.92 | 13.45 | 3.49 | - |
| YUV | 99.43 | 93.34 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 38 | 0 | 0.50 | 0.76 | 0.37 | 20.49 | 0.62 | 0.39 |
| Hex | A1 | 50 | 26 | 0 | 32 | 4C | 25 | 14 | 3E | 27 |
| Octal | 241 | 120 | 46 | 0 | 62 | 114 | 45 | 24 | 76 | 47 |
| Binary | 10100001 | 1010000 | 100110 | 0 | 110010 | 1001100 | 100101 | 10100 | 111110 | 100111 |
Color Harmonies of #A15026
Complementary color
Monochromatic Colors of #A15026
Black with #A15026
Text Example
Text Example
White with #A15026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15026; }
p { color: rgb(161,80,38); }
H1.HeaderClassName
{
color: #A15026;
}
.AnyTagClassName
{
color: #A15026;
}
</style>
background-color css
<style>
a { background-color: #A15026; }
a { background-color: rgb(161,80,38); }
div.DivClassName
{
background-color: #A15026;
}
.BgClassName
{
background-color: #A15026;
}
</style>
border-color css
<style>
span { border-color: #A15026; }
span { border-color: rgb(161,80,38); }
td.TdClassName
{
border-color: #A15026;
}
.TagClassName
{
border-color: #A15026;
}
</style>