Shades of Lucky #AA9A12
Tints of Lucky #AA9A12
RGB
CMYK
RGB Variations
Color information
#AA9A12 (or 0xAA9A12) is known color: Lucky. HEX triplet: AA, 9A and 12. RGB value is (170,154,18). Sum of RGB (Red+Green+Blue) = 170+154+18=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 154 (60.55% from 255 or 45.03% from 342); Blue value is 18 (7.42% from 255 or 5.26% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9A12 is #5565ED. Grayscale: #8F8F8F. Windows color (decimal): -5596654 or 1219242. OLE color: 1219242.
HSL color Cylindrical-coordinate representation of color #AA9A12: hue angle of 53.68º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA9A12 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 18 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.33 |
| HSL | 53.68º | 0.81% | 0.37% | - |
| HSV(B) | 53.68º | 0.89% | 0.67% | - |
| XYZ | 28.24 | 31.7 | 5.2 | - |
| YUV | 143.28 | 57.3 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 18 | 0 | 0.09 | 0.89 | 0.33 | 53.68 | 0.81 | 0.37 |
| Hex | AA | 9A | 12 | 0 | 9 | 59 | 21 | 36 | 51 | 25 |
| Octal | 252 | 232 | 22 | 0 | 11 | 131 | 41 | 66 | 121 | 45 |
| Binary | 10101010 | 10011010 | 10010 | 0 | 1001 | 1011001 | 100001 | 110110 | 1010001 | 100101 |
Color Harmonies of #AA9A12
Complementary color
Monochromatic Colors of #AA9A12
Black with #AA9A12
Text Example
Text Example
White with #AA9A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A12; }
p { color: rgb(170,154,18); }
H1.HeaderClassName
{
color: #AA9A12;
}
.AnyTagClassName
{
color: #AA9A12;
}
</style>
background-color css
<style>
a { background-color: #AA9A12; }
a { background-color: rgb(170,154,18); }
div.DivClassName
{
background-color: #AA9A12;
}
.BgClassName
{
background-color: #AA9A12;
}
</style>
border-color css
<style>
span { border-color: #AA9A12; }
span { border-color: rgb(170,154,18); }
td.TdClassName
{
border-color: #AA9A12;
}
.TagClassName
{
border-color: #AA9A12;
}
</style>