Shades of Rich Gold #AD5315
Tints of Rich Gold #AD5315
RGB
CMYK
RGB Variations
Color information
#AD5315 (or 0xAD5315) is known color: Rich Gold. HEX triplet: AD, 53 and 15. RGB value is (173,83,21). Sum of RGB (Red+Green+Blue) = 173+83+21=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5315 is #52ACEA. Grayscale: #676767. Windows color (decimal): -5418219 or 1397677. OLE color: 1397677.
HSL color Cylindrical-coordinate representation of color #AD5315: hue angle of 24.47º 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 #AD5315 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 83 | 21 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.32 |
| HSL | 24.47º | 0.78% | 0.38% | - |
| HSV(B) | 24.47º | 0.88% | 0.68% | - |
| XYZ | 20.46 | 15.12 | 2.55 | - |
| YUV | 102.84 | 81.82 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 21 | 0 | 0.52 | 0.88 | 0.32 | 24.47 | 0.78 | 0.38 |
| Hex | AD | 53 | 15 | 0 | 34 | 58 | 20 | 18 | 4E | 26 |
| Octal | 255 | 123 | 25 | 0 | 64 | 130 | 40 | 30 | 116 | 46 |
| Binary | 10101101 | 1010011 | 10101 | 0 | 110100 | 1011000 | 100000 | 11000 | 1001110 | 100110 |
Color Harmonies of #AD5315
Complementary color
Monochromatic Colors of #AD5315
Black with #AD5315
Text Example
Text Example
White with #AD5315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5315; }
p { color: rgb(173,83,21); }
H1.HeaderClassName
{
color: #AD5315;
}
.AnyTagClassName
{
color: #AD5315;
}
</style>
background-color css
<style>
a { background-color: #AD5315; }
a { background-color: rgb(173,83,21); }
div.DivClassName
{
background-color: #AD5315;
}
.BgClassName
{
background-color: #AD5315;
}
</style>
border-color css
<style>
span { border-color: #AD5315; }
span { border-color: rgb(173,83,21); }
td.TdClassName
{
border-color: #AD5315;
}
.TagClassName
{
border-color: #AD5315;
}
</style>