Shades of Lucky #AA9224
Tints of Lucky #AA9224
RGB
CMYK
RGB Variations
Color information
#AA9224 (or 0xAA9224) is known color: Lucky. HEX triplet: AA, 92 and 24. RGB value is (170,146,36). Sum of RGB (Red+Green+Blue) = 170+146+36=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 36 (14.45% from 255 or 10.23% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9224 is #556DDB. Grayscale: #8D8D8D. Windows color (decimal): -5598684 or 2396842. OLE color: 2396842.
HSL color Cylindrical-coordinate representation of color #AA9224: hue angle of 49.25º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA9224 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 146 | 36 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.33 |
| HSL | 49.25º | 0.65% | 0.4% | - |
| HSV(B) | 49.25º | 0.79% | 0.67% | - |
| XYZ | 27.17 | 29.23 | 5.88 | - |
| YUV | 140.64 | 68.95 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 36 | 0 | 0.14 | 0.79 | 0.33 | 49.25 | 0.65 | 0.4 |
| Hex | AA | 92 | 24 | 0 | E | 4F | 21 | 31 | 41 | 28 |
| Octal | 252 | 222 | 44 | 0 | 16 | 117 | 41 | 61 | 101 | 50 |
| Binary | 10101010 | 10010010 | 100100 | 0 | 1110 | 1001111 | 100001 | 110001 | 1000001 | 101000 |
Color Harmonies of #AA9224
Complementary color
Monochromatic Colors of #AA9224
Black with #AA9224
Text Example
Text Example
White with #AA9224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9224; }
p { color: rgb(170,146,36); }
H1.HeaderClassName
{
color: #AA9224;
}
.AnyTagClassName
{
color: #AA9224;
}
</style>
background-color css
<style>
a { background-color: #AA9224; }
a { background-color: rgb(170,146,36); }
div.DivClassName
{
background-color: #AA9224;
}
.BgClassName
{
background-color: #AA9224;
}
</style>
border-color css
<style>
span { border-color: #AA9224; }
span { border-color: rgb(170,146,36); }
td.TdClassName
{
border-color: #AA9224;
}
.TagClassName
{
border-color: #AA9224;
}
</style>