Shades of Rich Gold #AD5819
Tints of Rich Gold #AD5819
RGB
CMYK
RGB Variations
Color information
#AD5819 (or 0xAD5819) is known color: Rich Gold. HEX triplet: AD, 58 and 19. RGB value is (173,88,25). Sum of RGB (Red+Green+Blue) = 173+88+25=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5819 is #52A7E6. Grayscale: #6A6A6A. Windows color (decimal): -5416935 or 1661101. OLE color: 1661101.
HSL color Cylindrical-coordinate representation of color #AD5819: hue angle of 25.54º 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 #AD5819 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 25 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.32 |
| HSL | 25.54º | 0.75% | 0.39% | - |
| HSV(B) | 25.54º | 0.86% | 0.68% | - |
| XYZ | 20.9 | 15.93 | 2.89 | - |
| YUV | 106.23 | 82.16 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 25 | 0 | 0.49 | 0.86 | 0.32 | 25.54 | 0.75 | 0.39 |
| Hex | AD | 58 | 19 | 0 | 31 | 56 | 20 | 1A | 4B | 27 |
| Octal | 255 | 130 | 31 | 0 | 61 | 126 | 40 | 32 | 113 | 47 |
| Binary | 10101101 | 1011000 | 11001 | 0 | 110001 | 1010110 | 100000 | 11010 | 1001011 | 100111 |
Color Harmonies of #AD5819
Complementary color
Monochromatic Colors of #AD5819
Black with #AD5819
Text Example
Text Example
White with #AD5819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5819; }
p { color: rgb(173,88,25); }
H1.HeaderClassName
{
color: #AD5819;
}
.AnyTagClassName
{
color: #AD5819;
}
</style>
background-color css
<style>
a { background-color: #AD5819; }
a { background-color: rgb(173,88,25); }
div.DivClassName
{
background-color: #AD5819;
}
.BgClassName
{
background-color: #AD5819;
}
</style>
border-color css
<style>
span { border-color: #AD5819; }
span { border-color: rgb(173,88,25); }
td.TdClassName
{
border-color: #AD5819;
}
.TagClassName
{
border-color: #AD5819;
}
</style>