Shades of Rich Gold #AD5E18
Tints of Rich Gold #AD5E18
RGB
CMYK
RGB Variations
Color information
#AD5E18 (or 0xAD5E18) is known color: Rich Gold. HEX triplet: AD, 5E and 18. RGB value is (173,94,24). Sum of RGB (Red+Green+Blue) = 173+94+24=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5E18 is #52A1E7. Grayscale: #6D6D6D. Windows color (decimal): -5415400 or 1597101. OLE color: 1597101.
HSL color Cylindrical-coordinate representation of color #AD5E18: hue angle of 28.19º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD5E18 is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 94 | 24 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.32 |
| HSL | 28.19º | 0.76% | 0.39% | - |
| HSV(B) | 28.19º | 0.86% | 0.68% | - |
| XYZ | 21.4 | 16.96 | 3.01 | - |
| YUV | 109.64 | 79.67 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 24 | 0 | 0.46 | 0.86 | 0.32 | 28.19 | 0.76 | 0.39 |
| Hex | AD | 5E | 18 | 0 | 2E | 56 | 20 | 1C | 4C | 27 |
| Octal | 255 | 136 | 30 | 0 | 56 | 126 | 40 | 34 | 114 | 47 |
| Binary | 10101101 | 1011110 | 11000 | 0 | 101110 | 1010110 | 100000 | 11100 | 1001100 | 100111 |
Color Harmonies of #AD5E18
Complementary color
Monochromatic Colors of #AD5E18
Black with #AD5E18
Text Example
Text Example
White with #AD5E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5E18; }
p { color: rgb(173,94,24); }
H1.HeaderClassName
{
color: #AD5E18;
}
.AnyTagClassName
{
color: #AD5E18;
}
</style>
background-color css
<style>
a { background-color: #AD5E18; }
a { background-color: rgb(173,94,24); }
div.DivClassName
{
background-color: #AD5E18;
}
.BgClassName
{
background-color: #AD5E18;
}
</style>
border-color css
<style>
span { border-color: #AD5E18; }
span { border-color: rgb(173,94,24); }
td.TdClassName
{
border-color: #AD5E18;
}
.TagClassName
{
border-color: #AD5E18;
}
</style>