Shades of Lucky #A9A00E
Tints of Lucky #A9A00E
RGB
CMYK
RGB Variations
Color information
#A9A00E (or 0xA9A00E) is known color: Lucky. HEX triplet: A9, A0 and 0E. RGB value is (169,160,14). Sum of RGB (Red+Green+Blue) = 169+160+14=343 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.27% from 343); Green value is 160 (62.89% from 255 or 46.65% from 343); Blue value is 14 (5.86% from 255 or 4.08% from 343); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A00E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9A00E is #565FF1. Grayscale: #929292. Windows color (decimal): -5660658 or 958633. OLE color: 958633.
HSL color Cylindrical-coordinate representation of color #A9A00E: hue angle of 56.52º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A9A00E is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 160 | 14 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.34 |
| HSL | 56.52º | 0.85% | 0.36% | - |
| HSV(B) | 56.52º | 0.92% | 0.66% | - |
| XYZ | 29.01 | 33.61 | 5.37 | - |
| YUV | 146.05 | 53.48 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 160 | 14 | 0 | 0.05 | 0.92 | 0.34 | 56.52 | 0.85 | 0.36 |
| Hex | A9 | A0 | E | 0 | 5 | 5C | 22 | 39 | 55 | 24 |
| Octal | 251 | 240 | 16 | 0 | 5 | 134 | 42 | 71 | 125 | 44 |
| Binary | 10101001 | 10100000 | 1110 | 0 | 101 | 1011100 | 100010 | 111001 | 1010101 | 100100 |
Color Harmonies of #A9A00E
Complementary color
Monochromatic Colors of #A9A00E
Black with #A9A00E
Text Example
Text Example
White with #A9A00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A00E; }
p { color: rgb(169,160,14); }
H1.HeaderClassName
{
color: #A9A00E;
}
.AnyTagClassName
{
color: #A9A00E;
}
</style>
background-color css
<style>
a { background-color: #A9A00E; }
a { background-color: rgb(169,160,14); }
div.DivClassName
{
background-color: #A9A00E;
}
.BgClassName
{
background-color: #A9A00E;
}
</style>
border-color css
<style>
span { border-color: #A9A00E; }
span { border-color: rgb(169,160,14); }
td.TdClassName
{
border-color: #A9A00E;
}
.TagClassName
{
border-color: #A9A00E;
}
</style>