Shades of Rich Gold #AD5614
Tints of Rich Gold #AD5614
RGB
CMYK
RGB Variations
Color information
#AD5614 (or 0xAD5614) is known color: Rich Gold. HEX triplet: AD, 56 and 14. RGB value is (173,86,20). Sum of RGB (Red+Green+Blue) = 173+86+20=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5614 is #52A9EB. Grayscale: #686868. Windows color (decimal): -5417452 or 1332909. OLE color: 1332909.
HSL color Cylindrical-coordinate representation of color #AD5614: hue angle of 25.88º degrees, saturation: 0.79, 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 #AD5614 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 86 | 20 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.32 |
| HSL | 25.88º | 0.79% | 0.38% | - |
| HSV(B) | 25.88º | 0.88% | 0.68% | - |
| XYZ | 20.69 | 15.59 | 2.58 | - |
| YUV | 104.49 | 80.32 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 20 | 0 | 0.50 | 0.88 | 0.32 | 25.88 | 0.79 | 0.38 |
| Hex | AD | 56 | 14 | 0 | 32 | 58 | 20 | 1A | 4F | 26 |
| Octal | 255 | 126 | 24 | 0 | 62 | 130 | 40 | 32 | 117 | 46 |
| Binary | 10101101 | 1010110 | 10100 | 0 | 110010 | 1011000 | 100000 | 11010 | 1001111 | 100110 |
Color Harmonies of #AD5614
Complementary color
Monochromatic Colors of #AD5614
Black with #AD5614
Text Example
Text Example
White with #AD5614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5614; }
p { color: rgb(173,86,20); }
H1.HeaderClassName
{
color: #AD5614;
}
.AnyTagClassName
{
color: #AD5614;
}
</style>
background-color css
<style>
a { background-color: #AD5614; }
a { background-color: rgb(173,86,20); }
div.DivClassName
{
background-color: #AD5614;
}
.BgClassName
{
background-color: #AD5614;
}
</style>
border-color css
<style>
span { border-color: #AD5614; }
span { border-color: rgb(173,86,20); }
td.TdClassName
{
border-color: #AD5614;
}
.TagClassName
{
border-color: #AD5614;
}
</style>