Shades of Lucky #A9990B
Tints of Lucky #A9990B
RGB
CMYK
RGB Variations
Color information
#A9990B (or 0xA9990B) is known color: Lucky. HEX triplet: A9, 99 and 0B. RGB value is (169,153,11). Sum of RGB (Red+Green+Blue) = 169+153+11=333 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.75% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 169 - color contains mainly: red. Hex color #A9990B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9990B is #5666F4. Grayscale: #8E8E8E. Windows color (decimal): -5662453 or 760233. OLE color: 760233.
HSL color Cylindrical-coordinate representation of color #A9990B: hue angle of 53.92º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A9990B is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 153 | 11 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.34 |
| HSL | 53.92º | 0.88% | 0.35% | - |
| HSV(B) | 53.92º | 0.93% | 0.66% | - |
| XYZ | 27.81 | 31.24 | 4.88 | - |
| YUV | 141.6 | 54.3 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 153 | 11 | 0 | 0.09 | 0.93 | 0.34 | 53.92 | 0.88 | 0.35 |
| Hex | A9 | 99 | B | 0 | 9 | 5D | 22 | 36 | 58 | 23 |
| Octal | 251 | 231 | 13 | 0 | 11 | 135 | 42 | 66 | 130 | 43 |
| Binary | 10101001 | 10011001 | 1011 | 0 | 1001 | 1011101 | 100010 | 110110 | 1011000 | 100011 |
Color Harmonies of #A9990B
Complementary color
Monochromatic Colors of #A9990B
Black with #A9990B
Text Example
Text Example
White with #A9990B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9990B; }
p { color: rgb(169,153,11); }
H1.HeaderClassName
{
color: #A9990B;
}
.AnyTagClassName
{
color: #A9990B;
}
</style>
background-color css
<style>
a { background-color: #A9990B; }
a { background-color: rgb(169,153,11); }
div.DivClassName
{
background-color: #A9990B;
}
.BgClassName
{
background-color: #A9990B;
}
</style>
border-color css
<style>
span { border-color: #A9990B; }
span { border-color: rgb(169,153,11); }
td.TdClassName
{
border-color: #A9990B;
}
.TagClassName
{
border-color: #A9990B;
}
</style>