Shades of Rich Gold #AB5115
Tints of Rich Gold #AB5115
RGB
CMYK
RGB Variations
Color information
#AB5115 (or 0xAB5115) is known color: Rich Gold. HEX triplet: AB, 51 and 15. RGB value is (171,81,21). Sum of RGB (Red+Green+Blue) = 171+81+21=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5115 is #54AEEA. Grayscale: #656565. Windows color (decimal): -5549803 or 1397163. OLE color: 1397163.
HSL color Cylindrical-coordinate representation of color #AB5115: hue angle of 24º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB5115 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 81 | 21 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.33 |
| HSL | 24º | 0.78% | 0.38% | - |
| HSV(B) | 24º | 0.88% | 0.67% | - |
| XYZ | 19.87 | 14.6 | 2.48 | - |
| YUV | 101.07 | 82.82 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 81 | 21 | 0 | 0.53 | 0.88 | 0.33 | 24 | 0.78 | 0.38 |
| Hex | AB | 51 | 15 | 0 | 35 | 58 | 21 | 18 | 4E | 26 |
| Octal | 253 | 121 | 25 | 0 | 65 | 130 | 41 | 30 | 116 | 46 |
| Binary | 10101011 | 1010001 | 10101 | 0 | 110101 | 1011000 | 100001 | 11000 | 1001110 | 100110 |
Color Harmonies of #AB5115
Complementary color
Monochromatic Colors of #AB5115
Black with #AB5115
Text Example
Text Example
White with #AB5115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5115; }
p { color: rgb(171,81,21); }
H1.HeaderClassName
{
color: #AB5115;
}
.AnyTagClassName
{
color: #AB5115;
}
</style>
background-color css
<style>
a { background-color: #AB5115; }
a { background-color: rgb(171,81,21); }
div.DivClassName
{
background-color: #AB5115;
}
.BgClassName
{
background-color: #AB5115;
}
</style>
border-color css
<style>
span { border-color: #AB5115; }
span { border-color: rgb(171,81,21); }
td.TdClassName
{
border-color: #AB5115;
}
.TagClassName
{
border-color: #AB5115;
}
</style>