Shades of Rich Gold #AD581C
Tints of Rich Gold #AD581C
RGB
CMYK
RGB Variations
Color information
#AD581C (or 0xAD581C) is known color: Rich Gold. HEX triplet: AD, 58 and 1C. RGB value is (173,88,28). Sum of RGB (Red+Green+Blue) = 173+88+28=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD581C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD581C is #52A7E3. Grayscale: #6A6A6A. Windows color (decimal): -5416932 or 1857709. OLE color: 1857709.
HSL color Cylindrical-coordinate representation of color #AD581C: hue angle of 24.83º 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 #AD581C is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 28 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.32 |
| HSL | 24.83º | 0.72% | 0.39% | - |
| HSV(B) | 24.83º | 0.84% | 0.68% | - |
| XYZ | 20.93 | 15.95 | 3.07 | - |
| YUV | 106.58 | 83.66 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 28 | 0 | 0.49 | 0.84 | 0.32 | 24.83 | 0.72 | 0.39 |
| Hex | AD | 58 | 1C | 0 | 31 | 54 | 20 | 19 | 48 | 27 |
| Octal | 255 | 130 | 34 | 0 | 61 | 124 | 40 | 31 | 110 | 47 |
| Binary | 10101101 | 1011000 | 11100 | 0 | 110001 | 1010100 | 100000 | 11001 | 1001000 | 100111 |
Color Harmonies of #AD581C
Complementary color
Monochromatic Colors of #AD581C
Black with #AD581C
Text Example
Text Example
White with #AD581C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD581C; }
p { color: rgb(173,88,28); }
H1.HeaderClassName
{
color: #AD581C;
}
.AnyTagClassName
{
color: #AD581C;
}
</style>
background-color css
<style>
a { background-color: #AD581C; }
a { background-color: rgb(173,88,28); }
div.DivClassName
{
background-color: #AD581C;
}
.BgClassName
{
background-color: #AD581C;
}
</style>
border-color css
<style>
span { border-color: #AD581C; }
span { border-color: rgb(173,88,28); }
td.TdClassName
{
border-color: #AD581C;
}
.TagClassName
{
border-color: #AD581C;
}
</style>