Shades of Lucky #AA9910
Tints of Lucky #AA9910
RGB
CMYK
RGB Variations
Color information
#AA9910 (or 0xAA9910) is known color: Lucky. HEX triplet: AA, 99 and 10. RGB value is (170,153,16). Sum of RGB (Red+Green+Blue) = 170+153+16=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9910 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9910 is #5566EF. Grayscale: #8F8F8F. Windows color (decimal): -5596912 or 1087914. OLE color: 1087914.
HSL color Cylindrical-coordinate representation of color #AA9910: hue angle of 53.38º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA9910 is Cyan = 0, Magento = 0.1, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 16 | - |
| CMYK | 0 | 0.1 | 0.91 | 0.33 |
| HSL | 53.38º | 0.83% | 0.36% | - |
| HSV(B) | 53.38º | 0.91% | 0.67% | - |
| XYZ | 28.06 | 31.37 | 5.07 | - |
| YUV | 142.47 | 56.63 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 16 | 0 | 0.1 | 0.91 | 0.33 | 53.38 | 0.83 | 0.36 |
| Hex | AA | 99 | 10 | 0 | A | 5B | 21 | 35 | 53 | 24 |
| Octal | 252 | 231 | 20 | 0 | 12 | 133 | 41 | 65 | 123 | 44 |
| Binary | 10101010 | 10011001 | 10000 | 0 | 1010 | 1011011 | 100001 | 110101 | 1010011 | 100100 |
Color Harmonies of #AA9910
Complementary color
Monochromatic Colors of #AA9910
Black with #AA9910
Text Example
Text Example
White with #AA9910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9910; }
p { color: rgb(170,153,16); }
H1.HeaderClassName
{
color: #AA9910;
}
.AnyTagClassName
{
color: #AA9910;
}
</style>
background-color css
<style>
a { background-color: #AA9910; }
a { background-color: rgb(170,153,16); }
div.DivClassName
{
background-color: #AA9910;
}
.BgClassName
{
background-color: #AA9910;
}
</style>
border-color css
<style>
span { border-color: #AA9910; }
span { border-color: rgb(170,153,16); }
td.TdClassName
{
border-color: #AA9910;
}
.TagClassName
{
border-color: #AA9910;
}
</style>