Shades of Rich Gold #AB4D19
Tints of Rich Gold #AB4D19
RGB
CMYK
RGB Variations
Color information
#AB4D19 (or 0xAB4D19) is known color: Rich Gold. HEX triplet: AB, 4D and 19. RGB value is (171,77,25). Sum of RGB (Red+Green+Blue) = 171+77+25=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB4D19 is #54B2E6. Grayscale: #636363. Windows color (decimal): -5550823 or 1658283. OLE color: 1658283.
HSL color Cylindrical-coordinate representation of color #AB4D19: hue angle of 21.37º 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 #AB4D19 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 77 | 25 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.33 |
| HSL | 21.37º | 0.74% | 0.38% | - |
| HSV(B) | 21.37º | 0.85% | 0.67% | - |
| XYZ | 19.62 | 14.04 | 2.59 | - |
| YUV | 99.18 | 86.14 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 25 | 0 | 0.55 | 0.85 | 0.33 | 21.37 | 0.74 | 0.38 |
| Hex | AB | 4D | 19 | 0 | 37 | 55 | 21 | 15 | 4A | 26 |
| Octal | 253 | 115 | 31 | 0 | 67 | 125 | 41 | 25 | 112 | 46 |
| Binary | 10101011 | 1001101 | 11001 | 0 | 110111 | 1010101 | 100001 | 10101 | 1001010 | 100110 |
Color Harmonies of #AB4D19
Complementary color
Monochromatic Colors of #AB4D19
Black with #AB4D19
Text Example
Text Example
White with #AB4D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4D19; }
p { color: rgb(171,77,25); }
H1.HeaderClassName
{
color: #AB4D19;
}
.AnyTagClassName
{
color: #AB4D19;
}
</style>
background-color css
<style>
a { background-color: #AB4D19; }
a { background-color: rgb(171,77,25); }
div.DivClassName
{
background-color: #AB4D19;
}
.BgClassName
{
background-color: #AB4D19;
}
</style>
border-color css
<style>
span { border-color: #AB4D19; }
span { border-color: rgb(171,77,25); }
td.TdClassName
{
border-color: #AB4D19;
}
.TagClassName
{
border-color: #AB4D19;
}
</style>