Shades of Rich Gold #AD4E1E
Tints of Rich Gold #AD4E1E
RGB
CMYK
RGB Variations
Color information
#AD4E1E (or 0xAD4E1E) is known color: Rich Gold. HEX triplet: AD, 4E and 1E. RGB value is (173,78,30). Sum of RGB (Red+Green+Blue) = 173+78+30=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4E1E is #52B1E1. Grayscale: #656565. Windows color (decimal): -5419490 or 1986221. OLE color: 1986221.
HSL color Cylindrical-coordinate representation of color #AD4E1E: hue angle of 20.14º 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 #AD4E1E is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 78 | 30 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.32 |
| HSL | 20.14º | 0.7% | 0.4% | - |
| HSV(B) | 20.14º | 0.83% | 0.68% | - |
| XYZ | 20.19 | 14.43 | 2.95 | - |
| YUV | 100.93 | 87.97 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 78 | 30 | 0 | 0.55 | 0.83 | 0.32 | 20.14 | 0.7 | 0.4 |
| Hex | AD | 4E | 1E | 0 | 37 | 53 | 20 | 14 | 46 | 28 |
| Octal | 255 | 116 | 36 | 0 | 67 | 123 | 40 | 24 | 106 | 50 |
| Binary | 10101101 | 1001110 | 11110 | 0 | 110111 | 1010011 | 100000 | 10100 | 1000110 | 101000 |
Color Harmonies of #AD4E1E
Complementary color
Monochromatic Colors of #AD4E1E
Black with #AD4E1E
Text Example
Text Example
White with #AD4E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4E1E; }
p { color: rgb(173,78,30); }
H1.HeaderClassName
{
color: #AD4E1E;
}
.AnyTagClassName
{
color: #AD4E1E;
}
</style>
background-color css
<style>
a { background-color: #AD4E1E; }
a { background-color: rgb(173,78,30); }
div.DivClassName
{
background-color: #AD4E1E;
}
.BgClassName
{
background-color: #AD4E1E;
}
</style>
border-color css
<style>
span { border-color: #AD4E1E; }
span { border-color: rgb(173,78,30); }
td.TdClassName
{
border-color: #AD4E1E;
}
.TagClassName
{
border-color: #AD4E1E;
}
</style>