Shades of Lucky #9A990F
Tints of Lucky #9A990F
RGB
CMYK
RGB Variations
Color information
#9A990F (or 0x9A990F) is known color: Lucky. HEX triplet: 9A, 99 and 0F. RGB value is (154,153,15). Sum of RGB (Red+Green+Blue) = 154+153+15=322 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.83% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 15 (6.25% from 255 or 4.66% from 322); Max value from RGB is 154 - color contains mainly: red. Hex color #9A990F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A990F is #6566F0. Grayscale: #8A8A8A. Windows color (decimal): -6645489 or 1022362. OLE color: 1022362.
HSL color Cylindrical-coordinate representation of color #9A990F: hue angle of 59.57º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A990F is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 153 | 15 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.40 |
| HSL | 59.57º | 0.82% | 0.33% | - |
| HSV(B) | 59.57º | 0.9% | 0.6% | - |
| XYZ | 24.8 | 29.69 | 4.87 | - |
| YUV | 137.57 | 58.83 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 153 | 15 | 0 | 0.01 | 0.90 | 0.40 | 59.57 | 0.82 | 0.33 |
| Hex | 9A | 99 | F | 0 | 1 | 5A | 28 | 3C | 52 | 21 |
| Octal | 232 | 231 | 17 | 0 | 1 | 132 | 50 | 74 | 122 | 41 |
| Binary | 10011010 | 10011001 | 1111 | 0 | 1 | 1011010 | 101000 | 111100 | 1010010 | 100001 |
Color Harmonies of #9A990F
Complementary color
Monochromatic Colors of #9A990F
Black with #9A990F
Text Example
Text Example
White with #9A990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A990F; }
p { color: rgb(154,153,15); }
H1.HeaderClassName
{
color: #9A990F;
}
.AnyTagClassName
{
color: #9A990F;
}
</style>
background-color css
<style>
a { background-color: #9A990F; }
a { background-color: rgb(154,153,15); }
div.DivClassName
{
background-color: #9A990F;
}
.BgClassName
{
background-color: #9A990F;
}
</style>
border-color css
<style>
span { border-color: #9A990F; }
span { border-color: rgb(154,153,15); }
td.TdClassName
{
border-color: #9A990F;
}
.TagClassName
{
border-color: #9A990F;
}
</style>