Shades of Rich Gold #AB5511
Tints of Rich Gold #AB5511
RGB
CMYK
RGB Variations
Color information
#AB5511 (or 0xAB5511) is known color: Rich Gold. HEX triplet: AB, 55 and 11. RGB value is (171,85,17). Sum of RGB (Red+Green+Blue) = 171+85+17=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5511 is #54AAEE. Grayscale: #676767. Windows color (decimal): -5548783 or 1136043. OLE color: 1136043.
HSL color Cylindrical-coordinate representation of color #AB5511: hue angle of 26.49º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB5511 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 85 | 17 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.33 |
| HSL | 26.49º | 0.82% | 0.37% | - |
| HSV(B) | 26.49º | 0.9% | 0.67% | - |
| XYZ | 20.14 | 15.2 | 2.4 | - |
| YUV | 102.96 | 79.49 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 17 | 0 | 0.50 | 0.90 | 0.33 | 26.49 | 0.82 | 0.37 |
| Hex | AB | 55 | 11 | 0 | 32 | 5A | 21 | 1A | 52 | 25 |
| Octal | 253 | 125 | 21 | 0 | 62 | 132 | 41 | 32 | 122 | 45 |
| Binary | 10101011 | 1010101 | 10001 | 0 | 110010 | 1011010 | 100001 | 11010 | 1010010 | 100101 |
Color Harmonies of #AB5511
Complementary color
Monochromatic Colors of #AB5511
Black with #AB5511
Text Example
Text Example
White with #AB5511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5511; }
p { color: rgb(171,85,17); }
H1.HeaderClassName
{
color: #AB5511;
}
.AnyTagClassName
{
color: #AB5511;
}
</style>
background-color css
<style>
a { background-color: #AB5511; }
a { background-color: rgb(171,85,17); }
div.DivClassName
{
background-color: #AB5511;
}
.BgClassName
{
background-color: #AB5511;
}
</style>
border-color css
<style>
span { border-color: #AB5511; }
span { border-color: rgb(171,85,17); }
td.TdClassName
{
border-color: #AB5511;
}
.TagClassName
{
border-color: #AB5511;
}
</style>