Shades of Lucky #AAA206
Tints of Lucky #AAA206
RGB
CMYK
RGB Variations
Color information
#AAA206 (or 0xAAA206) is known color: Lucky. HEX triplet: AA, A2 and 06. RGB value is (170,162,6). Sum of RGB (Red+Green+Blue) = 170+162+6=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 162 (63.67% from 255 or 47.93% from 338); Blue value is 6 (2.73% from 255 or 1.78% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA206 is #555DF9. Grayscale: #939393. Windows color (decimal): -5594618 or 434858. OLE color: 434858.
HSL color Cylindrical-coordinate representation of color #AAA206: hue angle of 57.07º 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 #AAA206 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 6 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.33 |
| HSL | 57.07º | 0.93% | 0.35% | - |
| HSV(B) | 57.07º | 0.96% | 0.67% | - |
| XYZ | 29.53 | 34.4 | 5.26 | - |
| YUV | 146.61 | 48.65 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 6 | 0 | 0.05 | 0.96 | 0.33 | 57.07 | 0.93 | 0.35 |
| Hex | AA | A2 | 6 | 0 | 5 | 60 | 21 | 39 | 5D | 23 |
| Octal | 252 | 242 | 6 | 0 | 5 | 140 | 41 | 71 | 135 | 43 |
| Binary | 10101010 | 10100010 | 110 | 0 | 101 | 1100000 | 100001 | 111001 | 1011101 | 100011 |
Color Harmonies of #AAA206
Complementary color
Monochromatic Colors of #AAA206
Black with #AAA206
Text Example
Text Example
White with #AAA206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA206; }
p { color: rgb(170,162,6); }
H1.HeaderClassName
{
color: #AAA206;
}
.AnyTagClassName
{
color: #AAA206;
}
</style>
background-color css
<style>
a { background-color: #AAA206; }
a { background-color: rgb(170,162,6); }
div.DivClassName
{
background-color: #AAA206;
}
.BgClassName
{
background-color: #AAA206;
}
</style>
border-color css
<style>
span { border-color: #AAA206; }
span { border-color: rgb(170,162,6); }
td.TdClassName
{
border-color: #AAA206;
}
.TagClassName
{
border-color: #AAA206;
}
</style>