Shades of Rich Gold #AD5810
Tints of Rich Gold #AD5810
RGB
CMYK
RGB Variations
Color information
#AD5810 (or 0xAD5810) is known color: Rich Gold. HEX triplet: AD, 58 and 10. RGB value is (173,88,16). Sum of RGB (Red+Green+Blue) = 173+88+16=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5810 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5810 is #52A7EF. Grayscale: #696969. Windows color (decimal): -5416944 or 1071277. OLE color: 1071277.
HSL color Cylindrical-coordinate representation of color #AD5810: hue angle of 27.52º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD5810 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 16 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.32 |
| HSL | 27.52º | 0.83% | 0.37% | - |
| HSV(B) | 27.52º | 0.91% | 0.68% | - |
| XYZ | 20.82 | 15.9 | 2.46 | - |
| YUV | 105.21 | 77.66 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 16 | 0 | 0.49 | 0.91 | 0.32 | 27.52 | 0.83 | 0.37 |
| Hex | AD | 58 | 10 | 0 | 31 | 5B | 20 | 1C | 53 | 25 |
| Octal | 255 | 130 | 20 | 0 | 61 | 133 | 40 | 34 | 123 | 45 |
| Binary | 10101101 | 1011000 | 10000 | 0 | 110001 | 1011011 | 100000 | 11100 | 1010011 | 100101 |
Color Harmonies of #AD5810
Complementary color
Monochromatic Colors of #AD5810
Black with #AD5810
Text Example
Text Example
White with #AD5810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5810; }
p { color: rgb(173,88,16); }
H1.HeaderClassName
{
color: #AD5810;
}
.AnyTagClassName
{
color: #AD5810;
}
</style>
background-color css
<style>
a { background-color: #AD5810; }
a { background-color: rgb(173,88,16); }
div.DivClassName
{
background-color: #AD5810;
}
.BgClassName
{
background-color: #AD5810;
}
</style>
border-color css
<style>
span { border-color: #AD5810; }
span { border-color: rgb(173,88,16); }
td.TdClassName
{
border-color: #AD5810;
}
.TagClassName
{
border-color: #AD5810;
}
</style>