Shades of Rich Gold #AB4D20
Tints of Rich Gold #AB4D20
RGB
CMYK
RGB Variations
Color information
#AB4D20 (or 0xAB4D20) is known color: Rich Gold. HEX triplet: AB, 4D and 20. RGB value is (171,77,32). Sum of RGB (Red+Green+Blue) = 171+77+32=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4D20 is #54B2DF. Grayscale: #646464. Windows color (decimal): -5550816 or 2117035. OLE color: 2117035.
HSL color Cylindrical-coordinate representation of color #AB4D20: hue angle of 19.42º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB4D20 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 77 | 32 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.33 |
| HSL | 19.42º | 0.68% | 0.4% | - |
| HSV(B) | 19.42º | 0.81% | 0.67% | - |
| XYZ | 19.71 | 14.07 | 3.04 | - |
| YUV | 99.98 | 89.64 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 32 | 0 | 0.55 | 0.81 | 0.33 | 19.42 | 0.68 | 0.4 |
| Hex | AB | 4D | 20 | 0 | 37 | 51 | 21 | 13 | 44 | 28 |
| Octal | 253 | 115 | 40 | 0 | 67 | 121 | 41 | 23 | 104 | 50 |
| Binary | 10101011 | 1001101 | 100000 | 0 | 110111 | 1010001 | 100001 | 10011 | 1000100 | 101000 |
Color Harmonies of #AB4D20
Complementary color
Monochromatic Colors of #AB4D20
Black with #AB4D20
Text Example
Text Example
White with #AB4D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4D20; }
p { color: rgb(171,77,32); }
H1.HeaderClassName
{
color: #AB4D20;
}
.AnyTagClassName
{
color: #AB4D20;
}
</style>
background-color css
<style>
a { background-color: #AB4D20; }
a { background-color: rgb(171,77,32); }
div.DivClassName
{
background-color: #AB4D20;
}
.BgClassName
{
background-color: #AB4D20;
}
</style>
border-color css
<style>
span { border-color: #AB4D20; }
span { border-color: rgb(171,77,32); }
td.TdClassName
{
border-color: #AB4D20;
}
.TagClassName
{
border-color: #AB4D20;
}
</style>