Shades of Rich Gold #AD501D
Tints of Rich Gold #AD501D
RGB
CMYK
RGB Variations
Color information
#AD501D (or 0xAD501D) is known color: Rich Gold. HEX triplet: AD, 50 and 1D. RGB value is (173,80,29). Sum of RGB (Red+Green+Blue) = 173+80+29=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD501D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD501D is #52AFE2. Grayscale: #666666. Windows color (decimal): -5418979 or 1921197. OLE color: 1921197.
HSL color Cylindrical-coordinate representation of color #AD501D: hue angle of 21.25º degrees, saturation: 0.71, 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 #AD501D is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 29 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.32 |
| HSL | 21.25º | 0.71% | 0.4% | - |
| HSV(B) | 21.25º | 0.83% | 0.68% | - |
| XYZ | 20.32 | 14.71 | 2.93 | - |
| YUV | 101.99 | 86.81 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 29 | 0 | 0.54 | 0.83 | 0.32 | 21.25 | 0.71 | 0.4 |
| Hex | AD | 50 | 1D | 0 | 36 | 53 | 20 | 15 | 47 | 28 |
| Octal | 255 | 120 | 35 | 0 | 66 | 123 | 40 | 25 | 107 | 50 |
| Binary | 10101101 | 1010000 | 11101 | 0 | 110110 | 1010011 | 100000 | 10101 | 1000111 | 101000 |
Color Harmonies of #AD501D
Complementary color
Monochromatic Colors of #AD501D
Black with #AD501D
Text Example
Text Example
White with #AD501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD501D; }
p { color: rgb(173,80,29); }
H1.HeaderClassName
{
color: #AD501D;
}
.AnyTagClassName
{
color: #AD501D;
}
</style>
background-color css
<style>
a { background-color: #AD501D; }
a { background-color: rgb(173,80,29); }
div.DivClassName
{
background-color: #AD501D;
}
.BgClassName
{
background-color: #AD501D;
}
</style>
border-color css
<style>
span { border-color: #AD501D; }
span { border-color: rgb(173,80,29); }
td.TdClassName
{
border-color: #AD501D;
}
.TagClassName
{
border-color: #AD501D;
}
</style>