Shades of Lucky #AA9900
Tints of Lucky #AA9900
RGB
CMYK
RGB Variations
Color information
#AA9900 (or 0xAA9900) is known color: Lucky. HEX triplet: AA, 99 and 00. RGB value is (170,153,0). Sum of RGB (Red+Green+Blue) = 170+153+0=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9900 is #5566FF. Grayscale: #8D8D8D. Windows color (decimal): -5596928 or 39338. OLE color: 39338.
HSL color Cylindrical-coordinate representation of color #AA9900: hue angle of 54º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA9900 is Cyan = 0, Magento = 0.1, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 0 | - |
| CMYK | 0 | 0.1 | 1 | 0.33 |
| HSL | 54º | 1% | 0.33% | - |
| HSV(B) | 54º | 1% | 0.67% | - |
| XYZ | 27.97 | 31.33 | 4.57 | - |
| YUV | 140.64 | 48.63 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 0 | 0 | 0.1 | 1 | 0.33 | 54 | 1 | 0.33 |
| Hex | AA | 99 | 0 | 0 | A | 64 | 21 | 36 | 64 | 21 |
| Octal | 252 | 231 | 0 | 0 | 12 | 144 | 41 | 66 | 144 | 41 |
| Binary | 10101010 | 10011001 | 0 | 0 | 1010 | 1100100 | 100001 | 110110 | 1100100 | 100001 |
Color Harmonies of #AA9900
Complementary color
Monochromatic Colors of #AA9900
Black with #AA9900
Text Example
Text Example
White with #AA9900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9900; }
p { color: rgb(170,153,0); }
H1.HeaderClassName
{
color: #AA9900;
}
.AnyTagClassName
{
color: #AA9900;
}
</style>
background-color css
<style>
a { background-color: #AA9900; }
a { background-color: rgb(170,153,0); }
div.DivClassName
{
background-color: #AA9900;
}
.BgClassName
{
background-color: #AA9900;
}
</style>
border-color css
<style>
span { border-color: #AA9900; }
span { border-color: rgb(170,153,0); }
td.TdClassName
{
border-color: #AA9900;
}
.TagClassName
{
border-color: #AA9900;
}
</style>