Shades of Rich Gold #AD4C1B
Tints of Rich Gold #AD4C1B
RGB
CMYK
RGB Variations
Color information
#AD4C1B (or 0xAD4C1B) is known color: Rich Gold. HEX triplet: AD, 4C and 1B. RGB value is (173,76,27). Sum of RGB (Red+Green+Blue) = 173+76+27=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 76 (30.08% from 255 or 27.54% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4C1B is #52B3E4. Grayscale: #636363. Windows color (decimal): -5420005 or 1789101. OLE color: 1789101.
HSL color Cylindrical-coordinate representation of color #AD4C1B: hue angle of 20.14º degrees, saturation: 0.73, 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 #AD4C1B is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 76 | 27 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.32 |
| HSL | 20.14º | 0.73% | 0.39% | - |
| HSV(B) | 20.14º | 0.84% | 0.68% | - |
| XYZ | 20.02 | 14.13 | 2.71 | - |
| YUV | 99.42 | 87.14 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 27 | 0 | 0.56 | 0.84 | 0.32 | 20.14 | 0.73 | 0.39 |
| Hex | AD | 4C | 1B | 0 | 38 | 54 | 20 | 14 | 49 | 27 |
| Octal | 255 | 114 | 33 | 0 | 70 | 124 | 40 | 24 | 111 | 47 |
| Binary | 10101101 | 1001100 | 11011 | 0 | 111000 | 1010100 | 100000 | 10100 | 1001001 | 100111 |
Color Harmonies of #AD4C1B
Complementary color
Monochromatic Colors of #AD4C1B
Black with #AD4C1B
Text Example
Text Example
White with #AD4C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4C1B; }
p { color: rgb(173,76,27); }
H1.HeaderClassName
{
color: #AD4C1B;
}
.AnyTagClassName
{
color: #AD4C1B;
}
</style>
background-color css
<style>
a { background-color: #AD4C1B; }
a { background-color: rgb(173,76,27); }
div.DivClassName
{
background-color: #AD4C1B;
}
.BgClassName
{
background-color: #AD4C1B;
}
</style>
border-color css
<style>
span { border-color: #AD4C1B; }
span { border-color: rgb(173,76,27); }
td.TdClassName
{
border-color: #AD4C1B;
}
.TagClassName
{
border-color: #AD4C1B;
}
</style>