Shades of Lucky #A9940E
Tints of Lucky #A9940E
RGB
CMYK
RGB Variations
Color information
#A9940E (or 0xA9940E) is known color: Lucky. HEX triplet: A9, 94 and 0E. RGB value is (169,148,14). Sum of RGB (Red+Green+Blue) = 169+148+14=331 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.06% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 169 - color contains mainly: red. Hex color #A9940E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9940E is #566BF1. Grayscale: #8B8B8B. Windows color (decimal): -5663730 or 955561. OLE color: 955561.
HSL color Cylindrical-coordinate representation of color #A9940E: hue angle of 51.87º 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 #A9940E is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 148 | 14 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.34 |
| HSL | 51.87º | 0.85% | 0.36% | - |
| HSV(B) | 51.87º | 0.92% | 0.66% | - |
| XYZ | 27.03 | 29.65 | 4.71 | - |
| YUV | 139 | 57.46 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 148 | 14 | 0 | 0.12 | 0.92 | 0.34 | 51.87 | 0.85 | 0.36 |
| Hex | A9 | 94 | E | 0 | C | 5C | 22 | 34 | 55 | 24 |
| Octal | 251 | 224 | 16 | 0 | 14 | 134 | 42 | 64 | 125 | 44 |
| Binary | 10101001 | 10010100 | 1110 | 0 | 1100 | 1011100 | 100010 | 110100 | 1010101 | 100100 |
Color Harmonies of #A9940E
Complementary color
Monochromatic Colors of #A9940E
Black with #A9940E
Text Example
Text Example
White with #A9940E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9940E; }
p { color: rgb(169,148,14); }
H1.HeaderClassName
{
color: #A9940E;
}
.AnyTagClassName
{
color: #A9940E;
}
</style>
background-color css
<style>
a { background-color: #A9940E; }
a { background-color: rgb(169,148,14); }
div.DivClassName
{
background-color: #A9940E;
}
.BgClassName
{
background-color: #A9940E;
}
</style>
border-color css
<style>
span { border-color: #A9940E; }
span { border-color: rgb(169,148,14); }
td.TdClassName
{
border-color: #A9940E;
}
.TagClassName
{
border-color: #A9940E;
}
</style>