Shades of Rich Gold #AD5320
Tints of Rich Gold #AD5320
RGB
CMYK
RGB Variations
Color information
#AD5320 (or 0xAD5320) is known color: Rich Gold. HEX triplet: AD, 53 and 20. RGB value is (173,83,32). Sum of RGB (Red+Green+Blue) = 173+83+32=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5320 is #52ACDF. Grayscale: #686868. Windows color (decimal): -5418208 or 2118573. OLE color: 2118573.
HSL color Cylindrical-coordinate representation of color #AD5320: hue angle of 21.7º 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 #AD5320 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 83 | 32 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.32 |
| HSL | 21.7º | 0.69% | 0.4% | - |
| HSV(B) | 21.7º | 0.82% | 0.68% | - |
| XYZ | 20.59 | 15.18 | 3.21 | - |
| YUV | 104.1 | 87.32 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 32 | 0 | 0.52 | 0.82 | 0.32 | 21.7 | 0.69 | 0.4 |
| Hex | AD | 53 | 20 | 0 | 34 | 52 | 20 | 16 | 45 | 28 |
| Octal | 255 | 123 | 40 | 0 | 64 | 122 | 40 | 26 | 105 | 50 |
| Binary | 10101101 | 1010011 | 100000 | 0 | 110100 | 1010010 | 100000 | 10110 | 1000101 | 101000 |
Color Harmonies of #AD5320
Complementary color
Monochromatic Colors of #AD5320
Black with #AD5320
Text Example
Text Example
White with #AD5320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5320; }
p { color: rgb(173,83,32); }
H1.HeaderClassName
{
color: #AD5320;
}
.AnyTagClassName
{
color: #AD5320;
}
</style>
background-color css
<style>
a { background-color: #AD5320; }
a { background-color: rgb(173,83,32); }
div.DivClassName
{
background-color: #AD5320;
}
.BgClassName
{
background-color: #AD5320;
}
</style>
border-color css
<style>
span { border-color: #AD5320; }
span { border-color: rgb(173,83,32); }
td.TdClassName
{
border-color: #AD5320;
}
.TagClassName
{
border-color: #AD5320;
}
</style>