Shades of Lucky #AA9903
Tints of Lucky #AA9903
RGB
CMYK
RGB Variations
Color information
#AA9903 (or 0xAA9903) is known color: Lucky. HEX triplet: AA, 99 and 03. RGB value is (170,153,3). Sum of RGB (Red+Green+Blue) = 170+153+3=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9903 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9903 is #5566FC. Grayscale: #8D8D8D. Windows color (decimal): -5596925 or 235946. OLE color: 235946.
HSL color Cylindrical-coordinate representation of color #AA9903: hue angle of 53.89º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA9903 is Cyan = 0, Magento = 0.1, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 3 | - |
| CMYK | 0 | 0.1 | 0.98 | 0.33 |
| HSL | 53.89º | 0.97% | 0.34% | - |
| HSV(B) | 53.89º | 0.98% | 0.67% | - |
| XYZ | 27.99 | 31.34 | 4.66 | - |
| YUV | 140.98 | 50.13 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 3 | 0 | 0.1 | 0.98 | 0.33 | 53.89 | 0.97 | 0.34 |
| Hex | AA | 99 | 3 | 0 | A | 62 | 21 | 36 | 61 | 22 |
| Octal | 252 | 231 | 3 | 0 | 12 | 142 | 41 | 66 | 141 | 42 |
| Binary | 10101010 | 10011001 | 11 | 0 | 1010 | 1100010 | 100001 | 110110 | 1100001 | 100010 |
Color Harmonies of #AA9903
Complementary color
Monochromatic Colors of #AA9903
Black with #AA9903
Text Example
Text Example
White with #AA9903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9903; }
p { color: rgb(170,153,3); }
H1.HeaderClassName
{
color: #AA9903;
}
.AnyTagClassName
{
color: #AA9903;
}
</style>
background-color css
<style>
a { background-color: #AA9903; }
a { background-color: rgb(170,153,3); }
div.DivClassName
{
background-color: #AA9903;
}
.BgClassName
{
background-color: #AA9903;
}
</style>
border-color css
<style>
span { border-color: #AA9903; }
span { border-color: rgb(170,153,3); }
td.TdClassName
{
border-color: #AA9903;
}
.TagClassName
{
border-color: #AA9903;
}
</style>