Shades of Lucky #AA9219
Tints of Lucky #AA9219
RGB
CMYK
RGB Variations
Color information
#AA9219 (or 0xAA9219) is known color: Lucky. HEX triplet: AA, 92 and 19. RGB value is (170,146,25). Sum of RGB (Red+Green+Blue) = 170+146+25=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 25 (10.16% from 255 or 7.33% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9219 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9219 is #556DE6. Grayscale: #8B8B8B. Windows color (decimal): -5598695 or 1675946. OLE color: 1675946.
HSL color Cylindrical-coordinate representation of color #AA9219: hue angle of 50.07º 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 #AA9219 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 146 | 25 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.33 |
| HSL | 50.07º | 0.74% | 0.38% | - |
| HSV(B) | 50.07º | 0.85% | 0.67% | - |
| XYZ | 27.03 | 29.17 | 5.13 | - |
| YUV | 139.38 | 63.45 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 25 | 0 | 0.14 | 0.85 | 0.33 | 50.07 | 0.74 | 0.38 |
| Hex | AA | 92 | 19 | 0 | E | 55 | 21 | 32 | 4A | 26 |
| Octal | 252 | 222 | 31 | 0 | 16 | 125 | 41 | 62 | 112 | 46 |
| Binary | 10101010 | 10010010 | 11001 | 0 | 1110 | 1010101 | 100001 | 110010 | 1001010 | 100110 |
Color Harmonies of #AA9219
Complementary color
Monochromatic Colors of #AA9219
Black with #AA9219
Text Example
Text Example
White with #AA9219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9219; }
p { color: rgb(170,146,25); }
H1.HeaderClassName
{
color: #AA9219;
}
.AnyTagClassName
{
color: #AA9219;
}
</style>
background-color css
<style>
a { background-color: #AA9219; }
a { background-color: rgb(170,146,25); }
div.DivClassName
{
background-color: #AA9219;
}
.BgClassName
{
background-color: #AA9219;
}
</style>
border-color css
<style>
span { border-color: #AA9219; }
span { border-color: rgb(170,146,25); }
td.TdClassName
{
border-color: #AA9219;
}
.TagClassName
{
border-color: #AA9219;
}
</style>