Shades of Rich Gold #AD601C
Tints of Rich Gold #AD601C
RGB
CMYK
RGB Variations
Color information
#AD601C (or 0xAD601C) is known color: Rich Gold. HEX triplet: AD, 60 and 1C. RGB value is (173,96,28). Sum of RGB (Red+Green+Blue) = 173+96+28=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD601C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD601C is #529FE3. Grayscale: #6F6F6F. Windows color (decimal): -5414884 or 1859757. OLE color: 1859757.
HSL color Cylindrical-coordinate representation of color #AD601C: hue angle of 28.14º 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 #AD601C is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 96 | 28 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.32 |
| HSL | 28.14º | 0.72% | 0.39% | - |
| HSV(B) | 28.14º | 0.84% | 0.68% | - |
| XYZ | 21.63 | 17.33 | 3.3 | - |
| YUV | 111.27 | 81.01 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 28 | 0 | 0.45 | 0.84 | 0.32 | 28.14 | 0.72 | 0.39 |
| Hex | AD | 60 | 1C | 0 | 2D | 54 | 20 | 1C | 48 | 27 |
| Octal | 255 | 140 | 34 | 0 | 55 | 124 | 40 | 34 | 110 | 47 |
| Binary | 10101101 | 1100000 | 11100 | 0 | 101101 | 1010100 | 100000 | 11100 | 1001000 | 100111 |
Color Harmonies of #AD601C
Complementary color
Monochromatic Colors of #AD601C
Black with #AD601C
Text Example
Text Example
White with #AD601C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD601C; }
p { color: rgb(173,96,28); }
H1.HeaderClassName
{
color: #AD601C;
}
.AnyTagClassName
{
color: #AD601C;
}
</style>
background-color css
<style>
a { background-color: #AD601C; }
a { background-color: rgb(173,96,28); }
div.DivClassName
{
background-color: #AD601C;
}
.BgClassName
{
background-color: #AD601C;
}
</style>
border-color css
<style>
span { border-color: #AD601C; }
span { border-color: rgb(173,96,28); }
td.TdClassName
{
border-color: #AD601C;
}
.TagClassName
{
border-color: #AD601C;
}
</style>