Shades of Rich Gold #AD5717
Tints of Rich Gold #AD5717
RGB
CMYK
RGB Variations
Color information
#AD5717 (or 0xAD5717) is known color: Rich Gold. HEX triplet: AD, 57 and 17. RGB value is (173,87,23). Sum of RGB (Red+Green+Blue) = 173+87+23=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5717 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5717 is #52A8E8. Grayscale: #696969. Windows color (decimal): -5417193 or 1529773. OLE color: 1529773.
HSL color Cylindrical-coordinate representation of color #AD5717: hue angle of 25.6º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD5717 is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 87 | 23 | - |
| CMYK | 0 | 0.50 | 0.87 | 0.32 |
| HSL | 25.6º | 0.77% | 0.38% | - |
| HSV(B) | 25.6º | 0.87% | 0.68% | - |
| XYZ | 20.8 | 15.76 | 2.76 | - |
| YUV | 105.42 | 81.49 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 23 | 0 | 0.50 | 0.87 | 0.32 | 25.6 | 0.77 | 0.38 |
| Hex | AD | 57 | 17 | 0 | 32 | 57 | 20 | 1A | 4D | 26 |
| Octal | 255 | 127 | 27 | 0 | 62 | 127 | 40 | 32 | 115 | 46 |
| Binary | 10101101 | 1010111 | 10111 | 0 | 110010 | 1010111 | 100000 | 11010 | 1001101 | 100110 |
Color Harmonies of #AD5717
Complementary color
Monochromatic Colors of #AD5717
Black with #AD5717
Text Example
Text Example
White with #AD5717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5717; }
p { color: rgb(173,87,23); }
H1.HeaderClassName
{
color: #AD5717;
}
.AnyTagClassName
{
color: #AD5717;
}
</style>
background-color css
<style>
a { background-color: #AD5717; }
a { background-color: rgb(173,87,23); }
div.DivClassName
{
background-color: #AD5717;
}
.BgClassName
{
background-color: #AD5717;
}
</style>
border-color css
<style>
span { border-color: #AD5717; }
span { border-color: rgb(173,87,23); }
td.TdClassName
{
border-color: #AD5717;
}
.TagClassName
{
border-color: #AD5717;
}
</style>