Shades of Lucky #AD9910
Tints of Lucky #AD9910
RGB
CMYK
RGB Variations
Color information
#AD9910 (or 0xAD9910) is known color: Lucky. HEX triplet: AD, 99 and 10. RGB value is (173,153,16). Sum of RGB (Red+Green+Blue) = 173+153+16=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9910 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9910 is #5266EF. Grayscale: #8F8F8F. Windows color (decimal): -5400304 or 1087917. OLE color: 1087917.
HSL color Cylindrical-coordinate representation of color #AD9910: hue angle of 52.36º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD9910 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 153 | 16 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.32 |
| HSL | 52.36º | 0.83% | 0.37% | - |
| HSV(B) | 52.36º | 0.91% | 0.68% | - |
| XYZ | 28.72 | 31.7 | 5.1 | - |
| YUV | 143.36 | 56.13 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 16 | 0 | 0.12 | 0.91 | 0.32 | 52.36 | 0.83 | 0.37 |
| Hex | AD | 99 | 10 | 0 | C | 5B | 20 | 34 | 53 | 25 |
| Octal | 255 | 231 | 20 | 0 | 14 | 133 | 40 | 64 | 123 | 45 |
| Binary | 10101101 | 10011001 | 10000 | 0 | 1100 | 1011011 | 100000 | 110100 | 1010011 | 100101 |
Color Harmonies of #AD9910
Complementary color
Monochromatic Colors of #AD9910
Black with #AD9910
Text Example
Text Example
White with #AD9910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9910; }
p { color: rgb(173,153,16); }
H1.HeaderClassName
{
color: #AD9910;
}
.AnyTagClassName
{
color: #AD9910;
}
</style>
background-color css
<style>
a { background-color: #AD9910; }
a { background-color: rgb(173,153,16); }
div.DivClassName
{
background-color: #AD9910;
}
.BgClassName
{
background-color: #AD9910;
}
</style>
border-color css
<style>
span { border-color: #AD9910; }
span { border-color: rgb(173,153,16); }
td.TdClassName
{
border-color: #AD9910;
}
.TagClassName
{
border-color: #AD9910;
}
</style>