Shades of Rich Gold #AD5813
Tints of Rich Gold #AD5813
RGB
CMYK
RGB Variations
Color information
#AD5813 (or 0xAD5813) is known color: Rich Gold. HEX triplet: AD, 58 and 13. RGB value is (173,88,19). Sum of RGB (Red+Green+Blue) = 173+88+19=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5813 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5813 is #52A7EC. Grayscale: #696969. Windows color (decimal): -5416941 or 1267885. OLE color: 1267885.
HSL color Cylindrical-coordinate representation of color #AD5813: hue angle of 26.88º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD5813 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 19 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.32 |
| HSL | 26.88º | 0.8% | 0.38% | - |
| HSV(B) | 26.88º | 0.89% | 0.68% | - |
| XYZ | 20.84 | 15.91 | 2.59 | - |
| YUV | 105.55 | 79.16 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 19 | 0 | 0.49 | 0.89 | 0.32 | 26.88 | 0.8 | 0.38 |
| Hex | AD | 58 | 13 | 0 | 31 | 59 | 20 | 1B | 50 | 26 |
| Octal | 255 | 130 | 23 | 0 | 61 | 131 | 40 | 33 | 120 | 46 |
| Binary | 10101101 | 1011000 | 10011 | 0 | 110001 | 1011001 | 100000 | 11011 | 1010000 | 100110 |
Color Harmonies of #AD5813
Complementary color
Monochromatic Colors of #AD5813
Black with #AD5813
Text Example
Text Example
White with #AD5813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5813; }
p { color: rgb(173,88,19); }
H1.HeaderClassName
{
color: #AD5813;
}
.AnyTagClassName
{
color: #AD5813;
}
</style>
background-color css
<style>
a { background-color: #AD5813; }
a { background-color: rgb(173,88,19); }
div.DivClassName
{
background-color: #AD5813;
}
.BgClassName
{
background-color: #AD5813;
}
</style>
border-color css
<style>
span { border-color: #AD5813; }
span { border-color: rgb(173,88,19); }
td.TdClassName
{
border-color: #AD5813;
}
.TagClassName
{
border-color: #AD5813;
}
</style>