Shades of Rich Gold #AD4D1A
Tints of Rich Gold #AD4D1A
RGB
CMYK
RGB Variations
Color information
#AD4D1A (or 0xAD4D1A) is known color: Rich Gold. HEX triplet: AD, 4D and 1A. RGB value is (173,77,26). Sum of RGB (Red+Green+Blue) = 173+77+26=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4D1A is #52B2E5. Grayscale: #646464. Windows color (decimal): -5419750 or 1723821. OLE color: 1723821.
HSL color Cylindrical-coordinate representation of color #AD4D1A: hue angle of 20.82º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD4D1A is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 77 | 26 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.32 |
| HSL | 20.82º | 0.74% | 0.39% | - |
| HSV(B) | 20.82º | 0.85% | 0.68% | - |
| XYZ | 20.07 | 14.27 | 2.67 | - |
| YUV | 99.89 | 86.3 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 77 | 26 | 0 | 0.55 | 0.85 | 0.32 | 20.82 | 0.74 | 0.39 |
| Hex | AD | 4D | 1A | 0 | 37 | 55 | 20 | 15 | 4A | 27 |
| Octal | 255 | 115 | 32 | 0 | 67 | 125 | 40 | 25 | 112 | 47 |
| Binary | 10101101 | 1001101 | 11010 | 0 | 110111 | 1010101 | 100000 | 10101 | 1001010 | 100111 |
Color Harmonies of #AD4D1A
Complementary color
Monochromatic Colors of #AD4D1A
Black with #AD4D1A
Text Example
Text Example
White with #AD4D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4D1A; }
p { color: rgb(173,77,26); }
H1.HeaderClassName
{
color: #AD4D1A;
}
.AnyTagClassName
{
color: #AD4D1A;
}
</style>
background-color css
<style>
a { background-color: #AD4D1A; }
a { background-color: rgb(173,77,26); }
div.DivClassName
{
background-color: #AD4D1A;
}
.BgClassName
{
background-color: #AD4D1A;
}
</style>
border-color css
<style>
span { border-color: #AD4D1A; }
span { border-color: rgb(173,77,26); }
td.TdClassName
{
border-color: #AD4D1A;
}
.TagClassName
{
border-color: #AD4D1A;
}
</style>