Shades of Rich Gold #AD501E
Tints of Rich Gold #AD501E
RGB
CMYK
RGB Variations
Color information
#AD501E (or 0xAD501E) is known color: Rich Gold. HEX triplet: AD, 50 and 1E. RGB value is (173,80,30). Sum of RGB (Red+Green+Blue) = 173+80+30=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD501E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD501E is #52AFE1. Grayscale: #666666. Windows color (decimal): -5418978 or 1986733. OLE color: 1986733.
HSL color Cylindrical-coordinate representation of color #AD501E: hue angle of 20.98º 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 #AD501E is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 30 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.32 |
| HSL | 20.98º | 0.7% | 0.4% | - |
| HSV(B) | 20.98º | 0.83% | 0.68% | - |
| XYZ | 20.34 | 14.72 | 3 | - |
| YUV | 102.11 | 87.31 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 30 | 0 | 0.54 | 0.83 | 0.32 | 20.98 | 0.7 | 0.4 |
| Hex | AD | 50 | 1E | 0 | 36 | 53 | 20 | 15 | 46 | 28 |
| Octal | 255 | 120 | 36 | 0 | 66 | 123 | 40 | 25 | 106 | 50 |
| Binary | 10101101 | 1010000 | 11110 | 0 | 110110 | 1010011 | 100000 | 10101 | 1000110 | 101000 |
Color Harmonies of #AD501E
Complementary color
Monochromatic Colors of #AD501E
Black with #AD501E
Text Example
Text Example
White with #AD501E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD501E; }
p { color: rgb(173,80,30); }
H1.HeaderClassName
{
color: #AD501E;
}
.AnyTagClassName
{
color: #AD501E;
}
</style>
background-color css
<style>
a { background-color: #AD501E; }
a { background-color: rgb(173,80,30); }
div.DivClassName
{
background-color: #AD501E;
}
.BgClassName
{
background-color: #AD501E;
}
</style>
border-color css
<style>
span { border-color: #AD501E; }
span { border-color: rgb(173,80,30); }
td.TdClassName
{
border-color: #AD501E;
}
.TagClassName
{
border-color: #AD501E;
}
</style>