Shades of Rich Gold #AD571E
Tints of Rich Gold #AD571E
RGB
CMYK
RGB Variations
Color information
#AD571E (or 0xAD571E) is known color: Rich Gold. HEX triplet: AD, 57 and 1E. RGB value is (173,87,30). Sum of RGB (Red+Green+Blue) = 173+87+30=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD571E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD571E is #52A8E1. Grayscale: #6A6A6A. Windows color (decimal): -5417186 or 1988525. OLE color: 1988525.
HSL color Cylindrical-coordinate representation of color #AD571E: hue angle of 23.92º degrees, saturation: 0.7, 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 #AD571E is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 87 | 30 | - |
| CMYK | 0 | 0.50 | 0.83 | 0.32 |
| HSL | 23.92º | 0.7% | 0.4% | - |
| HSV(B) | 23.92º | 0.83% | 0.68% | - |
| XYZ | 20.88 | 15.79 | 3.18 | - |
| YUV | 106.22 | 84.99 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 30 | 0 | 0.50 | 0.83 | 0.32 | 23.92 | 0.7 | 0.4 |
| Hex | AD | 57 | 1E | 0 | 32 | 53 | 20 | 18 | 46 | 28 |
| Octal | 255 | 127 | 36 | 0 | 62 | 123 | 40 | 30 | 106 | 50 |
| Binary | 10101101 | 1010111 | 11110 | 0 | 110010 | 1010011 | 100000 | 11000 | 1000110 | 101000 |
Color Harmonies of #AD571E
Complementary color
Monochromatic Colors of #AD571E
Black with #AD571E
Text Example
Text Example
White with #AD571E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD571E; }
p { color: rgb(173,87,30); }
H1.HeaderClassName
{
color: #AD571E;
}
.AnyTagClassName
{
color: #AD571E;
}
</style>
background-color css
<style>
a { background-color: #AD571E; }
a { background-color: rgb(173,87,30); }
div.DivClassName
{
background-color: #AD571E;
}
.BgClassName
{
background-color: #AD571E;
}
</style>
border-color css
<style>
span { border-color: #AD571E; }
span { border-color: rgb(173,87,30); }
td.TdClassName
{
border-color: #AD571E;
}
.TagClassName
{
border-color: #AD571E;
}
</style>