Shades of Rich Gold #AD511B
Tints of Rich Gold #AD511B
RGB
CMYK
RGB Variations
Color information
#AD511B (or 0xAD511B) is known color: Rich Gold. HEX triplet: AD, 51 and 1B. RGB value is (173,81,27). Sum of RGB (Red+Green+Blue) = 173+81+27=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD511B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD511B is #52AEE4. Grayscale: #666666. Windows color (decimal): -5418725 or 1790381. OLE color: 1790381.
HSL color Cylindrical-coordinate representation of color #AD511B: hue angle of 22.19º 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 #AD511B is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 81 | 27 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.32 |
| HSL | 22.19º | 0.73% | 0.39% | - |
| HSV(B) | 22.19º | 0.84% | 0.68% | - |
| XYZ | 20.37 | 14.85 | 2.83 | - |
| YUV | 102.35 | 85.48 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 81 | 27 | 0 | 0.53 | 0.84 | 0.32 | 22.19 | 0.73 | 0.39 |
| Hex | AD | 51 | 1B | 0 | 35 | 54 | 20 | 16 | 49 | 27 |
| Octal | 255 | 121 | 33 | 0 | 65 | 124 | 40 | 26 | 111 | 47 |
| Binary | 10101101 | 1010001 | 11011 | 0 | 110101 | 1010100 | 100000 | 10110 | 1001001 | 100111 |
Color Harmonies of #AD511B
Complementary color
Monochromatic Colors of #AD511B
Black with #AD511B
Text Example
Text Example
White with #AD511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD511B; }
p { color: rgb(173,81,27); }
H1.HeaderClassName
{
color: #AD511B;
}
.AnyTagClassName
{
color: #AD511B;
}
</style>
background-color css
<style>
a { background-color: #AD511B; }
a { background-color: rgb(173,81,27); }
div.DivClassName
{
background-color: #AD511B;
}
.BgClassName
{
background-color: #AD511B;
}
</style>
border-color css
<style>
span { border-color: #AD511B; }
span { border-color: rgb(173,81,27); }
td.TdClassName
{
border-color: #AD511B;
}
.TagClassName
{
border-color: #AD511B;
}
</style>