Shades of Rich Gold #AB5E19
Tints of Rich Gold #AB5E19
RGB
CMYK
RGB Variations
Color information
#AB5E19 (or 0xAB5E19) is known color: Rich Gold. HEX triplet: AB, 5E and 19. RGB value is (171,94,25). Sum of RGB (Red+Green+Blue) = 171+94+25=290 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.97% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5E19 is #54A1E6. Grayscale: #6D6D6D. Windows color (decimal): -5546471 or 1662635. OLE color: 1662635.
HSL color Cylindrical-coordinate representation of color #AB5E19: hue angle of 28.36º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB5E19 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 94 | 25 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.33 |
| HSL | 28.36º | 0.74% | 0.38% | - |
| HSV(B) | 28.36º | 0.85% | 0.67% | - |
| XYZ | 20.97 | 16.73 | 3.04 | - |
| YUV | 109.16 | 80.51 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 94 | 25 | 0 | 0.45 | 0.85 | 0.33 | 28.36 | 0.74 | 0.38 |
| Hex | AB | 5E | 19 | 0 | 2D | 55 | 21 | 1C | 4A | 26 |
| Octal | 253 | 136 | 31 | 0 | 55 | 125 | 41 | 34 | 112 | 46 |
| Binary | 10101011 | 1011110 | 11001 | 0 | 101101 | 1010101 | 100001 | 11100 | 1001010 | 100110 |
Color Harmonies of #AB5E19
Complementary color
Monochromatic Colors of #AB5E19
Black with #AB5E19
Text Example
Text Example
White with #AB5E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5E19; }
p { color: rgb(171,94,25); }
H1.HeaderClassName
{
color: #AB5E19;
}
.AnyTagClassName
{
color: #AB5E19;
}
</style>
background-color css
<style>
a { background-color: #AB5E19; }
a { background-color: rgb(171,94,25); }
div.DivClassName
{
background-color: #AB5E19;
}
.BgClassName
{
background-color: #AB5E19;
}
</style>
border-color css
<style>
span { border-color: #AB5E19; }
span { border-color: rgb(171,94,25); }
td.TdClassName
{
border-color: #AB5E19;
}
.TagClassName
{
border-color: #AB5E19;
}
</style>