Shades of Rich Gold #AD5C16
Tints of Rich Gold #AD5C16
RGB
CMYK
RGB Variations
Color information
#AD5C16 (or 0xAD5C16) is known color: Rich Gold. HEX triplet: AD, 5C and 16. RGB value is (173,92,22). Sum of RGB (Red+Green+Blue) = 173+92+22=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5C16 is #52A3E9. Grayscale: #6C6C6C. Windows color (decimal): -5415914 or 1465517. OLE color: 1465517.
HSL color Cylindrical-coordinate representation of color #AD5C16: hue angle of 27.81º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD5C16 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 92 | 22 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.32 |
| HSL | 27.81º | 0.77% | 0.38% | - |
| HSV(B) | 27.81º | 0.87% | 0.68% | - |
| XYZ | 21.21 | 16.6 | 2.84 | - |
| YUV | 108.24 | 79.34 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 92 | 22 | 0 | 0.47 | 0.87 | 0.32 | 27.81 | 0.77 | 0.38 |
| Hex | AD | 5C | 16 | 0 | 2F | 57 | 20 | 1C | 4D | 26 |
| Octal | 255 | 134 | 26 | 0 | 57 | 127 | 40 | 34 | 115 | 46 |
| Binary | 10101101 | 1011100 | 10110 | 0 | 101111 | 1010111 | 100000 | 11100 | 1001101 | 100110 |
Color Harmonies of #AD5C16
Complementary color
Monochromatic Colors of #AD5C16
Black with #AD5C16
Text Example
Text Example
White with #AD5C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5C16; }
p { color: rgb(173,92,22); }
H1.HeaderClassName
{
color: #AD5C16;
}
.AnyTagClassName
{
color: #AD5C16;
}
</style>
background-color css
<style>
a { background-color: #AD5C16; }
a { background-color: rgb(173,92,22); }
div.DivClassName
{
background-color: #AD5C16;
}
.BgClassName
{
background-color: #AD5C16;
}
</style>
border-color css
<style>
span { border-color: #AD5C16; }
span { border-color: rgb(173,92,22); }
td.TdClassName
{
border-color: #AD5C16;
}
.TagClassName
{
border-color: #AD5C16;
}
</style>