Shades of Rich Gold #AD541D
Tints of Rich Gold #AD541D
RGB
CMYK
RGB Variations
Color information
#AD541D (or 0xAD541D) is known color: Rich Gold. HEX triplet: AD, 54 and 1D. RGB value is (173,84,29). Sum of RGB (Red+Green+Blue) = 173+84+29=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD541D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD541D is #52ABE2. Grayscale: #686868. Windows color (decimal): -5417955 or 1922221. OLE color: 1922221.
HSL color Cylindrical-coordinate representation of color #AD541D: hue angle of 22.92º 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 #AD541D is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 84 | 29 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.32 |
| HSL | 22.92º | 0.71% | 0.4% | - |
| HSV(B) | 22.92º | 0.83% | 0.68% | - |
| XYZ | 20.63 | 15.31 | 3.03 | - |
| YUV | 104.34 | 85.49 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 29 | 0 | 0.51 | 0.83 | 0.32 | 22.92 | 0.71 | 0.4 |
| Hex | AD | 54 | 1D | 0 | 33 | 53 | 20 | 17 | 47 | 28 |
| Octal | 255 | 124 | 35 | 0 | 63 | 123 | 40 | 27 | 107 | 50 |
| Binary | 10101101 | 1010100 | 11101 | 0 | 110011 | 1010011 | 100000 | 10111 | 1000111 | 101000 |
Color Harmonies of #AD541D
Complementary color
Monochromatic Colors of #AD541D
Black with #AD541D
Text Example
Text Example
White with #AD541D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD541D; }
p { color: rgb(173,84,29); }
H1.HeaderClassName
{
color: #AD541D;
}
.AnyTagClassName
{
color: #AD541D;
}
</style>
background-color css
<style>
a { background-color: #AD541D; }
a { background-color: rgb(173,84,29); }
div.DivClassName
{
background-color: #AD541D;
}
.BgClassName
{
background-color: #AD541D;
}
</style>
border-color css
<style>
span { border-color: #AD541D; }
span { border-color: rgb(173,84,29); }
td.TdClassName
{
border-color: #AD541D;
}
.TagClassName
{
border-color: #AD541D;
}
</style>