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