Shades of Rich Gold #AD4C1E
Tints of Rich Gold #AD4C1E
RGB
CMYK
RGB Variations
Color information
#AD4C1E (or 0xAD4C1E) is known color: Rich Gold. HEX triplet: AD, 4C and 1E. RGB value is (173,76,30). Sum of RGB (Red+Green+Blue) = 173+76+30=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4C1E is #52B3E1. Grayscale: #646464. Windows color (decimal): -5420002 or 1985709. OLE color: 1985709.
HSL color Cylindrical-coordinate representation of color #AD4C1E: hue angle of 19.3º 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 #AD4C1E is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 76 | 30 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.32 |
| HSL | 19.3º | 0.7% | 0.4% | - |
| HSV(B) | 19.3º | 0.83% | 0.68% | - |
| XYZ | 20.05 | 14.15 | 2.9 | - |
| YUV | 99.76 | 88.64 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 30 | 0 | 0.56 | 0.83 | 0.32 | 19.3 | 0.7 | 0.4 |
| Hex | AD | 4C | 1E | 0 | 38 | 53 | 20 | 13 | 46 | 28 |
| Octal | 255 | 114 | 36 | 0 | 70 | 123 | 40 | 23 | 106 | 50 |
| Binary | 10101101 | 1001100 | 11110 | 0 | 111000 | 1010011 | 100000 | 10011 | 1000110 | 101000 |
Color Harmonies of #AD4C1E
Complementary color
Monochromatic Colors of #AD4C1E
Black with #AD4C1E
Text Example
Text Example
White with #AD4C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4C1E; }
p { color: rgb(173,76,30); }
H1.HeaderClassName
{
color: #AD4C1E;
}
.AnyTagClassName
{
color: #AD4C1E;
}
</style>
background-color css
<style>
a { background-color: #AD4C1E; }
a { background-color: rgb(173,76,30); }
div.DivClassName
{
background-color: #AD4C1E;
}
.BgClassName
{
background-color: #AD4C1E;
}
</style>
border-color css
<style>
span { border-color: #AD4C1E; }
span { border-color: rgb(173,76,30); }
td.TdClassName
{
border-color: #AD4C1E;
}
.TagClassName
{
border-color: #AD4C1E;
}
</style>