Shades of Rich Gold #AD5711
Tints of Rich Gold #AD5711
RGB
CMYK
RGB Variations
Color information
#AD5711 (or 0xAD5711) is known color: Rich Gold. HEX triplet: AD, 57 and 11. RGB value is (173,87,17). Sum of RGB (Red+Green+Blue) = 173+87+17=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5711 is #52A8EE. Grayscale: #696969. Windows color (decimal): -5417199 or 1136557. OLE color: 1136557.
HSL color Cylindrical-coordinate representation of color #AD5711: hue angle of 26.92º degrees, saturation: 0.82, 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 #AD5711 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 87 | 17 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.32 |
| HSL | 26.92º | 0.82% | 0.37% | - |
| HSV(B) | 26.92º | 0.9% | 0.68% | - |
| XYZ | 20.74 | 15.74 | 2.48 | - |
| YUV | 104.73 | 78.49 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 17 | 0 | 0.50 | 0.90 | 0.32 | 26.92 | 0.82 | 0.37 |
| Hex | AD | 57 | 11 | 0 | 32 | 5A | 20 | 1B | 52 | 25 |
| Octal | 255 | 127 | 21 | 0 | 62 | 132 | 40 | 33 | 122 | 45 |
| Binary | 10101101 | 1010111 | 10001 | 0 | 110010 | 1011010 | 100000 | 11011 | 1010010 | 100101 |
Color Harmonies of #AD5711
Complementary color
Monochromatic Colors of #AD5711
Black with #AD5711
Text Example
Text Example
White with #AD5711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5711; }
p { color: rgb(173,87,17); }
H1.HeaderClassName
{
color: #AD5711;
}
.AnyTagClassName
{
color: #AD5711;
}
</style>
background-color css
<style>
a { background-color: #AD5711; }
a { background-color: rgb(173,87,17); }
div.DivClassName
{
background-color: #AD5711;
}
.BgClassName
{
background-color: #AD5711;
}
</style>
border-color css
<style>
span { border-color: #AD5711; }
span { border-color: rgb(173,87,17); }
td.TdClassName
{
border-color: #AD5711;
}
.TagClassName
{
border-color: #AD5711;
}
</style>