Shades of Rich Gold #AD5020
Tints of Rich Gold #AD5020
RGB
CMYK
RGB Variations
Color information
#AD5020 (or 0xAD5020) is known color: Rich Gold. HEX triplet: AD, 50 and 20. RGB value is (173,80,32). Sum of RGB (Red+Green+Blue) = 173+80+32=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5020 is #52AFDF. Grayscale: #666666. Windows color (decimal): -5418976 or 2117805. OLE color: 2117805.
HSL color Cylindrical-coordinate representation of color #AD5020: hue angle of 20.43º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD5020 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 32 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.32 |
| HSL | 20.43º | 0.69% | 0.4% | - |
| HSV(B) | 20.43º | 0.82% | 0.68% | - |
| XYZ | 20.36 | 14.73 | 3.14 | - |
| YUV | 102.34 | 88.31 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 32 | 0 | 0.54 | 0.82 | 0.32 | 20.43 | 0.69 | 0.4 |
| Hex | AD | 50 | 20 | 0 | 36 | 52 | 20 | 14 | 45 | 28 |
| Octal | 255 | 120 | 40 | 0 | 66 | 122 | 40 | 24 | 105 | 50 |
| Binary | 10101101 | 1010000 | 100000 | 0 | 110110 | 1010010 | 100000 | 10100 | 1000101 | 101000 |
Color Harmonies of #AD5020
Complementary color
Monochromatic Colors of #AD5020
Black with #AD5020
Text Example
Text Example
White with #AD5020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5020; }
p { color: rgb(173,80,32); }
H1.HeaderClassName
{
color: #AD5020;
}
.AnyTagClassName
{
color: #AD5020;
}
</style>
background-color css
<style>
a { background-color: #AD5020; }
a { background-color: rgb(173,80,32); }
div.DivClassName
{
background-color: #AD5020;
}
.BgClassName
{
background-color: #AD5020;
}
</style>
border-color css
<style>
span { border-color: #AD5020; }
span { border-color: rgb(173,80,32); }
td.TdClassName
{
border-color: #AD5020;
}
.TagClassName
{
border-color: #AD5020;
}
</style>