Shades of Lucky #AD9216
Tints of Lucky #AD9216
RGB
CMYK
RGB Variations
Color information
#AD9216 (or 0xAD9216) is known color: Lucky. HEX triplet: AD, 92 and 16. RGB value is (173,146,22). Sum of RGB (Red+Green+Blue) = 173+146+22=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9216 is #526DE9. Grayscale: #8C8C8C. Windows color (decimal): -5402090 or 1479341. OLE color: 1479341.
HSL color Cylindrical-coordinate representation of color #AD9216: hue angle of 49.27º 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 #AD9216 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 146 | 22 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.32 |
| HSL | 49.27º | 0.77% | 0.38% | - |
| HSV(B) | 49.27º | 0.87% | 0.68% | - |
| XYZ | 27.66 | 29.5 | 5 | - |
| YUV | 139.94 | 61.45 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 22 | 0 | 0.16 | 0.87 | 0.32 | 49.27 | 0.77 | 0.38 |
| Hex | AD | 92 | 16 | 0 | 10 | 57 | 20 | 31 | 4D | 26 |
| Octal | 255 | 222 | 26 | 0 | 20 | 127 | 40 | 61 | 115 | 46 |
| Binary | 10101101 | 10010010 | 10110 | 0 | 10000 | 1010111 | 100000 | 110001 | 1001101 | 100110 |
Color Harmonies of #AD9216
Complementary color
Monochromatic Colors of #AD9216
Black with #AD9216
Text Example
Text Example
White with #AD9216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9216; }
p { color: rgb(173,146,22); }
H1.HeaderClassName
{
color: #AD9216;
}
.AnyTagClassName
{
color: #AD9216;
}
</style>
background-color css
<style>
a { background-color: #AD9216; }
a { background-color: rgb(173,146,22); }
div.DivClassName
{
background-color: #AD9216;
}
.BgClassName
{
background-color: #AD9216;
}
</style>
border-color css
<style>
span { border-color: #AD9216; }
span { border-color: rgb(173,146,22); }
td.TdClassName
{
border-color: #AD9216;
}
.TagClassName
{
border-color: #AD9216;
}
</style>