Shades of Lucky #AD990F
Tints of Lucky #AD990F
RGB
CMYK
RGB Variations
Color information
#AD990F (or 0xAD990F) is known color: Lucky. HEX triplet: AD, 99 and 0F. RGB value is (173,153,15). Sum of RGB (Red+Green+Blue) = 173+153+15=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD990F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD990F is #5266F0. Grayscale: #8F8F8F. Windows color (decimal): -5400305 or 1022381. OLE color: 1022381.
HSL color Cylindrical-coordinate representation of color #AD990F: hue angle of 52.41º degrees, saturation: 0.84, 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 #AD990F is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 153 | 15 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.32 |
| HSL | 52.41º | 0.84% | 0.37% | - |
| HSV(B) | 52.41º | 0.91% | 0.68% | - |
| XYZ | 28.71 | 31.7 | 5.06 | - |
| YUV | 143.25 | 55.63 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 15 | 0 | 0.12 | 0.91 | 0.32 | 52.41 | 0.84 | 0.37 |
| Hex | AD | 99 | F | 0 | C | 5B | 20 | 34 | 54 | 25 |
| Octal | 255 | 231 | 17 | 0 | 14 | 133 | 40 | 64 | 124 | 45 |
| Binary | 10101101 | 10011001 | 1111 | 0 | 1100 | 1011011 | 100000 | 110100 | 1010100 | 100101 |
Color Harmonies of #AD990F
Complementary color
Monochromatic Colors of #AD990F
Black with #AD990F
Text Example
Text Example
White with #AD990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD990F; }
p { color: rgb(173,153,15); }
H1.HeaderClassName
{
color: #AD990F;
}
.AnyTagClassName
{
color: #AD990F;
}
</style>
background-color css
<style>
a { background-color: #AD990F; }
a { background-color: rgb(173,153,15); }
div.DivClassName
{
background-color: #AD990F;
}
.BgClassName
{
background-color: #AD990F;
}
</style>
border-color css
<style>
span { border-color: #AD990F; }
span { border-color: rgb(173,153,15); }
td.TdClassName
{
border-color: #AD990F;
}
.TagClassName
{
border-color: #AD990F;
}
</style>