Shades of Lucky #AD9907
Tints of Lucky #AD9907
RGB
CMYK
RGB Variations
Color information
#AD9907 (or 0xAD9907) is known color: Lucky. HEX triplet: AD, 99 and 07. RGB value is (173,153,7). Sum of RGB (Red+Green+Blue) = 173+153+7=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 7 (3.12% from 255 or 2.10% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9907 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9907 is #5266F8. Grayscale: #8E8E8E. Windows color (decimal): -5400313 or 498093. OLE color: 498093.
HSL color Cylindrical-coordinate representation of color #AD9907: hue angle of 52.77º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD9907 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 153 | 7 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.32 |
| HSL | 52.77º | 0.92% | 0.35% | - |
| HSV(B) | 52.77º | 0.96% | 0.68% | - |
| XYZ | 28.66 | 31.68 | 4.81 | - |
| YUV | 142.34 | 51.63 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 7 | 0 | 0.12 | 0.96 | 0.32 | 52.77 | 0.92 | 0.35 |
| Hex | AD | 99 | 7 | 0 | C | 60 | 20 | 35 | 5C | 23 |
| Octal | 255 | 231 | 7 | 0 | 14 | 140 | 40 | 65 | 134 | 43 |
| Binary | 10101101 | 10011001 | 111 | 0 | 1100 | 1100000 | 100000 | 110101 | 1011100 | 100011 |
Color Harmonies of #AD9907
Complementary color
Monochromatic Colors of #AD9907
Black with #AD9907
Text Example
Text Example
White with #AD9907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9907; }
p { color: rgb(173,153,7); }
H1.HeaderClassName
{
color: #AD9907;
}
.AnyTagClassName
{
color: #AD9907;
}
</style>
background-color css
<style>
a { background-color: #AD9907; }
a { background-color: rgb(173,153,7); }
div.DivClassName
{
background-color: #AD9907;
}
.BgClassName
{
background-color: #AD9907;
}
</style>
border-color css
<style>
span { border-color: #AD9907; }
span { border-color: rgb(173,153,7); }
td.TdClassName
{
border-color: #AD9907;
}
.TagClassName
{
border-color: #AD9907;
}
</style>