Shades of Rich Gold #AB4E18
Tints of Rich Gold #AB4E18
RGB
CMYK
RGB Variations
Color information
#AB4E18 (or 0xAB4E18) is known color: Rich Gold. HEX triplet: AB, 4E and 18. RGB value is (171,78,24). Sum of RGB (Red+Green+Blue) = 171+78+24=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB4E18 is #54B1E7. Grayscale: #636363. Windows color (decimal): -5550568 or 1593003. OLE color: 1593003.
HSL color Cylindrical-coordinate representation of color #AB4E18: hue angle of 22.04º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB4E18 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 78 | 24 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.33 |
| HSL | 22.04º | 0.75% | 0.38% | - |
| HSV(B) | 22.04º | 0.86% | 0.67% | - |
| XYZ | 19.68 | 14.17 | 2.56 | - |
| YUV | 99.65 | 85.31 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 78 | 24 | 0 | 0.54 | 0.86 | 0.33 | 22.04 | 0.75 | 0.38 |
| Hex | AB | 4E | 18 | 0 | 36 | 56 | 21 | 16 | 4B | 26 |
| Octal | 253 | 116 | 30 | 0 | 66 | 126 | 41 | 26 | 113 | 46 |
| Binary | 10101011 | 1001110 | 11000 | 0 | 110110 | 1010110 | 100001 | 10110 | 1001011 | 100110 |
Color Harmonies of #AB4E18
Complementary color
Monochromatic Colors of #AB4E18
Black with #AB4E18
Text Example
Text Example
White with #AB4E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4E18; }
p { color: rgb(171,78,24); }
H1.HeaderClassName
{
color: #AB4E18;
}
.AnyTagClassName
{
color: #AB4E18;
}
</style>
background-color css
<style>
a { background-color: #AB4E18; }
a { background-color: rgb(171,78,24); }
div.DivClassName
{
background-color: #AB4E18;
}
.BgClassName
{
background-color: #AB4E18;
}
</style>
border-color css
<style>
span { border-color: #AB4E18; }
span { border-color: rgb(171,78,24); }
td.TdClassName
{
border-color: #AB4E18;
}
.TagClassName
{
border-color: #AB4E18;
}
</style>