Shades of Rich Gold #AD4D1E
Tints of Rich Gold #AD4D1E
RGB
CMYK
RGB Variations
Color information
#AD4D1E (or 0xAD4D1E) is known color: Rich Gold. HEX triplet: AD, 4D and 1E. RGB value is (173,77,30). Sum of RGB (Red+Green+Blue) = 173+77+30=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4D1E is #52B2E1. Grayscale: #646464. Windows color (decimal): -5419746 or 1985965. OLE color: 1985965.
HSL color Cylindrical-coordinate representation of color #AD4D1E: hue angle of 19.72º degrees, saturation: 0.7, 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 #AD4D1E is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 77 | 30 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.32 |
| HSL | 19.72º | 0.7% | 0.4% | - |
| HSV(B) | 19.72º | 0.83% | 0.68% | - |
| XYZ | 20.12 | 14.29 | 2.93 | - |
| YUV | 100.35 | 88.3 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 77 | 30 | 0 | 0.55 | 0.83 | 0.32 | 19.72 | 0.7 | 0.4 |
| Hex | AD | 4D | 1E | 0 | 37 | 53 | 20 | 14 | 46 | 28 |
| Octal | 255 | 115 | 36 | 0 | 67 | 123 | 40 | 24 | 106 | 50 |
| Binary | 10101101 | 1001101 | 11110 | 0 | 110111 | 1010011 | 100000 | 10100 | 1000110 | 101000 |
Color Harmonies of #AD4D1E
Complementary color
Monochromatic Colors of #AD4D1E
Black with #AD4D1E
Text Example
Text Example
White with #AD4D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4D1E; }
p { color: rgb(173,77,30); }
H1.HeaderClassName
{
color: #AD4D1E;
}
.AnyTagClassName
{
color: #AD4D1E;
}
</style>
background-color css
<style>
a { background-color: #AD4D1E; }
a { background-color: rgb(173,77,30); }
div.DivClassName
{
background-color: #AD4D1E;
}
.BgClassName
{
background-color: #AD4D1E;
}
</style>
border-color css
<style>
span { border-color: #AD4D1E; }
span { border-color: rgb(173,77,30); }
td.TdClassName
{
border-color: #AD4D1E;
}
.TagClassName
{
border-color: #AD4D1E;
}
</style>