Shades of Rich Gold #AD5D1C
Tints of Rich Gold #AD5D1C
RGB
CMYK
RGB Variations
Color information
#AD5D1C (or 0xAD5D1C) is known color: Rich Gold. HEX triplet: AD, 5D and 1C. RGB value is (173,93,28). Sum of RGB (Red+Green+Blue) = 173+93+28=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5D1C is #52A2E3. Grayscale: #6D6D6D. Windows color (decimal): -5415652 or 1858989. OLE color: 1858989.
HSL color Cylindrical-coordinate representation of color #AD5D1C: hue angle of 26.9º 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 #AD5D1C is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 93 | 28 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.32 |
| HSL | 26.9º | 0.72% | 0.39% | - |
| HSV(B) | 26.9º | 0.84% | 0.68% | - |
| XYZ | 21.36 | 16.8 | 3.22 | - |
| YUV | 109.51 | 82 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 28 | 0 | 0.46 | 0.84 | 0.32 | 26.9 | 0.72 | 0.39 |
| Hex | AD | 5D | 1C | 0 | 2E | 54 | 20 | 1B | 48 | 27 |
| Octal | 255 | 135 | 34 | 0 | 56 | 124 | 40 | 33 | 110 | 47 |
| Binary | 10101101 | 1011101 | 11100 | 0 | 101110 | 1010100 | 100000 | 11011 | 1001000 | 100111 |
Color Harmonies of #AD5D1C
Complementary color
Monochromatic Colors of #AD5D1C
Black with #AD5D1C
Text Example
Text Example
White with #AD5D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5D1C; }
p { color: rgb(173,93,28); }
H1.HeaderClassName
{
color: #AD5D1C;
}
.AnyTagClassName
{
color: #AD5D1C;
}
</style>
background-color css
<style>
a { background-color: #AD5D1C; }
a { background-color: rgb(173,93,28); }
div.DivClassName
{
background-color: #AD5D1C;
}
.BgClassName
{
background-color: #AD5D1C;
}
</style>
border-color css
<style>
span { border-color: #AD5D1C; }
span { border-color: rgb(173,93,28); }
td.TdClassName
{
border-color: #AD5D1C;
}
.TagClassName
{
border-color: #AD5D1C;
}
</style>