Shades of Lucky #AAA61E
Tints of Lucky #AAA61E
RGB
CMYK
RGB Variations
Color information
#AAA61E (or 0xAAA61E) is known color: Lucky. HEX triplet: AA, A6 and 1E. RGB value is (170,166,30). Sum of RGB (Red+Green+Blue) = 170+166+30=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 30 (12.11% from 255 or 8.20% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA61E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA61E is #5559E1. Grayscale: #989898. Windows color (decimal): -5593570 or 2008746. OLE color: 2008746.
HSL color Cylindrical-coordinate representation of color #AAA61E: hue angle of 58.29º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AAA61E is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 30 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.33 |
| HSL | 58.29º | 0.7% | 0.39% | - |
| HSV(B) | 58.29º | 0.82% | 0.67% | - |
| XYZ | 30.45 | 35.91 | 6.56 | - |
| YUV | 151.69 | 59.33 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 30 | 0 | 0.02 | 0.82 | 0.33 | 58.29 | 0.7 | 0.39 |
| Hex | AA | A6 | 1E | 0 | 2 | 52 | 21 | 3A | 46 | 27 |
| Octal | 252 | 246 | 36 | 0 | 2 | 122 | 41 | 72 | 106 | 47 |
| Binary | 10101010 | 10100110 | 11110 | 0 | 10 | 1010010 | 100001 | 111010 | 1000110 | 100111 |
Color Harmonies of #AAA61E
Complementary color
Monochromatic Colors of #AAA61E
Black with #AAA61E
Text Example
Text Example
White with #AAA61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA61E; }
p { color: rgb(170,166,30); }
H1.HeaderClassName
{
color: #AAA61E;
}
.AnyTagClassName
{
color: #AAA61E;
}
</style>
background-color css
<style>
a { background-color: #AAA61E; }
a { background-color: rgb(170,166,30); }
div.DivClassName
{
background-color: #AAA61E;
}
.BgClassName
{
background-color: #AAA61E;
}
</style>
border-color css
<style>
span { border-color: #AAA61E; }
span { border-color: rgb(170,166,30); }
td.TdClassName
{
border-color: #AAA61E;
}
.TagClassName
{
border-color: #AAA61E;
}
</style>