Shades of Lucky #AD9416
Tints of Lucky #AD9416
RGB
CMYK
RGB Variations
Color information
#AD9416 (or 0xAD9416) is known color: Lucky. HEX triplet: AD, 94 and 16. RGB value is (173,148,22). Sum of RGB (Red+Green+Blue) = 173+148+22=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9416 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9416 is #526BE9. Grayscale: #8D8D8D. Windows color (decimal): -5401578 or 1479853. OLE color: 1479853.
HSL color Cylindrical-coordinate representation of color #AD9416: hue angle of 50.07º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD9416 is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 148 | 22 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.32 |
| HSL | 50.07º | 0.77% | 0.38% | - |
| HSV(B) | 50.07º | 0.87% | 0.68% | - |
| XYZ | 27.97 | 30.12 | 5.1 | - |
| YUV | 141.11 | 60.78 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 148 | 22 | 0 | 0.14 | 0.87 | 0.32 | 50.07 | 0.77 | 0.38 |
| Hex | AD | 94 | 16 | 0 | E | 57 | 20 | 32 | 4D | 26 |
| Octal | 255 | 224 | 26 | 0 | 16 | 127 | 40 | 62 | 115 | 46 |
| Binary | 10101101 | 10010100 | 10110 | 0 | 1110 | 1010111 | 100000 | 110010 | 1001101 | 100110 |
Color Harmonies of #AD9416
Complementary color
Monochromatic Colors of #AD9416
Black with #AD9416
Text Example
Text Example
White with #AD9416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9416; }
p { color: rgb(173,148,22); }
H1.HeaderClassName
{
color: #AD9416;
}
.AnyTagClassName
{
color: #AD9416;
}
</style>
background-color css
<style>
a { background-color: #AD9416; }
a { background-color: rgb(173,148,22); }
div.DivClassName
{
background-color: #AD9416;
}
.BgClassName
{
background-color: #AD9416;
}
</style>
border-color css
<style>
span { border-color: #AD9416; }
span { border-color: rgb(173,148,22); }
td.TdClassName
{
border-color: #AD9416;
}
.TagClassName
{
border-color: #AD9416;
}
</style>