Shades of Lucky #A9A614
Tints of Lucky #A9A614
RGB
CMYK
RGB Variations
Color information
#A9A614 (or 0xA9A614) is known color: Lucky. HEX triplet: A9, A6 and 14. RGB value is (169,166,20). Sum of RGB (Red+Green+Blue) = 169+166+20=355 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.61% from 355); Green value is 166 (65.23% from 255 or 46.76% from 355); Blue value is 20 (8.20% from 255 or 5.63% from 355); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A614 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9A614 is #5659EB. Grayscale: #969696. Windows color (decimal): -5659116 or 1353385. OLE color: 1353385.
HSL color Cylindrical-coordinate representation of color #A9A614: hue angle of 58.79º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A9A614 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 166 | 20 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.34 |
| HSL | 58.79º | 0.79% | 0.37% | - |
| HSV(B) | 58.79º | 0.88% | 0.66% | - |
| XYZ | 30.12 | 35.76 | 5.98 | - |
| YUV | 150.25 | 54.49 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 166 | 20 | 0 | 0.02 | 0.88 | 0.34 | 58.79 | 0.79 | 0.37 |
| Hex | A9 | A6 | 14 | 0 | 2 | 58 | 22 | 3B | 4F | 25 |
| Octal | 251 | 246 | 24 | 0 | 2 | 130 | 42 | 73 | 117 | 45 |
| Binary | 10101001 | 10100110 | 10100 | 0 | 10 | 1011000 | 100010 | 111011 | 1001111 | 100101 |
Color Harmonies of #A9A614
Complementary color
Monochromatic Colors of #A9A614
Black with #A9A614
Text Example
Text Example
White with #A9A614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A614; }
p { color: rgb(169,166,20); }
H1.HeaderClassName
{
color: #A9A614;
}
.AnyTagClassName
{
color: #A9A614;
}
</style>
background-color css
<style>
a { background-color: #A9A614; }
a { background-color: rgb(169,166,20); }
div.DivClassName
{
background-color: #A9A614;
}
.BgClassName
{
background-color: #A9A614;
}
</style>
border-color css
<style>
span { border-color: #A9A614; }
span { border-color: rgb(169,166,20); }
td.TdClassName
{
border-color: #A9A614;
}
.TagClassName
{
border-color: #A9A614;
}
</style>