Shades of Rich Gold #AD5412
Tints of Rich Gold #AD5412
RGB
CMYK
RGB Variations
Color information
#AD5412 (or 0xAD5412) is known color: Rich Gold. HEX triplet: AD, 54 and 12. RGB value is (173,84,18). Sum of RGB (Red+Green+Blue) = 173+84+18=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5412 is #52ABED. Grayscale: #676767. Windows color (decimal): -5417966 or 1201325. OLE color: 1201325.
HSL color Cylindrical-coordinate representation of color #AD5412: hue angle of 25.55º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD5412 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 84 | 18 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.32 |
| HSL | 25.55º | 0.81% | 0.37% | - |
| HSV(B) | 25.55º | 0.9% | 0.68% | - |
| XYZ | 20.51 | 15.27 | 2.44 | - |
| YUV | 103.09 | 79.99 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 18 | 0 | 0.51 | 0.90 | 0.32 | 25.55 | 0.81 | 0.37 |
| Hex | AD | 54 | 12 | 0 | 33 | 5A | 20 | 1A | 51 | 25 |
| Octal | 255 | 124 | 22 | 0 | 63 | 132 | 40 | 32 | 121 | 45 |
| Binary | 10101101 | 1010100 | 10010 | 0 | 110011 | 1011010 | 100000 | 11010 | 1010001 | 100101 |
Color Harmonies of #AD5412
Complementary color
Monochromatic Colors of #AD5412
Black with #AD5412
Text Example
Text Example
White with #AD5412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5412; }
p { color: rgb(173,84,18); }
H1.HeaderClassName
{
color: #AD5412;
}
.AnyTagClassName
{
color: #AD5412;
}
</style>
background-color css
<style>
a { background-color: #AD5412; }
a { background-color: rgb(173,84,18); }
div.DivClassName
{
background-color: #AD5412;
}
.BgClassName
{
background-color: #AD5412;
}
</style>
border-color css
<style>
span { border-color: #AD5412; }
span { border-color: rgb(173,84,18); }
td.TdClassName
{
border-color: #AD5412;
}
.TagClassName
{
border-color: #AD5412;
}
</style>