Shades of Lucky #A9AA13
Tints of Lucky #A9AA13
RGB
CMYK
RGB Variations
Color information
#A9AA13 (or 0xA9AA13) is known color: Lucky. HEX triplet: A9, AA and 13. RGB value is (169,170,19). Sum of RGB (Red+Green+Blue) = 169+170+19=358 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.21% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 19 (7.81% from 255 or 5.31% from 358); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AA13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9AA13 is #5655EC. Grayscale: #999999. Windows color (decimal): -5658093 or 1288873. OLE color: 1288873.
HSL color Cylindrical-coordinate representation of color #A9AA13: hue angle of 60.4º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A9AA13 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 170 | 19 | - |
| CMYK | 0.01 | 0 | 0.89 | 0.33 |
| HSL | 60.4º | 0.8% | 0.37% | - |
| HSV(B) | 60.4º | 0.89% | 0.67% | - |
| XYZ | 30.85 | 37.23 | 6.18 | - |
| YUV | 152.49 | 52.67 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 170 | 19 | 0.01 | 0 | 0.89 | 0.33 | 60.4 | 0.8 | 0.37 |
| Hex | A9 | AA | 13 | 1 | 0 | 59 | 21 | 3C | 50 | 25 |
| Octal | 251 | 252 | 23 | 1 | 0 | 131 | 41 | 74 | 120 | 45 |
| Binary | 10101001 | 10101010 | 10011 | 1 | 0 | 1011001 | 100001 | 111100 | 1010000 | 100101 |
Color Harmonies of #A9AA13
Complementary color
Monochromatic Colors of #A9AA13
Black with #A9AA13
Text Example
Text Example
White with #A9AA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AA13; }
p { color: rgb(169,170,19); }
H1.HeaderClassName
{
color: #A9AA13;
}
.AnyTagClassName
{
color: #A9AA13;
}
</style>
background-color css
<style>
a { background-color: #A9AA13; }
a { background-color: rgb(169,170,19); }
div.DivClassName
{
background-color: #A9AA13;
}
.BgClassName
{
background-color: #A9AA13;
}
</style>
border-color css
<style>
span { border-color: #A9AA13; }
span { border-color: rgb(169,170,19); }
td.TdClassName
{
border-color: #A9AA13;
}
.TagClassName
{
border-color: #A9AA13;
}
</style>