Shades of Rich Gold #AD591C
Tints of Rich Gold #AD591C
RGB
CMYK
RGB Variations
Color information
#AD591C (or 0xAD591C) is known color: Rich Gold. HEX triplet: AD, 59 and 1C. RGB value is (173,89,28). Sum of RGB (Red+Green+Blue) = 173+89+28=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD591C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD591C is #52A6E3. Grayscale: #6B6B6B. Windows color (decimal): -5416676 or 1857965. OLE color: 1857965.
HSL color Cylindrical-coordinate representation of color #AD591C: hue angle of 25.24º 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 #AD591C is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 28 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.32 |
| HSL | 25.24º | 0.72% | 0.39% | - |
| HSV(B) | 25.24º | 0.84% | 0.68% | - |
| XYZ | 21.02 | 16.11 | 3.1 | - |
| YUV | 107.16 | 83.33 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 28 | 0 | 0.49 | 0.84 | 0.32 | 25.24 | 0.72 | 0.39 |
| Hex | AD | 59 | 1C | 0 | 31 | 54 | 20 | 19 | 48 | 27 |
| Octal | 255 | 131 | 34 | 0 | 61 | 124 | 40 | 31 | 110 | 47 |
| Binary | 10101101 | 1011001 | 11100 | 0 | 110001 | 1010100 | 100000 | 11001 | 1001000 | 100111 |
Color Harmonies of #AD591C
Complementary color
Monochromatic Colors of #AD591C
Black with #AD591C
Text Example
Text Example
White with #AD591C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD591C; }
p { color: rgb(173,89,28); }
H1.HeaderClassName
{
color: #AD591C;
}
.AnyTagClassName
{
color: #AD591C;
}
</style>
background-color css
<style>
a { background-color: #AD591C; }
a { background-color: rgb(173,89,28); }
div.DivClassName
{
background-color: #AD591C;
}
.BgClassName
{
background-color: #AD591C;
}
</style>
border-color css
<style>
span { border-color: #AD591C; }
span { border-color: rgb(173,89,28); }
td.TdClassName
{
border-color: #AD591C;
}
.TagClassName
{
border-color: #AD591C;
}
</style>