Shades of Rich Gold #AB5D20
Tints of Rich Gold #AB5D20
RGB
CMYK
RGB Variations
Color information
#AB5D20 (or 0xAB5D20) is known color: Rich Gold. HEX triplet: AB, 5D and 20. RGB value is (171,93,32). Sum of RGB (Red+Green+Blue) = 171+93+32=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5D20 is #54A2DF. Grayscale: #6D6D6D. Windows color (decimal): -5546720 or 2121131. OLE color: 2121131.
HSL color Cylindrical-coordinate representation of color #AB5D20: hue angle of 26.33º 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 #AB5D20 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 93 | 32 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.33 |
| HSL | 26.33º | 0.68% | 0.4% | - |
| HSV(B) | 26.33º | 0.81% | 0.67% | - |
| XYZ | 20.97 | 16.59 | 3.46 | - |
| YUV | 109.37 | 84.34 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 93 | 32 | 0 | 0.46 | 0.81 | 0.33 | 26.33 | 0.68 | 0.4 |
| Hex | AB | 5D | 20 | 0 | 2E | 51 | 21 | 1A | 44 | 28 |
| Octal | 253 | 135 | 40 | 0 | 56 | 121 | 41 | 32 | 104 | 50 |
| Binary | 10101011 | 1011101 | 100000 | 0 | 101110 | 1010001 | 100001 | 11010 | 1000100 | 101000 |
Color Harmonies of #AB5D20
Complementary color
Monochromatic Colors of #AB5D20
Black with #AB5D20
Text Example
Text Example
White with #AB5D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5D20; }
p { color: rgb(171,93,32); }
H1.HeaderClassName
{
color: #AB5D20;
}
.AnyTagClassName
{
color: #AB5D20;
}
</style>
background-color css
<style>
a { background-color: #AB5D20; }
a { background-color: rgb(171,93,32); }
div.DivClassName
{
background-color: #AB5D20;
}
.BgClassName
{
background-color: #AB5D20;
}
</style>
border-color css
<style>
span { border-color: #AB5D20; }
span { border-color: rgb(171,93,32); }
td.TdClassName
{
border-color: #AB5D20;
}
.TagClassName
{
border-color: #AB5D20;
}
</style>