Shades of Lucky #A9A41E
Tints of Lucky #A9A41E
RGB
CMYK
RGB Variations
Color information
#A9A41E (or 0xA9A41E) is known color: Lucky. HEX triplet: A9, A4 and 1E. RGB value is (169,164,30). Sum of RGB (Red+Green+Blue) = 169+164+30=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 164 (64.45% from 255 or 45.18% from 363); Blue value is 30 (12.11% from 255 or 8.26% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A41E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A41E is #565BE1. Grayscale: #969696. Windows color (decimal): -5659618 or 2008233. OLE color: 2008233.
HSL color Cylindrical-coordinate representation of color #A9A41E: hue angle of 57.84º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A9A41E is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 164 | 30 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.34 |
| HSL | 57.84º | 0.7% | 0.39% | - |
| HSV(B) | 57.84º | 0.82% | 0.66% | - |
| XYZ | 29.87 | 35.08 | 6.42 | - |
| YUV | 150.22 | 60.16 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 164 | 30 | 0 | 0.03 | 0.82 | 0.34 | 57.84 | 0.7 | 0.39 |
| Hex | A9 | A4 | 1E | 0 | 3 | 52 | 22 | 3A | 46 | 27 |
| Octal | 251 | 244 | 36 | 0 | 3 | 122 | 42 | 72 | 106 | 47 |
| Binary | 10101001 | 10100100 | 11110 | 0 | 11 | 1010010 | 100010 | 111010 | 1000110 | 100111 |
Color Harmonies of #A9A41E
Complementary color
Monochromatic Colors of #A9A41E
Black with #A9A41E
Text Example
Text Example
White with #A9A41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A41E; }
p { color: rgb(169,164,30); }
H1.HeaderClassName
{
color: #A9A41E;
}
.AnyTagClassName
{
color: #A9A41E;
}
</style>
background-color css
<style>
a { background-color: #A9A41E; }
a { background-color: rgb(169,164,30); }
div.DivClassName
{
background-color: #A9A41E;
}
.BgClassName
{
background-color: #A9A41E;
}
</style>
border-color css
<style>
span { border-color: #A9A41E; }
span { border-color: rgb(169,164,30); }
td.TdClassName
{
border-color: #A9A41E;
}
.TagClassName
{
border-color: #A9A41E;
}
</style>