Shades of Rich Gold #AD5E1D
Tints of Rich Gold #AD5E1D
RGB
CMYK
RGB Variations
Color information
#AD5E1D (or 0xAD5E1D) is known color: Rich Gold. HEX triplet: AD, 5E and 1D. RGB value is (173,94,29). Sum of RGB (Red+Green+Blue) = 173+94+29=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5E1D is #52A1E2. Grayscale: #6E6E6E. Windows color (decimal): -5415395 or 1924781. OLE color: 1924781.
HSL color Cylindrical-coordinate representation of color #AD5E1D: hue angle of 27.08º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD5E1D is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 94 | 29 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.32 |
| HSL | 27.08º | 0.71% | 0.4% | - |
| HSV(B) | 27.08º | 0.83% | 0.68% | - |
| XYZ | 21.46 | 16.98 | 3.31 | - |
| YUV | 110.21 | 82.17 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 29 | 0 | 0.46 | 0.83 | 0.32 | 27.08 | 0.71 | 0.4 |
| Hex | AD | 5E | 1D | 0 | 2E | 53 | 20 | 1B | 47 | 28 |
| Octal | 255 | 136 | 35 | 0 | 56 | 123 | 40 | 33 | 107 | 50 |
| Binary | 10101101 | 1011110 | 11101 | 0 | 101110 | 1010011 | 100000 | 11011 | 1000111 | 101000 |
Color Harmonies of #AD5E1D
Complementary color
Monochromatic Colors of #AD5E1D
Black with #AD5E1D
Text Example
Text Example
White with #AD5E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5E1D; }
p { color: rgb(173,94,29); }
H1.HeaderClassName
{
color: #AD5E1D;
}
.AnyTagClassName
{
color: #AD5E1D;
}
</style>
background-color css
<style>
a { background-color: #AD5E1D; }
a { background-color: rgb(173,94,29); }
div.DivClassName
{
background-color: #AD5E1D;
}
.BgClassName
{
background-color: #AD5E1D;
}
</style>
border-color css
<style>
span { border-color: #AD5E1D; }
span { border-color: rgb(173,94,29); }
td.TdClassName
{
border-color: #AD5E1D;
}
.TagClassName
{
border-color: #AD5E1D;
}
</style>