Shades of Lucky #AD9811
Tints of Lucky #AD9811
RGB
CMYK
RGB Variations
Color information
#AD9811 (or 0xAD9811) is known color: Lucky. HEX triplet: AD, 98 and 11. RGB value is (173,152,17). Sum of RGB (Red+Green+Blue) = 173+152+17=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9811 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9811 is #5267EE. Grayscale: #8F8F8F. Windows color (decimal): -5400559 or 1153197. OLE color: 1153197.
HSL color Cylindrical-coordinate representation of color #AD9811: hue angle of 51.92º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD9811 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 152 | 17 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.32 |
| HSL | 51.92º | 0.82% | 0.37% | - |
| HSV(B) | 51.92º | 0.9% | 0.68% | - |
| XYZ | 28.56 | 31.38 | 5.08 | - |
| YUV | 142.89 | 56.96 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 17 | 0 | 0.12 | 0.90 | 0.32 | 51.92 | 0.82 | 0.37 |
| Hex | AD | 98 | 11 | 0 | C | 5A | 20 | 34 | 52 | 25 |
| Octal | 255 | 230 | 21 | 0 | 14 | 132 | 40 | 64 | 122 | 45 |
| Binary | 10101101 | 10011000 | 10001 | 0 | 1100 | 1011010 | 100000 | 110100 | 1010010 | 100101 |
Color Harmonies of #AD9811
Complementary color
Monochromatic Colors of #AD9811
Black with #AD9811
Text Example
Text Example
White with #AD9811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9811; }
p { color: rgb(173,152,17); }
H1.HeaderClassName
{
color: #AD9811;
}
.AnyTagClassName
{
color: #AD9811;
}
</style>
background-color css
<style>
a { background-color: #AD9811; }
a { background-color: rgb(173,152,17); }
div.DivClassName
{
background-color: #AD9811;
}
.BgClassName
{
background-color: #AD9811;
}
</style>
border-color css
<style>
span { border-color: #AD9811; }
span { border-color: rgb(173,152,17); }
td.TdClassName
{
border-color: #AD9811;
}
.TagClassName
{
border-color: #AD9811;
}
</style>