Shades of Rich Gold #AD5612
Tints of Rich Gold #AD5612
RGB
CMYK
RGB Variations
Color information
#AD5612 (or 0xAD5612) is known color: Rich Gold. HEX triplet: AD, 56 and 12. RGB value is (173,86,18). Sum of RGB (Red+Green+Blue) = 173+86+18=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5612 is #52A9ED. Grayscale: #686868. Windows color (decimal): -5417454 or 1201837. OLE color: 1201837.
HSL color Cylindrical-coordinate representation of color #AD5612: hue angle of 26.32º 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 #AD5612 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 86 | 18 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.32 |
| HSL | 26.32º | 0.81% | 0.37% | - |
| HSV(B) | 26.32º | 0.9% | 0.68% | - |
| XYZ | 20.67 | 15.58 | 2.49 | - |
| YUV | 104.26 | 79.32 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 18 | 0 | 0.50 | 0.90 | 0.32 | 26.32 | 0.81 | 0.37 |
| Hex | AD | 56 | 12 | 0 | 32 | 5A | 20 | 1A | 51 | 25 |
| Octal | 255 | 126 | 22 | 0 | 62 | 132 | 40 | 32 | 121 | 45 |
| Binary | 10101101 | 1010110 | 10010 | 0 | 110010 | 1011010 | 100000 | 11010 | 1010001 | 100101 |
Color Harmonies of #AD5612
Complementary color
Monochromatic Colors of #AD5612
Black with #AD5612
Text Example
Text Example
White with #AD5612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5612; }
p { color: rgb(173,86,18); }
H1.HeaderClassName
{
color: #AD5612;
}
.AnyTagClassName
{
color: #AD5612;
}
</style>
background-color css
<style>
a { background-color: #AD5612; }
a { background-color: rgb(173,86,18); }
div.DivClassName
{
background-color: #AD5612;
}
.BgClassName
{
background-color: #AD5612;
}
</style>
border-color css
<style>
span { border-color: #AD5612; }
span { border-color: rgb(173,86,18); }
td.TdClassName
{
border-color: #AD5612;
}
.TagClassName
{
border-color: #AD5612;
}
</style>