Shades of Lucky #AAA321
Tints of Lucky #AAA321
RGB
CMYK
RGB Variations
Color information
#AAA321 (or 0xAAA321) is known color: Lucky. HEX triplet: AA, A3 and 21. RGB value is (170,163,33). Sum of RGB (Red+Green+Blue) = 170+163+33=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 163 (64.06% from 255 or 44.54% from 366); Blue value is 33 (13.28% from 255 or 9.02% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA321 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA321 is #555CDE. Grayscale: #969696. Windows color (decimal): -5594335 or 2204586. OLE color: 2204586.
HSL color Cylindrical-coordinate representation of color #AAA321: hue angle of 56.93º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAA321 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 33 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.33 |
| HSL | 56.93º | 0.67% | 0.4% | - |
| HSV(B) | 56.93º | 0.81% | 0.67% | - |
| XYZ | 29.95 | 34.85 | 6.59 | - |
| YUV | 150.27 | 61.82 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 33 | 0 | 0.04 | 0.81 | 0.33 | 56.93 | 0.67 | 0.4 |
| Hex | AA | A3 | 21 | 0 | 4 | 51 | 21 | 39 | 43 | 28 |
| Octal | 252 | 243 | 41 | 0 | 4 | 121 | 41 | 71 | 103 | 50 |
| Binary | 10101010 | 10100011 | 100001 | 0 | 100 | 1010001 | 100001 | 111001 | 1000011 | 101000 |
Color Harmonies of #AAA321
Complementary color
Monochromatic Colors of #AAA321
Black with #AAA321
Text Example
Text Example
White with #AAA321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA321; }
p { color: rgb(170,163,33); }
H1.HeaderClassName
{
color: #AAA321;
}
.AnyTagClassName
{
color: #AAA321;
}
</style>
background-color css
<style>
a { background-color: #AAA321; }
a { background-color: rgb(170,163,33); }
div.DivClassName
{
background-color: #AAA321;
}
.BgClassName
{
background-color: #AAA321;
}
</style>
border-color css
<style>
span { border-color: #AAA321; }
span { border-color: rgb(170,163,33); }
td.TdClassName
{
border-color: #AAA321;
}
.TagClassName
{
border-color: #AAA321;
}
</style>