Shades of Rich Gold #AD521A
Tints of Rich Gold #AD521A
RGB
CMYK
RGB Variations
Color information
#AD521A (or 0xAD521A) is known color: Rich Gold. HEX triplet: AD, 52 and 1A. RGB value is (173,82,26). Sum of RGB (Red+Green+Blue) = 173+82+26=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD521A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD521A is #52ADE5. Grayscale: #676767. Windows color (decimal): -5418470 or 1725101. OLE color: 1725101.
HSL color Cylindrical-coordinate representation of color #AD521A: hue angle of 22.86º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD521A is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 82 | 26 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.32 |
| HSL | 22.86º | 0.74% | 0.39% | - |
| HSV(B) | 22.86º | 0.85% | 0.68% | - |
| XYZ | 20.44 | 14.99 | 2.79 | - |
| YUV | 102.83 | 84.65 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 26 | 0 | 0.53 | 0.85 | 0.32 | 22.86 | 0.74 | 0.39 |
| Hex | AD | 52 | 1A | 0 | 35 | 55 | 20 | 17 | 4A | 27 |
| Octal | 255 | 122 | 32 | 0 | 65 | 125 | 40 | 27 | 112 | 47 |
| Binary | 10101101 | 1010010 | 11010 | 0 | 110101 | 1010101 | 100000 | 10111 | 1001010 | 100111 |
Color Harmonies of #AD521A
Complementary color
Monochromatic Colors of #AD521A
Black with #AD521A
Text Example
Text Example
White with #AD521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD521A; }
p { color: rgb(173,82,26); }
H1.HeaderClassName
{
color: #AD521A;
}
.AnyTagClassName
{
color: #AD521A;
}
</style>
background-color css
<style>
a { background-color: #AD521A; }
a { background-color: rgb(173,82,26); }
div.DivClassName
{
background-color: #AD521A;
}
.BgClassName
{
background-color: #AD521A;
}
</style>
border-color css
<style>
span { border-color: #AD521A; }
span { border-color: rgb(173,82,26); }
td.TdClassName
{
border-color: #AD521A;
}
.TagClassName
{
border-color: #AD521A;
}
</style>