Shades of Lucky #A9A30E
Tints of Lucky #A9A30E
RGB
CMYK
RGB Variations
Color information
#A9A30E (or 0xA9A30E) is known color: Lucky. HEX triplet: A9, A3 and 0E. RGB value is (169,163,14). Sum of RGB (Red+Green+Blue) = 169+163+14=346 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.84% from 346); Green value is 163 (64.06% from 255 or 47.11% from 346); Blue value is 14 (5.86% from 255 or 4.05% from 346); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A30E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9A30E is #565CF1. Grayscale: #949494. Windows color (decimal): -5659890 or 959401. OLE color: 959401.
HSL color Cylindrical-coordinate representation of color #A9A30E: hue angle of 57.68º 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 #A9A30E is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 163 | 14 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.34 |
| HSL | 57.68º | 0.85% | 0.36% | - |
| HSV(B) | 57.68º | 0.92% | 0.66% | - |
| XYZ | 29.54 | 34.66 | 5.55 | - |
| YUV | 147.81 | 52.49 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 163 | 14 | 0 | 0.04 | 0.92 | 0.34 | 57.68 | 0.85 | 0.36 |
| Hex | A9 | A3 | E | 0 | 4 | 5C | 22 | 3A | 55 | 24 |
| Octal | 251 | 243 | 16 | 0 | 4 | 134 | 42 | 72 | 125 | 44 |
| Binary | 10101001 | 10100011 | 1110 | 0 | 100 | 1011100 | 100010 | 111010 | 1010101 | 100100 |
Color Harmonies of #A9A30E
Complementary color
Monochromatic Colors of #A9A30E
Black with #A9A30E
Text Example
Text Example
White with #A9A30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A30E; }
p { color: rgb(169,163,14); }
H1.HeaderClassName
{
color: #A9A30E;
}
.AnyTagClassName
{
color: #A9A30E;
}
</style>
background-color css
<style>
a { background-color: #A9A30E; }
a { background-color: rgb(169,163,14); }
div.DivClassName
{
background-color: #A9A30E;
}
.BgClassName
{
background-color: #A9A30E;
}
</style>
border-color css
<style>
span { border-color: #A9A30E; }
span { border-color: rgb(169,163,14); }
td.TdClassName
{
border-color: #A9A30E;
}
.TagClassName
{
border-color: #A9A30E;
}
</style>