Shades of Lucky #AA9119
Tints of Lucky #AA9119
RGB
CMYK
RGB Variations
Color information
#AA9119 (or 0xAA9119) is known color: Lucky. HEX triplet: AA, 91 and 19. RGB value is (170,145,25). Sum of RGB (Red+Green+Blue) = 170+145+25=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 25 (10.16% from 255 or 7.35% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9119 is #556EE6. Grayscale: #8B8B8B. Windows color (decimal): -5598951 or 1675690. OLE color: 1675690.
HSL color Cylindrical-coordinate representation of color #AA9119: hue angle of 49.66º 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 #AA9119 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 25 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.33 |
| HSL | 49.66º | 0.74% | 0.38% | - |
| HSV(B) | 49.66º | 0.85% | 0.67% | - |
| XYZ | 26.88 | 28.87 | 5.07 | - |
| YUV | 138.8 | 63.78 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 25 | 0 | 0.15 | 0.85 | 0.33 | 49.66 | 0.74 | 0.38 |
| Hex | AA | 91 | 19 | 0 | F | 55 | 21 | 32 | 4A | 26 |
| Octal | 252 | 221 | 31 | 0 | 17 | 125 | 41 | 62 | 112 | 46 |
| Binary | 10101010 | 10010001 | 11001 | 0 | 1111 | 1010101 | 100001 | 110010 | 1001010 | 100110 |
Color Harmonies of #AA9119
Complementary color
Monochromatic Colors of #AA9119
Black with #AA9119
Text Example
Text Example
White with #AA9119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9119; }
p { color: rgb(170,145,25); }
H1.HeaderClassName
{
color: #AA9119;
}
.AnyTagClassName
{
color: #AA9119;
}
</style>
background-color css
<style>
a { background-color: #AA9119; }
a { background-color: rgb(170,145,25); }
div.DivClassName
{
background-color: #AA9119;
}
.BgClassName
{
background-color: #AA9119;
}
</style>
border-color css
<style>
span { border-color: #AA9119; }
span { border-color: rgb(170,145,25); }
td.TdClassName
{
border-color: #AA9119;
}
.TagClassName
{
border-color: #AA9119;
}
</style>