Shades of Lucky #AAA303
Tints of Lucky #AAA303
RGB
CMYK
RGB Variations
Color information
#AAA303 (or 0xAAA303) is known color: Lucky. HEX triplet: AA, A3 and 03. RGB value is (170,163,3). Sum of RGB (Red+Green+Blue) = 170+163+3=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 163 (64.06% from 255 or 48.51% from 336); Blue value is 3 (1.56% from 255 or 0.89% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA303 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA303 is #555CFC. Grayscale: #939393. Windows color (decimal): -5594365 or 238506. OLE color: 238506.
HSL color Cylindrical-coordinate representation of color #AAA303: hue angle of 57.49º 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 #AAA303 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 3 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.33 |
| HSL | 57.49º | 0.97% | 0.34% | - |
| HSV(B) | 57.49º | 0.98% | 0.67% | - |
| XYZ | 29.69 | 34.75 | 5.23 | - |
| YUV | 146.85 | 46.82 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 3 | 0 | 0.04 | 0.98 | 0.33 | 57.49 | 0.97 | 0.34 |
| Hex | AA | A3 | 3 | 0 | 4 | 62 | 21 | 39 | 61 | 22 |
| Octal | 252 | 243 | 3 | 0 | 4 | 142 | 41 | 71 | 141 | 42 |
| Binary | 10101010 | 10100011 | 11 | 0 | 100 | 1100010 | 100001 | 111001 | 1100001 | 100010 |
Color Harmonies of #AAA303
Complementary color
Monochromatic Colors of #AAA303
Black with #AAA303
Text Example
Text Example
White with #AAA303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA303; }
p { color: rgb(170,163,3); }
H1.HeaderClassName
{
color: #AAA303;
}
.AnyTagClassName
{
color: #AAA303;
}
</style>
background-color css
<style>
a { background-color: #AAA303; }
a { background-color: rgb(170,163,3); }
div.DivClassName
{
background-color: #AAA303;
}
.BgClassName
{
background-color: #AAA303;
}
</style>
border-color css
<style>
span { border-color: #AAA303; }
span { border-color: rgb(170,163,3); }
td.TdClassName
{
border-color: #AAA303;
}
.TagClassName
{
border-color: #AAA303;
}
</style>