Shades of Lucky #AA9907
Tints of Lucky #AA9907
RGB
CMYK
RGB Variations
Color information
#AA9907 (or 0xAA9907) is known color: Lucky. HEX triplet: AA, 99 and 07. RGB value is (170,153,7). Sum of RGB (Red+Green+Blue) = 170+153+7=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 7 (3.12% from 255 or 2.12% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9907 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9907 is #5566F8. Grayscale: #8E8E8E. Windows color (decimal): -5596921 or 498090. OLE color: 498090.
HSL color Cylindrical-coordinate representation of color #AA9907: hue angle of 53.74º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA9907 is Cyan = 0, Magento = 0.1, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 7 | - |
| CMYK | 0 | 0.1 | 0.96 | 0.33 |
| HSL | 53.74º | 0.92% | 0.35% | - |
| HSV(B) | 53.74º | 0.96% | 0.67% | - |
| XYZ | 28.01 | 31.34 | 4.77 | - |
| YUV | 141.44 | 52.13 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 7 | 0 | 0.1 | 0.96 | 0.33 | 53.74 | 0.92 | 0.35 |
| Hex | AA | 99 | 7 | 0 | A | 60 | 21 | 36 | 5C | 23 |
| Octal | 252 | 231 | 7 | 0 | 12 | 140 | 41 | 66 | 134 | 43 |
| Binary | 10101010 | 10011001 | 111 | 0 | 1010 | 1100000 | 100001 | 110110 | 1011100 | 100011 |
Color Harmonies of #AA9907
Complementary color
Monochromatic Colors of #AA9907
Black with #AA9907
Text Example
Text Example
White with #AA9907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9907; }
p { color: rgb(170,153,7); }
H1.HeaderClassName
{
color: #AA9907;
}
.AnyTagClassName
{
color: #AA9907;
}
</style>
background-color css
<style>
a { background-color: #AA9907; }
a { background-color: rgb(170,153,7); }
div.DivClassName
{
background-color: #AA9907;
}
.BgClassName
{
background-color: #AA9907;
}
</style>
border-color css
<style>
span { border-color: #AA9907; }
span { border-color: rgb(170,153,7); }
td.TdClassName
{
border-color: #AA9907;
}
.TagClassName
{
border-color: #AA9907;
}
</style>