Shades of Rich Gold #AD491C
Tints of Rich Gold #AD491C
RGB
CMYK
RGB Variations
Color information
#AD491C (or 0xAD491C) is known color: Rich Gold. HEX triplet: AD, 49 and 1C. RGB value is (173,73,28). Sum of RGB (Red+Green+Blue) = 173+73+28=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD491C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD491C is #52B6E3. Grayscale: #626262. Windows color (decimal): -5420772 or 1853869. OLE color: 1853869.
HSL color Cylindrical-coordinate representation of color #AD491C: hue angle of 18.62º 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 #AD491C is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 73 | 28 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.32 |
| HSL | 18.62º | 0.72% | 0.39% | - |
| HSV(B) | 18.62º | 0.84% | 0.68% | - |
| XYZ | 19.83 | 13.73 | 2.7 | - |
| YUV | 97.77 | 88.63 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 28 | 0 | 0.58 | 0.84 | 0.32 | 18.62 | 0.72 | 0.39 |
| Hex | AD | 49 | 1C | 0 | 3A | 54 | 20 | 13 | 48 | 27 |
| Octal | 255 | 111 | 34 | 0 | 72 | 124 | 40 | 23 | 110 | 47 |
| Binary | 10101101 | 1001001 | 11100 | 0 | 111010 | 1010100 | 100000 | 10011 | 1001000 | 100111 |
Color Harmonies of #AD491C
Complementary color
Monochromatic Colors of #AD491C
Black with #AD491C
Text Example
Text Example
White with #AD491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD491C; }
p { color: rgb(173,73,28); }
H1.HeaderClassName
{
color: #AD491C;
}
.AnyTagClassName
{
color: #AD491C;
}
</style>
background-color css
<style>
a { background-color: #AD491C; }
a { background-color: rgb(173,73,28); }
div.DivClassName
{
background-color: #AD491C;
}
.BgClassName
{
background-color: #AD491C;
}
</style>
border-color css
<style>
span { border-color: #AD491C; }
span { border-color: rgb(173,73,28); }
td.TdClassName
{
border-color: #AD491C;
}
.TagClassName
{
border-color: #AD491C;
}
</style>