Shades of Lucky #AD9912
Tints of Lucky #AD9912
RGB
CMYK
RGB Variations
Color information
#AD9912 (or 0xAD9912) is known color: Lucky. HEX triplet: AD, 99 and 12. RGB value is (173,153,18). Sum of RGB (Red+Green+Blue) = 173+153+18=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 18 (7.42% from 255 or 5.23% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9912 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9912 is #5266ED. Grayscale: #909090. Windows color (decimal): -5400302 or 1218989. OLE color: 1218989.
HSL color Cylindrical-coordinate representation of color #AD9912: hue angle of 52.26º 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 #AD9912 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 153 | 18 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.32 |
| HSL | 52.26º | 0.81% | 0.37% | - |
| HSV(B) | 52.26º | 0.9% | 0.68% | - |
| XYZ | 28.73 | 31.71 | 5.18 | - |
| YUV | 143.59 | 57.13 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 18 | 0 | 0.12 | 0.90 | 0.32 | 52.26 | 0.81 | 0.37 |
| Hex | AD | 99 | 12 | 0 | C | 5A | 20 | 34 | 51 | 25 |
| Octal | 255 | 231 | 22 | 0 | 14 | 132 | 40 | 64 | 121 | 45 |
| Binary | 10101101 | 10011001 | 10010 | 0 | 1100 | 1011010 | 100000 | 110100 | 1010001 | 100101 |
Color Harmonies of #AD9912
Complementary color
Monochromatic Colors of #AD9912
Black with #AD9912
Text Example
Text Example
White with #AD9912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9912; }
p { color: rgb(173,153,18); }
H1.HeaderClassName
{
color: #AD9912;
}
.AnyTagClassName
{
color: #AD9912;
}
</style>
background-color css
<style>
a { background-color: #AD9912; }
a { background-color: rgb(173,153,18); }
div.DivClassName
{
background-color: #AD9912;
}
.BgClassName
{
background-color: #AD9912;
}
</style>
border-color css
<style>
span { border-color: #AD9912; }
span { border-color: rgb(173,153,18); }
td.TdClassName
{
border-color: #AD9912;
}
.TagClassName
{
border-color: #AD9912;
}
</style>