Shades of Rich Gold #AD521C
Tints of Rich Gold #AD521C
RGB
CMYK
RGB Variations
Color information
#AD521C (or 0xAD521C) is known color: Rich Gold. HEX triplet: AD, 52 and 1C. RGB value is (173,82,28). Sum of RGB (Red+Green+Blue) = 173+82+28=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD521C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD521C is #52ADE3. Grayscale: #676767. Windows color (decimal): -5418468 or 1856173. OLE color: 1856173.
HSL color Cylindrical-coordinate representation of color #AD521C: hue angle of 22.34º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD521C is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 82 | 28 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.32 |
| HSL | 22.34º | 0.72% | 0.39% | - |
| HSV(B) | 22.34º | 0.84% | 0.68% | - |
| XYZ | 20.46 | 15 | 2.92 | - |
| YUV | 103.05 | 85.65 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 28 | 0 | 0.53 | 0.84 | 0.32 | 22.34 | 0.72 | 0.39 |
| Hex | AD | 52 | 1C | 0 | 35 | 54 | 20 | 16 | 48 | 27 |
| Octal | 255 | 122 | 34 | 0 | 65 | 124 | 40 | 26 | 110 | 47 |
| Binary | 10101101 | 1010010 | 11100 | 0 | 110101 | 1010100 | 100000 | 10110 | 1001000 | 100111 |
Color Harmonies of #AD521C
Complementary color
Monochromatic Colors of #AD521C
Black with #AD521C
Text Example
Text Example
White with #AD521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD521C; }
p { color: rgb(173,82,28); }
H1.HeaderClassName
{
color: #AD521C;
}
.AnyTagClassName
{
color: #AD521C;
}
</style>
background-color css
<style>
a { background-color: #AD521C; }
a { background-color: rgb(173,82,28); }
div.DivClassName
{
background-color: #AD521C;
}
.BgClassName
{
background-color: #AD521C;
}
</style>
border-color css
<style>
span { border-color: #AD521C; }
span { border-color: rgb(173,82,28); }
td.TdClassName
{
border-color: #AD521C;
}
.TagClassName
{
border-color: #AD521C;
}
</style>