Shades of Lucky #AA9019
Tints of Lucky #AA9019
RGB
CMYK
RGB Variations
Color information
#AA9019 (or 0xAA9019) is known color: Lucky. HEX triplet: AA, 90 and 19. RGB value is (170,144,25). Sum of RGB (Red+Green+Blue) = 170+144+25=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 25 (10.16% from 255 or 7.37% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9019 is #556FE6. Grayscale: #8A8A8A. Windows color (decimal): -5599207 or 1675434. OLE color: 1675434.
HSL color Cylindrical-coordinate representation of color #AA9019: hue angle of 49.24º 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 #AA9019 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 144 | 25 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.33 |
| HSL | 49.24º | 0.74% | 0.38% | - |
| HSV(B) | 49.24º | 0.85% | 0.67% | - |
| XYZ | 26.73 | 28.56 | 5.02 | - |
| YUV | 138.21 | 64.11 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 25 | 0 | 0.15 | 0.85 | 0.33 | 49.24 | 0.74 | 0.38 |
| Hex | AA | 90 | 19 | 0 | F | 55 | 21 | 31 | 4A | 26 |
| Octal | 252 | 220 | 31 | 0 | 17 | 125 | 41 | 61 | 112 | 46 |
| Binary | 10101010 | 10010000 | 11001 | 0 | 1111 | 1010101 | 100001 | 110001 | 1001010 | 100110 |
Color Harmonies of #AA9019
Complementary color
Monochromatic Colors of #AA9019
Black with #AA9019
Text Example
Text Example
White with #AA9019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9019; }
p { color: rgb(170,144,25); }
H1.HeaderClassName
{
color: #AA9019;
}
.AnyTagClassName
{
color: #AA9019;
}
</style>
background-color css
<style>
a { background-color: #AA9019; }
a { background-color: rgb(170,144,25); }
div.DivClassName
{
background-color: #AA9019;
}
.BgClassName
{
background-color: #AA9019;
}
</style>
border-color css
<style>
span { border-color: #AA9019; }
span { border-color: rgb(170,144,25); }
td.TdClassName
{
border-color: #AA9019;
}
.TagClassName
{
border-color: #AA9019;
}
</style>