Shades of Rich Gold #AB5914
Tints of Rich Gold #AB5914
RGB
CMYK
RGB Variations
Color information
#AB5914 (or 0xAB5914) is known color: Rich Gold. HEX triplet: AB, 59 and 14. RGB value is (171,89,20). Sum of RGB (Red+Green+Blue) = 171+89+20=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5914 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5914 is #54A6EB. Grayscale: #6A6A6A. Windows color (decimal): -5547756 or 1333675. OLE color: 1333675.
HSL color Cylindrical-coordinate representation of color #AB5914: hue angle of 27.42º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB5914 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 89 | 20 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.33 |
| HSL | 27.42º | 0.79% | 0.37% | - |
| HSV(B) | 27.42º | 0.88% | 0.67% | - |
| XYZ | 20.49 | 15.85 | 2.64 | - |
| YUV | 105.65 | 79.67 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 89 | 20 | 0 | 0.48 | 0.88 | 0.33 | 27.42 | 0.79 | 0.37 |
| Hex | AB | 59 | 14 | 0 | 30 | 58 | 21 | 1B | 4F | 25 |
| Octal | 253 | 131 | 24 | 0 | 60 | 130 | 41 | 33 | 117 | 45 |
| Binary | 10101011 | 1011001 | 10100 | 0 | 110000 | 1011000 | 100001 | 11011 | 1001111 | 100101 |
Color Harmonies of #AB5914
Complementary color
Monochromatic Colors of #AB5914
Black with #AB5914
Text Example
Text Example
White with #AB5914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5914; }
p { color: rgb(171,89,20); }
H1.HeaderClassName
{
color: #AB5914;
}
.AnyTagClassName
{
color: #AB5914;
}
</style>
background-color css
<style>
a { background-color: #AB5914; }
a { background-color: rgb(171,89,20); }
div.DivClassName
{
background-color: #AB5914;
}
.BgClassName
{
background-color: #AB5914;
}
</style>
border-color css
<style>
span { border-color: #AB5914; }
span { border-color: rgb(171,89,20); }
td.TdClassName
{
border-color: #AB5914;
}
.TagClassName
{
border-color: #AB5914;
}
</style>