Shades of Lucky #AAA311
Tints of Lucky #AAA311
RGB
CMYK
RGB Variations
Color information
#AAA311 (or 0xAAA311) is known color: Lucky. HEX triplet: AA, A3 and 11. RGB value is (170,163,17). Sum of RGB (Red+Green+Blue) = 170+163+17=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 163 (64.06% from 255 or 46.57% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA311 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA311 is #555CEE. Grayscale: #959595. Windows color (decimal): -5594351 or 1156010. OLE color: 1156010.
HSL color Cylindrical-coordinate representation of color #AAA311: hue angle of 57.25º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAA311 is Cyan = 0, Magento = 0.04, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 17 | - |
| CMYK | 0 | 0.04 | 0.9 | 0.33 |
| HSL | 57.25º | 0.82% | 0.37% | - |
| HSV(B) | 57.25º | 0.9% | 0.67% | - |
| XYZ | 29.78 | 34.78 | 5.67 | - |
| YUV | 148.45 | 53.82 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 17 | 0 | 0.04 | 0.9 | 0.33 | 57.25 | 0.82 | 0.37 |
| Hex | AA | A3 | 11 | 0 | 4 | 5A | 21 | 39 | 52 | 25 |
| Octal | 252 | 243 | 21 | 0 | 4 | 132 | 41 | 71 | 122 | 45 |
| Binary | 10101010 | 10100011 | 10001 | 0 | 100 | 1011010 | 100001 | 111001 | 1010010 | 100101 |
Color Harmonies of #AAA311
Complementary color
Monochromatic Colors of #AAA311
Black with #AAA311
Text Example
Text Example
White with #AAA311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA311; }
p { color: rgb(170,163,17); }
H1.HeaderClassName
{
color: #AAA311;
}
.AnyTagClassName
{
color: #AAA311;
}
</style>
background-color css
<style>
a { background-color: #AAA311; }
a { background-color: rgb(170,163,17); }
div.DivClassName
{
background-color: #AAA311;
}
.BgClassName
{
background-color: #AAA311;
}
</style>
border-color css
<style>
span { border-color: #AAA311; }
span { border-color: rgb(170,163,17); }
td.TdClassName
{
border-color: #AAA311;
}
.TagClassName
{
border-color: #AAA311;
}
</style>