Shades of Lucky #AAA406
Tints of Lucky #AAA406
RGB
CMYK
RGB Variations
Color information
#AAA406 (or 0xAAA406) is known color: Lucky. HEX triplet: AA, A4 and 06. RGB value is (170,164,6). Sum of RGB (Red+Green+Blue) = 170+164+6=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 164 (64.45% from 255 or 48.24% from 340); Blue value is 6 (2.73% from 255 or 1.76% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA406 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA406 is #555BF9. Grayscale: #949494. Windows color (decimal): -5594106 or 435370. OLE color: 435370.
HSL color Cylindrical-coordinate representation of color #AAA406: hue angle of 57.8º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAA406 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 6 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.33 |
| HSL | 57.8º | 0.93% | 0.35% | - |
| HSV(B) | 57.8º | 0.96% | 0.67% | - |
| XYZ | 29.89 | 35.11 | 5.37 | - |
| YUV | 147.78 | 47.99 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 6 | 0 | 0.04 | 0.96 | 0.33 | 57.8 | 0.93 | 0.35 |
| Hex | AA | A4 | 6 | 0 | 4 | 60 | 21 | 3A | 5D | 23 |
| Octal | 252 | 244 | 6 | 0 | 4 | 140 | 41 | 72 | 135 | 43 |
| Binary | 10101010 | 10100100 | 110 | 0 | 100 | 1100000 | 100001 | 111010 | 1011101 | 100011 |
Color Harmonies of #AAA406
Complementary color
Monochromatic Colors of #AAA406
Black with #AAA406
Text Example
Text Example
White with #AAA406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA406; }
p { color: rgb(170,164,6); }
H1.HeaderClassName
{
color: #AAA406;
}
.AnyTagClassName
{
color: #AAA406;
}
</style>
background-color css
<style>
a { background-color: #AAA406; }
a { background-color: rgb(170,164,6); }
div.DivClassName
{
background-color: #AAA406;
}
.BgClassName
{
background-color: #AAA406;
}
</style>
border-color css
<style>
span { border-color: #AAA406; }
span { border-color: rgb(170,164,6); }
td.TdClassName
{
border-color: #AAA406;
}
.TagClassName
{
border-color: #AAA406;
}
</style>