Shades of Lucky #AA9A19
Tints of Lucky #AA9A19
RGB
CMYK
RGB Variations
Color information
#AA9A19 (or 0xAA9A19) is known color: Lucky. HEX triplet: AA, 9A and 19. RGB value is (170,154,25). Sum of RGB (Red+Green+Blue) = 170+154+25=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 154 (60.55% from 255 or 44.13% from 349); Blue value is 25 (10.16% from 255 or 7.16% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9A19 is #5565E6. Grayscale: #909090. Windows color (decimal): -5596647 or 1677994. OLE color: 1677994.
HSL color Cylindrical-coordinate representation of color #AA9A19: hue angle of 53.38º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA9A19 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 25 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.33 |
| HSL | 53.38º | 0.74% | 0.38% | - |
| HSV(B) | 53.38º | 0.85% | 0.67% | - |
| XYZ | 28.31 | 31.73 | 5.55 | - |
| YUV | 144.08 | 60.8 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 25 | 0 | 0.09 | 0.85 | 0.33 | 53.38 | 0.74 | 0.38 |
| Hex | AA | 9A | 19 | 0 | 9 | 55 | 21 | 35 | 4A | 26 |
| Octal | 252 | 232 | 31 | 0 | 11 | 125 | 41 | 65 | 112 | 46 |
| Binary | 10101010 | 10011010 | 11001 | 0 | 1001 | 1010101 | 100001 | 110101 | 1001010 | 100110 |
Color Harmonies of #AA9A19
Complementary color
Monochromatic Colors of #AA9A19
Black with #AA9A19
Text Example
Text Example
White with #AA9A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A19; }
p { color: rgb(170,154,25); }
H1.HeaderClassName
{
color: #AA9A19;
}
.AnyTagClassName
{
color: #AA9A19;
}
</style>
background-color css
<style>
a { background-color: #AA9A19; }
a { background-color: rgb(170,154,25); }
div.DivClassName
{
background-color: #AA9A19;
}
.BgClassName
{
background-color: #AA9A19;
}
</style>
border-color css
<style>
span { border-color: #AA9A19; }
span { border-color: rgb(170,154,25); }
td.TdClassName
{
border-color: #AA9A19;
}
.TagClassName
{
border-color: #AA9A19;
}
</style>