Shades of Rich Gold #AD551D
Tints of Rich Gold #AD551D
RGB
CMYK
RGB Variations
Color information
#AD551D (or 0xAD551D) is known color: Rich Gold. HEX triplet: AD, 55 and 1D. RGB value is (173,85,29). Sum of RGB (Red+Green+Blue) = 173+85+29=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD551D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD551D is #52AAE2. Grayscale: #696969. Windows color (decimal): -5417699 or 1922477. OLE color: 1922477.
HSL color Cylindrical-coordinate representation of color #AD551D: hue angle of 23.33º 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 #AD551D is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 29 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.32 |
| HSL | 23.33º | 0.71% | 0.4% | - |
| HSV(B) | 23.33º | 0.83% | 0.68% | - |
| XYZ | 20.7 | 15.47 | 3.06 | - |
| YUV | 104.93 | 85.15 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 29 | 0 | 0.51 | 0.83 | 0.32 | 23.33 | 0.71 | 0.4 |
| Hex | AD | 55 | 1D | 0 | 33 | 53 | 20 | 17 | 47 | 28 |
| Octal | 255 | 125 | 35 | 0 | 63 | 123 | 40 | 27 | 107 | 50 |
| Binary | 10101101 | 1010101 | 11101 | 0 | 110011 | 1010011 | 100000 | 10111 | 1000111 | 101000 |
Color Harmonies of #AD551D
Complementary color
Monochromatic Colors of #AD551D
Black with #AD551D
Text Example
Text Example
White with #AD551D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD551D; }
p { color: rgb(173,85,29); }
H1.HeaderClassName
{
color: #AD551D;
}
.AnyTagClassName
{
color: #AD551D;
}
</style>
background-color css
<style>
a { background-color: #AD551D; }
a { background-color: rgb(173,85,29); }
div.DivClassName
{
background-color: #AD551D;
}
.BgClassName
{
background-color: #AD551D;
}
</style>
border-color css
<style>
span { border-color: #AD551D; }
span { border-color: rgb(173,85,29); }
td.TdClassName
{
border-color: #AD551D;
}
.TagClassName
{
border-color: #AD551D;
}
</style>