Shades of Rich Gold #AD4E19
Tints of Rich Gold #AD4E19
RGB
CMYK
RGB Variations
Color information
#AD4E19 (or 0xAD4E19) is known color: Rich Gold. HEX triplet: AD, 4E and 19. RGB value is (173,78,25). Sum of RGB (Red+Green+Blue) = 173+78+25=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD4E19 is #52B1E6. Grayscale: #646464. Windows color (decimal): -5419495 or 1658541. OLE color: 1658541.
HSL color Cylindrical-coordinate representation of color #AD4E19: hue angle of 21.49º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD4E19 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 78 | 25 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.32 |
| HSL | 21.49º | 0.75% | 0.39% | - |
| HSV(B) | 21.49º | 0.86% | 0.68% | - |
| XYZ | 20.13 | 14.4 | 2.64 | - |
| YUV | 100.36 | 85.47 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 78 | 25 | 0 | 0.55 | 0.86 | 0.32 | 21.49 | 0.75 | 0.39 |
| Hex | AD | 4E | 19 | 0 | 37 | 56 | 20 | 15 | 4B | 27 |
| Octal | 255 | 116 | 31 | 0 | 67 | 126 | 40 | 25 | 113 | 47 |
| Binary | 10101101 | 1001110 | 11001 | 0 | 110111 | 1010110 | 100000 | 10101 | 1001011 | 100111 |
Color Harmonies of #AD4E19
Complementary color
Monochromatic Colors of #AD4E19
Black with #AD4E19
Text Example
Text Example
White with #AD4E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4E19; }
p { color: rgb(173,78,25); }
H1.HeaderClassName
{
color: #AD4E19;
}
.AnyTagClassName
{
color: #AD4E19;
}
</style>
background-color css
<style>
a { background-color: #AD4E19; }
a { background-color: rgb(173,78,25); }
div.DivClassName
{
background-color: #AD4E19;
}
.BgClassName
{
background-color: #AD4E19;
}
</style>
border-color css
<style>
span { border-color: #AD4E19; }
span { border-color: rgb(173,78,25); }
td.TdClassName
{
border-color: #AD4E19;
}
.TagClassName
{
border-color: #AD4E19;
}
</style>