Shades of Lucky #AA9F19
Tints of Lucky #AA9F19
RGB
CMYK
RGB Variations
Color information
#AA9F19 (or 0xAA9F19) is known color: Lucky. HEX triplet: AA, 9F and 19. RGB value is (170,159,25). Sum of RGB (Red+Green+Blue) = 170+159+25=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 159 (62.5% from 255 or 44.92% from 354); Blue value is 25 (10.16% from 255 or 7.06% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9F19 is #5560E6. Grayscale: #939393. Windows color (decimal): -5595367 or 1679274. OLE color: 1679274.
HSL color Cylindrical-coordinate representation of color #AA9F19: hue angle of 55.45º 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 #AA9F19 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 159 | 25 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.33 |
| HSL | 55.45º | 0.74% | 0.38% | - |
| HSV(B) | 55.45º | 0.85% | 0.67% | - |
| XYZ | 29.15 | 33.41 | 5.83 | - |
| YUV | 147.01 | 59.14 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 25 | 0 | 0.06 | 0.85 | 0.33 | 55.45 | 0.74 | 0.38 |
| Hex | AA | 9F | 19 | 0 | 6 | 55 | 21 | 37 | 4A | 26 |
| Octal | 252 | 237 | 31 | 0 | 6 | 125 | 41 | 67 | 112 | 46 |
| Binary | 10101010 | 10011111 | 11001 | 0 | 110 | 1010101 | 100001 | 110111 | 1001010 | 100110 |
Color Harmonies of #AA9F19
Complementary color
Monochromatic Colors of #AA9F19
Black with #AA9F19
Text Example
Text Example
White with #AA9F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F19; }
p { color: rgb(170,159,25); }
H1.HeaderClassName
{
color: #AA9F19;
}
.AnyTagClassName
{
color: #AA9F19;
}
</style>
background-color css
<style>
a { background-color: #AA9F19; }
a { background-color: rgb(170,159,25); }
div.DivClassName
{
background-color: #AA9F19;
}
.BgClassName
{
background-color: #AA9F19;
}
</style>
border-color css
<style>
span { border-color: #AA9F19; }
span { border-color: rgb(170,159,25); }
td.TdClassName
{
border-color: #AA9F19;
}
.TagClassName
{
border-color: #AA9F19;
}
</style>