Shades of Lucky #AA9324
Tints of Lucky #AA9324
RGB
CMYK
RGB Variations
Color information
#AA9324 (or 0xAA9324) is known color: Lucky. HEX triplet: AA, 93 and 24. RGB value is (170,147,36). Sum of RGB (Red+Green+Blue) = 170+147+36=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 36 (14.45% from 255 or 10.20% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9324 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9324 is #556CDB. Grayscale: #8D8D8D. Windows color (decimal): -5598428 or 2397098. OLE color: 2397098.
HSL color Cylindrical-coordinate representation of color #AA9324: hue angle of 49.7º 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 #AA9324 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 36 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.33 |
| HSL | 49.7º | 0.65% | 0.4% | - |
| HSV(B) | 49.7º | 0.79% | 0.67% | - |
| XYZ | 27.33 | 29.54 | 5.93 | - |
| YUV | 141.22 | 68.62 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 36 | 0 | 0.14 | 0.79 | 0.33 | 49.7 | 0.65 | 0.4 |
| Hex | AA | 93 | 24 | 0 | E | 4F | 21 | 32 | 41 | 28 |
| Octal | 252 | 223 | 44 | 0 | 16 | 117 | 41 | 62 | 101 | 50 |
| Binary | 10101010 | 10010011 | 100100 | 0 | 1110 | 1001111 | 100001 | 110010 | 1000001 | 101000 |
Color Harmonies of #AA9324
Complementary color
Monochromatic Colors of #AA9324
Black with #AA9324
Text Example
Text Example
White with #AA9324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9324; }
p { color: rgb(170,147,36); }
H1.HeaderClassName
{
color: #AA9324;
}
.AnyTagClassName
{
color: #AA9324;
}
</style>
background-color css
<style>
a { background-color: #AA9324; }
a { background-color: rgb(170,147,36); }
div.DivClassName
{
background-color: #AA9324;
}
.BgClassName
{
background-color: #AA9324;
}
</style>
border-color css
<style>
span { border-color: #AA9324; }
span { border-color: rgb(170,147,36); }
td.TdClassName
{
border-color: #AA9324;
}
.TagClassName
{
border-color: #AA9324;
}
</style>