Shades of Lucky #AD9412
Tints of Lucky #AD9412
RGB
CMYK
RGB Variations
Color information
#AD9412 (or 0xAD9412) is known color: Lucky. HEX triplet: AD, 94 and 12. RGB value is (173,148,18). Sum of RGB (Red+Green+Blue) = 173+148+18=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9412 is #526BED. Grayscale: #8D8D8D. Windows color (decimal): -5401582 or 1217709. OLE color: 1217709.
HSL color Cylindrical-coordinate representation of color #AD9412: hue angle of 50.32º degrees, saturation: 0.81, 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 #AD9412 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 148 | 18 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.32 |
| HSL | 50.32º | 0.81% | 0.37% | - |
| HSV(B) | 50.32º | 0.9% | 0.68% | - |
| XYZ | 27.93 | 30.11 | 4.91 | - |
| YUV | 140.66 | 58.78 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 148 | 18 | 0 | 0.14 | 0.90 | 0.32 | 50.32 | 0.81 | 0.37 |
| Hex | AD | 94 | 12 | 0 | E | 5A | 20 | 32 | 51 | 25 |
| Octal | 255 | 224 | 22 | 0 | 16 | 132 | 40 | 62 | 121 | 45 |
| Binary | 10101101 | 10010100 | 10010 | 0 | 1110 | 1011010 | 100000 | 110010 | 1010001 | 100101 |
Color Harmonies of #AD9412
Complementary color
Monochromatic Colors of #AD9412
Black with #AD9412
Text Example
Text Example
White with #AD9412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9412; }
p { color: rgb(173,148,18); }
H1.HeaderClassName
{
color: #AD9412;
}
.AnyTagClassName
{
color: #AD9412;
}
</style>
background-color css
<style>
a { background-color: #AD9412; }
a { background-color: rgb(173,148,18); }
div.DivClassName
{
background-color: #AD9412;
}
.BgClassName
{
background-color: #AD9412;
}
</style>
border-color css
<style>
span { border-color: #AD9412; }
span { border-color: rgb(173,148,18); }
td.TdClassName
{
border-color: #AD9412;
}
.TagClassName
{
border-color: #AD9412;
}
</style>