Shades of Rich Gold #AD551C
Tints of Rich Gold #AD551C
RGB
CMYK
RGB Variations
Color information
#AD551C (or 0xAD551C) is known color: Rich Gold. HEX triplet: AD, 55 and 1C. RGB value is (173,85,28). Sum of RGB (Red+Green+Blue) = 173+85+28=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD551C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD551C is #52AAE3. Grayscale: #696969. Windows color (decimal): -5417700 or 1856941. OLE color: 1856941.
HSL color Cylindrical-coordinate representation of color #AD551C: hue angle of 23.59º 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 #AD551C is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 28 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.32 |
| HSL | 23.59º | 0.72% | 0.39% | - |
| HSV(B) | 23.59º | 0.84% | 0.68% | - |
| XYZ | 20.69 | 15.47 | 2.99 | - |
| YUV | 104.81 | 84.65 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 28 | 0 | 0.51 | 0.84 | 0.32 | 23.59 | 0.72 | 0.39 |
| Hex | AD | 55 | 1C | 0 | 33 | 54 | 20 | 18 | 48 | 27 |
| Octal | 255 | 125 | 34 | 0 | 63 | 124 | 40 | 30 | 110 | 47 |
| Binary | 10101101 | 1010101 | 11100 | 0 | 110011 | 1010100 | 100000 | 11000 | 1001000 | 100111 |
Color Harmonies of #AD551C
Complementary color
Monochromatic Colors of #AD551C
Black with #AD551C
Text Example
Text Example
White with #AD551C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD551C; }
p { color: rgb(173,85,28); }
H1.HeaderClassName
{
color: #AD551C;
}
.AnyTagClassName
{
color: #AD551C;
}
</style>
background-color css
<style>
a { background-color: #AD551C; }
a { background-color: rgb(173,85,28); }
div.DivClassName
{
background-color: #AD551C;
}
.BgClassName
{
background-color: #AD551C;
}
</style>
border-color css
<style>
span { border-color: #AD551C; }
span { border-color: rgb(173,85,28); }
td.TdClassName
{
border-color: #AD551C;
}
.TagClassName
{
border-color: #AD551C;
}
</style>