Shades of Lucky #AAA322
Tints of Lucky #AAA322
RGB
CMYK
RGB Variations
Color information
#AAA322 (or 0xAAA322) is known color: Lucky. HEX triplet: AA, A3 and 22. RGB value is (170,163,34). Sum of RGB (Red+Green+Blue) = 170+163+34=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 163 (64.06% from 255 or 44.41% from 367); Blue value is 34 (13.67% from 255 or 9.26% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA322 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA322 is #555CDD. Grayscale: #969696. Windows color (decimal): -5594334 or 2270122. OLE color: 2270122.
HSL color Cylindrical-coordinate representation of color #AAA322: hue angle of 56.91º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAA322 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 34 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.33 |
| HSL | 56.91º | 0.67% | 0.4% | - |
| HSV(B) | 56.91º | 0.8% | 0.67% | - |
| XYZ | 29.96 | 34.86 | 6.66 | - |
| YUV | 150.39 | 62.32 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 34 | 0 | 0.04 | 0.80 | 0.33 | 56.91 | 0.67 | 0.4 |
| Hex | AA | A3 | 22 | 0 | 4 | 50 | 21 | 39 | 43 | 28 |
| Octal | 252 | 243 | 42 | 0 | 4 | 120 | 41 | 71 | 103 | 50 |
| Binary | 10101010 | 10100011 | 100010 | 0 | 100 | 1010000 | 100001 | 111001 | 1000011 | 101000 |
Color Harmonies of #AAA322
Complementary color
Monochromatic Colors of #AAA322
Black with #AAA322
Text Example
Text Example
White with #AAA322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA322; }
p { color: rgb(170,163,34); }
H1.HeaderClassName
{
color: #AAA322;
}
.AnyTagClassName
{
color: #AAA322;
}
</style>
background-color css
<style>
a { background-color: #AAA322; }
a { background-color: rgb(170,163,34); }
div.DivClassName
{
background-color: #AAA322;
}
.BgClassName
{
background-color: #AAA322;
}
</style>
border-color css
<style>
span { border-color: #AAA322; }
span { border-color: rgb(170,163,34); }
td.TdClassName
{
border-color: #AAA322;
}
.TagClassName
{
border-color: #AAA322;
}
</style>