Shades of Rich Gold #AD5913
Tints of Rich Gold #AD5913
RGB
CMYK
RGB Variations
Color information
#AD5913 (or 0xAD5913) is known color: Rich Gold. HEX triplet: AD, 59 and 13. RGB value is (173,89,19). Sum of RGB (Red+Green+Blue) = 173+89+19=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5913 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5913 is #52A6EC. Grayscale: #6A6A6A. Windows color (decimal): -5416685 or 1268141. OLE color: 1268141.
HSL color Cylindrical-coordinate representation of color #AD5913: hue angle of 27.27º 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 #AD5913 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 19 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.32 |
| HSL | 27.27º | 0.8% | 0.38% | - |
| HSV(B) | 27.27º | 0.89% | 0.68% | - |
| XYZ | 20.92 | 16.08 | 2.62 | - |
| YUV | 106.14 | 78.83 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 19 | 0 | 0.49 | 0.89 | 0.32 | 27.27 | 0.8 | 0.38 |
| Hex | AD | 59 | 13 | 0 | 31 | 59 | 20 | 1B | 50 | 26 |
| Octal | 255 | 131 | 23 | 0 | 61 | 131 | 40 | 33 | 120 | 46 |
| Binary | 10101101 | 1011001 | 10011 | 0 | 110001 | 1011001 | 100000 | 11011 | 1010000 | 100110 |
Color Harmonies of #AD5913
Complementary color
Monochromatic Colors of #AD5913
Black with #AD5913
Text Example
Text Example
White with #AD5913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5913; }
p { color: rgb(173,89,19); }
H1.HeaderClassName
{
color: #AD5913;
}
.AnyTagClassName
{
color: #AD5913;
}
</style>
background-color css
<style>
a { background-color: #AD5913; }
a { background-color: rgb(173,89,19); }
div.DivClassName
{
background-color: #AD5913;
}
.BgClassName
{
background-color: #AD5913;
}
</style>
border-color css
<style>
span { border-color: #AD5913; }
span { border-color: rgb(173,89,19); }
td.TdClassName
{
border-color: #AD5913;
}
.TagClassName
{
border-color: #AD5913;
}
</style>