Shades of Rich Gold #AD521E
Tints of Rich Gold #AD521E
RGB
CMYK
RGB Variations
Color information
#AD521E (or 0xAD521E) is known color: Rich Gold. HEX triplet: AD, 52 and 1E. RGB value is (173,82,30). Sum of RGB (Red+Green+Blue) = 173+82+30=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD521E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD521E is #52ADE1. Grayscale: #676767. Windows color (decimal): -5418466 or 1987245. OLE color: 1987245.
HSL color Cylindrical-coordinate representation of color #AD521E: hue angle of 21.82º 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 #AD521E is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 82 | 30 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.32 |
| HSL | 21.82º | 0.7% | 0.4% | - |
| HSV(B) | 21.82º | 0.83% | 0.68% | - |
| XYZ | 20.49 | 15.01 | 3.05 | - |
| YUV | 103.28 | 86.65 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 30 | 0 | 0.53 | 0.83 | 0.32 | 21.82 | 0.7 | 0.4 |
| Hex | AD | 52 | 1E | 0 | 35 | 53 | 20 | 16 | 46 | 28 |
| Octal | 255 | 122 | 36 | 0 | 65 | 123 | 40 | 26 | 106 | 50 |
| Binary | 10101101 | 1010010 | 11110 | 0 | 110101 | 1010011 | 100000 | 10110 | 1000110 | 101000 |
Color Harmonies of #AD521E
Complementary color
Monochromatic Colors of #AD521E
Black with #AD521E
Text Example
Text Example
White with #AD521E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD521E; }
p { color: rgb(173,82,30); }
H1.HeaderClassName
{
color: #AD521E;
}
.AnyTagClassName
{
color: #AD521E;
}
</style>
background-color css
<style>
a { background-color: #AD521E; }
a { background-color: rgb(173,82,30); }
div.DivClassName
{
background-color: #AD521E;
}
.BgClassName
{
background-color: #AD521E;
}
</style>
border-color css
<style>
span { border-color: #AD521E; }
span { border-color: rgb(173,82,30); }
td.TdClassName
{
border-color: #AD521E;
}
.TagClassName
{
border-color: #AD521E;
}
</style>