Shades of Rich Gold #AB4D21
Tints of Rich Gold #AB4D21
RGB
CMYK
RGB Variations
Color information
#AB4D21 (or 0xAB4D21) is known color: Rich Gold. HEX triplet: AB, 4D and 21. RGB value is (171,77,33). Sum of RGB (Red+Green+Blue) = 171+77+33=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4D21 is #54B2DE. Grayscale: #646464. Windows color (decimal): -5550815 or 2182571. OLE color: 2182571.
HSL color Cylindrical-coordinate representation of color #AB4D21: hue angle of 19.13º 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 #AB4D21 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 77 | 33 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.33 |
| HSL | 19.13º | 0.68% | 0.4% | - |
| HSV(B) | 19.13º | 0.81% | 0.67% | - |
| XYZ | 19.72 | 14.08 | 3.12 | - |
| YUV | 100.09 | 90.14 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 33 | 0 | 0.55 | 0.81 | 0.33 | 19.13 | 0.68 | 0.4 |
| Hex | AB | 4D | 21 | 0 | 37 | 51 | 21 | 13 | 44 | 28 |
| Octal | 253 | 115 | 41 | 0 | 67 | 121 | 41 | 23 | 104 | 50 |
| Binary | 10101011 | 1001101 | 100001 | 0 | 110111 | 1010001 | 100001 | 10011 | 1000100 | 101000 |
Color Harmonies of #AB4D21
Complementary color
Monochromatic Colors of #AB4D21
Black with #AB4D21
Text Example
Text Example
White with #AB4D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4D21; }
p { color: rgb(171,77,33); }
H1.HeaderClassName
{
color: #AB4D21;
}
.AnyTagClassName
{
color: #AB4D21;
}
</style>
background-color css
<style>
a { background-color: #AB4D21; }
a { background-color: rgb(171,77,33); }
div.DivClassName
{
background-color: #AB4D21;
}
.BgClassName
{
background-color: #AB4D21;
}
</style>
border-color css
<style>
span { border-color: #AB4D21; }
span { border-color: rgb(171,77,33); }
td.TdClassName
{
border-color: #AB4D21;
}
.TagClassName
{
border-color: #AB4D21;
}
</style>