Shades of Lucky #A9A00B
Tints of Lucky #A9A00B
RGB
CMYK
RGB Variations
Color information
#A9A00B (or 0xA9A00B) is known color: Lucky. HEX triplet: A9, A0 and 0B. RGB value is (169,160,11). Sum of RGB (Red+Green+Blue) = 169+160+11=340 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.71% from 340); Green value is 160 (62.89% from 255 or 47.06% from 340); Blue value is 11 (4.69% from 255 or 3.24% from 340); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A00B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9A00B is #565FF4. Grayscale: #929292. Windows color (decimal): -5660661 or 762025. OLE color: 762025.
HSL color Cylindrical-coordinate representation of color #A9A00B: hue angle of 56.58º 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 #A9A00B is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 160 | 11 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.34 |
| HSL | 56.58º | 0.88% | 0.35% | - |
| HSV(B) | 56.58º | 0.93% | 0.66% | - |
| XYZ | 28.99 | 33.6 | 5.27 | - |
| YUV | 145.71 | 51.98 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 160 | 11 | 0 | 0.05 | 0.93 | 0.34 | 56.58 | 0.88 | 0.35 |
| Hex | A9 | A0 | B | 0 | 5 | 5D | 22 | 39 | 58 | 23 |
| Octal | 251 | 240 | 13 | 0 | 5 | 135 | 42 | 71 | 130 | 43 |
| Binary | 10101001 | 10100000 | 1011 | 0 | 101 | 1011101 | 100010 | 111001 | 1011000 | 100011 |
Color Harmonies of #A9A00B
Complementary color
Monochromatic Colors of #A9A00B
Black with #A9A00B
Text Example
Text Example
White with #A9A00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A00B; }
p { color: rgb(169,160,11); }
H1.HeaderClassName
{
color: #A9A00B;
}
.AnyTagClassName
{
color: #A9A00B;
}
</style>
background-color css
<style>
a { background-color: #A9A00B; }
a { background-color: rgb(169,160,11); }
div.DivClassName
{
background-color: #A9A00B;
}
.BgClassName
{
background-color: #A9A00B;
}
</style>
border-color css
<style>
span { border-color: #A9A00B; }
span { border-color: rgb(169,160,11); }
td.TdClassName
{
border-color: #A9A00B;
}
.TagClassName
{
border-color: #A9A00B;
}
</style>