Shades of Rich Gold #AD4E1D
Tints of Rich Gold #AD4E1D
RGB
CMYK
RGB Variations
Color information
#AD4E1D (or 0xAD4E1D) is known color: Rich Gold. HEX triplet: AD, 4E and 1D. RGB value is (173,78,29). Sum of RGB (Red+Green+Blue) = 173+78+29=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4E1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4E1D is #52B1E2. Grayscale: #656565. Windows color (decimal): -5419491 or 1920685. OLE color: 1920685.
HSL color Cylindrical-coordinate representation of color #AD4E1D: hue angle of 20.42º 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 #AD4E1D is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 78 | 29 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.32 |
| HSL | 20.42º | 0.71% | 0.4% | - |
| HSV(B) | 20.42º | 0.83% | 0.68% | - |
| XYZ | 20.18 | 14.42 | 2.88 | - |
| YUV | 100.82 | 87.47 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 78 | 29 | 0 | 0.55 | 0.83 | 0.32 | 20.42 | 0.71 | 0.4 |
| Hex | AD | 4E | 1D | 0 | 37 | 53 | 20 | 14 | 47 | 28 |
| Octal | 255 | 116 | 35 | 0 | 67 | 123 | 40 | 24 | 107 | 50 |
| Binary | 10101101 | 1001110 | 11101 | 0 | 110111 | 1010011 | 100000 | 10100 | 1000111 | 101000 |
Color Harmonies of #AD4E1D
Complementary color
Monochromatic Colors of #AD4E1D
Black with #AD4E1D
Text Example
Text Example
White with #AD4E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4E1D; }
p { color: rgb(173,78,29); }
H1.HeaderClassName
{
color: #AD4E1D;
}
.AnyTagClassName
{
color: #AD4E1D;
}
</style>
background-color css
<style>
a { background-color: #AD4E1D; }
a { background-color: rgb(173,78,29); }
div.DivClassName
{
background-color: #AD4E1D;
}
.BgClassName
{
background-color: #AD4E1D;
}
</style>
border-color css
<style>
span { border-color: #AD4E1D; }
span { border-color: rgb(173,78,29); }
td.TdClassName
{
border-color: #AD4E1D;
}
.TagClassName
{
border-color: #AD4E1D;
}
</style>