Shades of Rich Gold #AD581D
Tints of Rich Gold #AD581D
RGB
CMYK
RGB Variations
Color information
#AD581D (or 0xAD581D) is known color: Rich Gold. HEX triplet: AD, 58 and 1D. RGB value is (173,88,29). Sum of RGB (Red+Green+Blue) = 173+88+29=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD581D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD581D is #52A7E2. Grayscale: #6B6B6B. Windows color (decimal): -5416931 or 1923245. OLE color: 1923245.
HSL color Cylindrical-coordinate representation of color #AD581D: hue angle of 24.58º 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 #AD581D is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 29 | - |
| CMYK | 0 | 0.49 | 0.83 | 0.32 |
| HSL | 24.58º | 0.71% | 0.4% | - |
| HSV(B) | 24.58º | 0.83% | 0.68% | - |
| XYZ | 20.95 | 15.95 | 3.14 | - |
| YUV | 106.69 | 84.16 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 29 | 0 | 0.49 | 0.83 | 0.32 | 24.58 | 0.71 | 0.4 |
| Hex | AD | 58 | 1D | 0 | 31 | 53 | 20 | 19 | 47 | 28 |
| Octal | 255 | 130 | 35 | 0 | 61 | 123 | 40 | 31 | 107 | 50 |
| Binary | 10101101 | 1011000 | 11101 | 0 | 110001 | 1010011 | 100000 | 11001 | 1000111 | 101000 |
Color Harmonies of #AD581D
Complementary color
Monochromatic Colors of #AD581D
Black with #AD581D
Text Example
Text Example
White with #AD581D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD581D; }
p { color: rgb(173,88,29); }
H1.HeaderClassName
{
color: #AD581D;
}
.AnyTagClassName
{
color: #AD581D;
}
</style>
background-color css
<style>
a { background-color: #AD581D; }
a { background-color: rgb(173,88,29); }
div.DivClassName
{
background-color: #AD581D;
}
.BgClassName
{
background-color: #AD581D;
}
</style>
border-color css
<style>
span { border-color: #AD581D; }
span { border-color: rgb(173,88,29); }
td.TdClassName
{
border-color: #AD581D;
}
.TagClassName
{
border-color: #AD581D;
}
</style>