Shades of Rich Gold #AD5414
Tints of Rich Gold #AD5414
RGB
CMYK
RGB Variations
Color information
#AD5414 (or 0xAD5414) is known color: Rich Gold. HEX triplet: AD, 54 and 14. RGB value is (173,84,20). Sum of RGB (Red+Green+Blue) = 173+84+20=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5414 is #52ABEB. Grayscale: #676767. Windows color (decimal): -5417964 or 1332397. OLE color: 1332397.
HSL color Cylindrical-coordinate representation of color #AD5414: hue angle of 25.1º 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 #AD5414 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 84 | 20 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.32 |
| HSL | 25.1º | 0.79% | 0.38% | - |
| HSV(B) | 25.1º | 0.88% | 0.68% | - |
| XYZ | 20.53 | 15.28 | 2.53 | - |
| YUV | 103.32 | 80.99 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 20 | 0 | 0.51 | 0.88 | 0.32 | 25.1 | 0.79 | 0.38 |
| Hex | AD | 54 | 14 | 0 | 33 | 58 | 20 | 19 | 4F | 26 |
| Octal | 255 | 124 | 24 | 0 | 63 | 130 | 40 | 31 | 117 | 46 |
| Binary | 10101101 | 1010100 | 10100 | 0 | 110011 | 1011000 | 100000 | 11001 | 1001111 | 100110 |
Color Harmonies of #AD5414
Complementary color
Monochromatic Colors of #AD5414
Black with #AD5414
Text Example
Text Example
White with #AD5414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5414; }
p { color: rgb(173,84,20); }
H1.HeaderClassName
{
color: #AD5414;
}
.AnyTagClassName
{
color: #AD5414;
}
</style>
background-color css
<style>
a { background-color: #AD5414; }
a { background-color: rgb(173,84,20); }
div.DivClassName
{
background-color: #AD5414;
}
.BgClassName
{
background-color: #AD5414;
}
</style>
border-color css
<style>
span { border-color: #AD5414; }
span { border-color: rgb(173,84,20); }
td.TdClassName
{
border-color: #AD5414;
}
.TagClassName
{
border-color: #AD5414;
}
</style>