Shades of Lucky #A9900B
Tints of Lucky #A9900B
RGB
CMYK
RGB Variations
Color information
#A9900B (or 0xA9900B) is known color: Lucky. HEX triplet: A9, 90 and 0B. RGB value is (169,144,11). Sum of RGB (Red+Green+Blue) = 169+144+11=324 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.16% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 11 (4.69% from 255 or 3.40% from 324); Max value from RGB is 169 - color contains mainly: red. Hex color #A9900B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9900B is #566FF4. Grayscale: #888888. Windows color (decimal): -5664757 or 757929. OLE color: 757929.
HSL color Cylindrical-coordinate representation of color #A9900B: hue angle of 50.51º 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 #A9900B is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 144 | 11 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.34 |
| HSL | 50.51º | 0.88% | 0.35% | - |
| HSV(B) | 50.51º | 0.93% | 0.66% | - |
| XYZ | 26.4 | 28.41 | 4.41 | - |
| YUV | 136.31 | 57.28 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 144 | 11 | 0 | 0.15 | 0.93 | 0.34 | 50.51 | 0.88 | 0.35 |
| Hex | A9 | 90 | B | 0 | F | 5D | 22 | 33 | 58 | 23 |
| Octal | 251 | 220 | 13 | 0 | 17 | 135 | 42 | 63 | 130 | 43 |
| Binary | 10101001 | 10010000 | 1011 | 0 | 1111 | 1011101 | 100010 | 110011 | 1011000 | 100011 |
Color Harmonies of #A9900B
Complementary color
Monochromatic Colors of #A9900B
Black with #A9900B
Text Example
Text Example
White with #A9900B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9900B; }
p { color: rgb(169,144,11); }
H1.HeaderClassName
{
color: #A9900B;
}
.AnyTagClassName
{
color: #A9900B;
}
</style>
background-color css
<style>
a { background-color: #A9900B; }
a { background-color: rgb(169,144,11); }
div.DivClassName
{
background-color: #A9900B;
}
.BgClassName
{
background-color: #A9900B;
}
</style>
border-color css
<style>
span { border-color: #A9900B; }
span { border-color: rgb(169,144,11); }
td.TdClassName
{
border-color: #A9900B;
}
.TagClassName
{
border-color: #A9900B;
}
</style>