Shades of Rich Gold #AD5319
Tints of Rich Gold #AD5319
RGB
CMYK
RGB Variations
Color information
#AD5319 (or 0xAD5319) is known color: Rich Gold. HEX triplet: AD, 53 and 19. RGB value is (173,83,25). Sum of RGB (Red+Green+Blue) = 173+83+25=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5319 is #52ACE6. Grayscale: #676767. Windows color (decimal): -5418215 or 1659821. OLE color: 1659821.
HSL color Cylindrical-coordinate representation of color #AD5319: hue angle of 23.51º 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 #AD5319 is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 83 | 25 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.32 |
| HSL | 23.51º | 0.75% | 0.39% | - |
| HSV(B) | 23.51º | 0.86% | 0.68% | - |
| XYZ | 20.5 | 15.14 | 2.76 | - |
| YUV | 103.3 | 83.82 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 25 | 0 | 0.52 | 0.86 | 0.32 | 23.51 | 0.75 | 0.39 |
| Hex | AD | 53 | 19 | 0 | 34 | 56 | 20 | 18 | 4B | 27 |
| Octal | 255 | 123 | 31 | 0 | 64 | 126 | 40 | 30 | 113 | 47 |
| Binary | 10101101 | 1010011 | 11001 | 0 | 110100 | 1010110 | 100000 | 11000 | 1001011 | 100111 |
Color Harmonies of #AD5319
Complementary color
Monochromatic Colors of #AD5319
Black with #AD5319
Text Example
Text Example
White with #AD5319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5319; }
p { color: rgb(173,83,25); }
H1.HeaderClassName
{
color: #AD5319;
}
.AnyTagClassName
{
color: #AD5319;
}
</style>
background-color css
<style>
a { background-color: #AD5319; }
a { background-color: rgb(173,83,25); }
div.DivClassName
{
background-color: #AD5319;
}
.BgClassName
{
background-color: #AD5319;
}
</style>
border-color css
<style>
span { border-color: #AD5319; }
span { border-color: rgb(173,83,25); }
td.TdClassName
{
border-color: #AD5319;
}
.TagClassName
{
border-color: #AD5319;
}
</style>