Shades of Rich Gold #AB5220
Tints of Rich Gold #AB5220
RGB
CMYK
RGB Variations
Color information
#AB5220 (or 0xAB5220) is known color: Rich Gold. HEX triplet: AB, 52 and 20. RGB value is (171,82,32). Sum of RGB (Red+Green+Blue) = 171+82+32=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5220 is #54ADDF. Grayscale: #676767. Windows color (decimal): -5549536 or 2118315. OLE color: 2118315.
HSL color Cylindrical-coordinate representation of color #AB5220: hue angle of 21.58º 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 #AB5220 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 82 | 32 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.33 |
| HSL | 21.58º | 0.68% | 0.4% | - |
| HSV(B) | 21.58º | 0.81% | 0.67% | - |
| XYZ | 20.07 | 14.8 | 3.16 | - |
| YUV | 102.91 | 87.99 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 82 | 32 | 0 | 0.52 | 0.81 | 0.33 | 21.58 | 0.68 | 0.4 |
| Hex | AB | 52 | 20 | 0 | 34 | 51 | 21 | 16 | 44 | 28 |
| Octal | 253 | 122 | 40 | 0 | 64 | 121 | 41 | 26 | 104 | 50 |
| Binary | 10101011 | 1010010 | 100000 | 0 | 110100 | 1010001 | 100001 | 10110 | 1000100 | 101000 |
Color Harmonies of #AB5220
Complementary color
Monochromatic Colors of #AB5220
Black with #AB5220
Text Example
Text Example
White with #AB5220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5220; }
p { color: rgb(171,82,32); }
H1.HeaderClassName
{
color: #AB5220;
}
.AnyTagClassName
{
color: #AB5220;
}
</style>
background-color css
<style>
a { background-color: #AB5220; }
a { background-color: rgb(171,82,32); }
div.DivClassName
{
background-color: #AB5220;
}
.BgClassName
{
background-color: #AB5220;
}
</style>
border-color css
<style>
span { border-color: #AB5220; }
span { border-color: rgb(171,82,32); }
td.TdClassName
{
border-color: #AB5220;
}
.TagClassName
{
border-color: #AB5220;
}
</style>