Shades of Lucky #AA9912
Tints of Lucky #AA9912
RGB
CMYK
RGB Variations
Color information
#AA9912 (or 0xAA9912) is known color: Lucky. HEX triplet: AA, 99 and 12. RGB value is (170,153,18). Sum of RGB (Red+Green+Blue) = 170+153+18=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9912 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9912 is #5566ED. Grayscale: #8F8F8F. Windows color (decimal): -5596910 or 1218986. OLE color: 1218986.
HSL color Cylindrical-coordinate representation of color #AA9912: hue angle of 53.29º 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 #AA9912 is Cyan = 0, Magento = 0.1, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 18 | - |
| CMYK | 0 | 0.1 | 0.89 | 0.33 |
| HSL | 53.29º | 0.81% | 0.37% | - |
| HSV(B) | 53.29º | 0.89% | 0.67% | - |
| XYZ | 28.08 | 31.37 | 5.15 | - |
| YUV | 142.69 | 57.63 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 18 | 0 | 0.1 | 0.89 | 0.33 | 53.29 | 0.81 | 0.37 |
| Hex | AA | 99 | 12 | 0 | A | 59 | 21 | 35 | 51 | 25 |
| Octal | 252 | 231 | 22 | 0 | 12 | 131 | 41 | 65 | 121 | 45 |
| Binary | 10101010 | 10011001 | 10010 | 0 | 1010 | 1011001 | 100001 | 110101 | 1010001 | 100101 |
Color Harmonies of #AA9912
Complementary color
Monochromatic Colors of #AA9912
Black with #AA9912
Text Example
Text Example
White with #AA9912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9912; }
p { color: rgb(170,153,18); }
H1.HeaderClassName
{
color: #AA9912;
}
.AnyTagClassName
{
color: #AA9912;
}
</style>
background-color css
<style>
a { background-color: #AA9912; }
a { background-color: rgb(170,153,18); }
div.DivClassName
{
background-color: #AA9912;
}
.BgClassName
{
background-color: #AA9912;
}
</style>
border-color css
<style>
span { border-color: #AA9912; }
span { border-color: rgb(170,153,18); }
td.TdClassName
{
border-color: #AA9912;
}
.TagClassName
{
border-color: #AA9912;
}
</style>