Shades of Rich Gold #AD5C15
Tints of Rich Gold #AD5C15
RGB
CMYK
RGB Variations
Color information
#AD5C15 (or 0xAD5C15) is known color: Rich Gold. HEX triplet: AD, 5C and 15. RGB value is (173,92,21). Sum of RGB (Red+Green+Blue) = 173+92+21=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 21 (8.59% from 255 or 7.34% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5C15 is #52A3EA. Grayscale: #6C6C6C. Windows color (decimal): -5415915 or 1399981. OLE color: 1399981.
HSL color Cylindrical-coordinate representation of color #AD5C15: hue angle of 28.03º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD5C15 is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 92 | 21 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.32 |
| HSL | 28.03º | 0.78% | 0.38% | - |
| HSV(B) | 28.03º | 0.88% | 0.68% | - |
| XYZ | 21.2 | 16.59 | 2.8 | - |
| YUV | 108.13 | 78.84 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 92 | 21 | 0 | 0.47 | 0.88 | 0.32 | 28.03 | 0.78 | 0.38 |
| Hex | AD | 5C | 15 | 0 | 2F | 58 | 20 | 1C | 4E | 26 |
| Octal | 255 | 134 | 25 | 0 | 57 | 130 | 40 | 34 | 116 | 46 |
| Binary | 10101101 | 1011100 | 10101 | 0 | 101111 | 1011000 | 100000 | 11100 | 1001110 | 100110 |
Color Harmonies of #AD5C15
Complementary color
Monochromatic Colors of #AD5C15
Black with #AD5C15
Text Example
Text Example
White with #AD5C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5C15; }
p { color: rgb(173,92,21); }
H1.HeaderClassName
{
color: #AD5C15;
}
.AnyTagClassName
{
color: #AD5C15;
}
</style>
background-color css
<style>
a { background-color: #AD5C15; }
a { background-color: rgb(173,92,21); }
div.DivClassName
{
background-color: #AD5C15;
}
.BgClassName
{
background-color: #AD5C15;
}
</style>
border-color css
<style>
span { border-color: #AD5C15; }
span { border-color: rgb(173,92,21); }
td.TdClassName
{
border-color: #AD5C15;
}
.TagClassName
{
border-color: #AD5C15;
}
</style>