Shades of Lucky #A9A30C
Tints of Lucky #A9A30C
RGB
CMYK
RGB Variations
Color information
#A9A30C (or 0xA9A30C) is known color: Lucky. HEX triplet: A9, A3 and 0C. RGB value is (169,163,12). Sum of RGB (Red+Green+Blue) = 169+163+12=344 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.13% from 344); Green value is 163 (64.06% from 255 or 47.38% from 344); Blue value is 12 (5.08% from 255 or 3.49% from 344); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A30C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9A30C is #565CF3. Grayscale: #949494. Windows color (decimal): -5659892 or 828329. OLE color: 828329.
HSL color Cylindrical-coordinate representation of color #A9A30C: hue angle of 57.71º degrees, saturation: 0.87, 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 #A9A30C is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 163 | 12 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.34 |
| HSL | 57.71º | 0.87% | 0.35% | - |
| HSV(B) | 57.71º | 0.93% | 0.66% | - |
| XYZ | 29.53 | 34.66 | 5.48 | - |
| YUV | 147.58 | 51.49 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 163 | 12 | 0 | 0.04 | 0.93 | 0.34 | 57.71 | 0.87 | 0.35 |
| Hex | A9 | A3 | C | 0 | 4 | 5D | 22 | 3A | 57 | 23 |
| Octal | 251 | 243 | 14 | 0 | 4 | 135 | 42 | 72 | 127 | 43 |
| Binary | 10101001 | 10100011 | 1100 | 0 | 100 | 1011101 | 100010 | 111010 | 1010111 | 100011 |
Color Harmonies of #A9A30C
Complementary color
Monochromatic Colors of #A9A30C
Black with #A9A30C
Text Example
Text Example
White with #A9A30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A30C; }
p { color: rgb(169,163,12); }
H1.HeaderClassName
{
color: #A9A30C;
}
.AnyTagClassName
{
color: #A9A30C;
}
</style>
background-color css
<style>
a { background-color: #A9A30C; }
a { background-color: rgb(169,163,12); }
div.DivClassName
{
background-color: #A9A30C;
}
.BgClassName
{
background-color: #A9A30C;
}
</style>
border-color css
<style>
span { border-color: #A9A30C; }
span { border-color: rgb(169,163,12); }
td.TdClassName
{
border-color: #A9A30C;
}
.TagClassName
{
border-color: #A9A30C;
}
</style>