Shades of Lucky #AD990B
Tints of Lucky #AD990B
RGB
CMYK
RGB Variations
Color information
#AD990B (or 0xAD990B) is known color: Lucky. HEX triplet: AD, 99 and 0B. RGB value is (173,153,11). Sum of RGB (Red+Green+Blue) = 173+153+11=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 11 (4.69% from 255 or 3.26% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD990B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD990B is #5266F4. Grayscale: #8F8F8F. Windows color (decimal): -5400309 or 760237. OLE color: 760237.
HSL color Cylindrical-coordinate representation of color #AD990B: hue angle of 52.59º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD990B is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 153 | 11 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.32 |
| HSL | 52.59º | 0.88% | 0.36% | - |
| HSV(B) | 52.59º | 0.94% | 0.68% | - |
| XYZ | 28.69 | 31.69 | 4.92 | - |
| YUV | 142.79 | 53.63 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 11 | 0 | 0.12 | 0.94 | 0.32 | 52.59 | 0.88 | 0.36 |
| Hex | AD | 99 | B | 0 | C | 5E | 20 | 35 | 58 | 24 |
| Octal | 255 | 231 | 13 | 0 | 14 | 136 | 40 | 65 | 130 | 44 |
| Binary | 10101101 | 10011001 | 1011 | 0 | 1100 | 1011110 | 100000 | 110101 | 1011000 | 100100 |
Color Harmonies of #AD990B
Complementary color
Monochromatic Colors of #AD990B
Black with #AD990B
Text Example
Text Example
White with #AD990B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD990B; }
p { color: rgb(173,153,11); }
H1.HeaderClassName
{
color: #AD990B;
}
.AnyTagClassName
{
color: #AD990B;
}
</style>
background-color css
<style>
a { background-color: #AD990B; }
a { background-color: rgb(173,153,11); }
div.DivClassName
{
background-color: #AD990B;
}
.BgClassName
{
background-color: #AD990B;
}
</style>
border-color css
<style>
span { border-color: #AD990B; }
span { border-color: rgb(173,153,11); }
td.TdClassName
{
border-color: #AD990B;
}
.TagClassName
{
border-color: #AD990B;
}
</style>