Shades of Rich Gold #AB5411
Tints of Rich Gold #AB5411
RGB
CMYK
RGB Variations
Color information
#AB5411 (or 0xAB5411) is known color: Rich Gold. HEX triplet: AB, 54 and 11. RGB value is (171,84,17). Sum of RGB (Red+Green+Blue) = 171+84+17=272 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.87% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5411 is #54ABEE. Grayscale: #666666. Windows color (decimal): -5549039 or 1135787. OLE color: 1135787.
HSL color Cylindrical-coordinate representation of color #AB5411: hue angle of 26.1º 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 #AB5411 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 84 | 17 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.33 |
| HSL | 26.1º | 0.82% | 0.37% | - |
| HSV(B) | 26.1º | 0.9% | 0.67% | - |
| XYZ | 20.07 | 15.04 | 2.38 | - |
| YUV | 102.38 | 79.82 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 17 | 0 | 0.51 | 0.90 | 0.33 | 26.1 | 0.82 | 0.37 |
| Hex | AB | 54 | 11 | 0 | 33 | 5A | 21 | 1A | 52 | 25 |
| Octal | 253 | 124 | 21 | 0 | 63 | 132 | 41 | 32 | 122 | 45 |
| Binary | 10101011 | 1010100 | 10001 | 0 | 110011 | 1011010 | 100001 | 11010 | 1010010 | 100101 |
Color Harmonies of #AB5411
Complementary color
Monochromatic Colors of #AB5411
Black with #AB5411
Text Example
Text Example
White with #AB5411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5411; }
p { color: rgb(171,84,17); }
H1.HeaderClassName
{
color: #AB5411;
}
.AnyTagClassName
{
color: #AB5411;
}
</style>
background-color css
<style>
a { background-color: #AB5411; }
a { background-color: rgb(171,84,17); }
div.DivClassName
{
background-color: #AB5411;
}
.BgClassName
{
background-color: #AB5411;
}
</style>
border-color css
<style>
span { border-color: #AB5411; }
span { border-color: rgb(171,84,17); }
td.TdClassName
{
border-color: #AB5411;
}
.TagClassName
{
border-color: #AB5411;
}
</style>