Shades of Rich Gold #AD5920
Tints of Rich Gold #AD5920
RGB
CMYK
RGB Variations
Color information
#AD5920 (or 0xAD5920) is known color: Rich Gold. HEX triplet: AD, 59 and 20. RGB value is (173,89,32). Sum of RGB (Red+Green+Blue) = 173+89+32=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5920 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5920 is #52A6DF. Grayscale: #6B6B6B. Windows color (decimal): -5416672 or 2120109. OLE color: 2120109.
HSL color Cylindrical-coordinate representation of color #AD5920: hue angle of 24.26º 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 #AD5920 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 32 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.32 |
| HSL | 24.26º | 0.69% | 0.4% | - |
| HSV(B) | 24.26º | 0.82% | 0.68% | - |
| XYZ | 21.07 | 16.13 | 3.37 | - |
| YUV | 107.62 | 85.33 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 32 | 0 | 0.49 | 0.82 | 0.32 | 24.26 | 0.69 | 0.4 |
| Hex | AD | 59 | 20 | 0 | 31 | 52 | 20 | 18 | 45 | 28 |
| Octal | 255 | 131 | 40 | 0 | 61 | 122 | 40 | 30 | 105 | 50 |
| Binary | 10101101 | 1011001 | 100000 | 0 | 110001 | 1010010 | 100000 | 11000 | 1000101 | 101000 |
Color Harmonies of #AD5920
Complementary color
Monochromatic Colors of #AD5920
Black with #AD5920
Text Example
Text Example
White with #AD5920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5920; }
p { color: rgb(173,89,32); }
H1.HeaderClassName
{
color: #AD5920;
}
.AnyTagClassName
{
color: #AD5920;
}
</style>
background-color css
<style>
a { background-color: #AD5920; }
a { background-color: rgb(173,89,32); }
div.DivClassName
{
background-color: #AD5920;
}
.BgClassName
{
background-color: #AD5920;
}
</style>
border-color css
<style>
span { border-color: #AD5920; }
span { border-color: rgb(173,89,32); }
td.TdClassName
{
border-color: #AD5920;
}
.TagClassName
{
border-color: #AD5920;
}
</style>