Shades of Lucky #AA9905
Tints of Lucky #AA9905
RGB
CMYK
RGB Variations
Color information
#AA9905 (or 0xAA9905) is known color: Lucky. HEX triplet: AA, 99 and 05. RGB value is (170,153,5). Sum of RGB (Red+Green+Blue) = 170+153+5=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 5 (2.34% from 255 or 1.52% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9905 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9905 is #5566FA. Grayscale: #8D8D8D. Windows color (decimal): -5596923 or 367018. OLE color: 367018.
HSL color Cylindrical-coordinate representation of color #AA9905: hue angle of 53.82º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA9905 is Cyan = 0, Magento = 0.1, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 5 | - |
| CMYK | 0 | 0.1 | 0.97 | 0.33 |
| HSL | 53.82º | 0.94% | 0.34% | - |
| HSV(B) | 53.82º | 0.97% | 0.67% | - |
| XYZ | 28 | 31.34 | 4.72 | - |
| YUV | 141.21 | 51.13 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 5 | 0 | 0.1 | 0.97 | 0.33 | 53.82 | 0.94 | 0.34 |
| Hex | AA | 99 | 5 | 0 | A | 61 | 21 | 36 | 5E | 22 |
| Octal | 252 | 231 | 5 | 0 | 12 | 141 | 41 | 66 | 136 | 42 |
| Binary | 10101010 | 10011001 | 101 | 0 | 1010 | 1100001 | 100001 | 110110 | 1011110 | 100010 |
Color Harmonies of #AA9905
Complementary color
Monochromatic Colors of #AA9905
Black with #AA9905
Text Example
Text Example
White with #AA9905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9905; }
p { color: rgb(170,153,5); }
H1.HeaderClassName
{
color: #AA9905;
}
.AnyTagClassName
{
color: #AA9905;
}
</style>
background-color css
<style>
a { background-color: #AA9905; }
a { background-color: rgb(170,153,5); }
div.DivClassName
{
background-color: #AA9905;
}
.BgClassName
{
background-color: #AA9905;
}
</style>
border-color css
<style>
span { border-color: #AA9905; }
span { border-color: rgb(170,153,5); }
td.TdClassName
{
border-color: #AA9905;
}
.TagClassName
{
border-color: #AA9905;
}
</style>