Shades of Lucky #AAA612
Tints of Lucky #AAA612
RGB
CMYK
RGB Variations
Color information
#AAA612 (or 0xAAA612) is known color: Lucky. HEX triplet: AA, A6 and 12. RGB value is (170,166,18). Sum of RGB (Red+Green+Blue) = 170+166+18=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 166 (65.23% from 255 or 46.89% from 354); Blue value is 18 (7.42% from 255 or 5.08% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA612 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA612 is #5559ED. Grayscale: #969696. Windows color (decimal): -5593582 or 1222314. OLE color: 1222314.
HSL color Cylindrical-coordinate representation of color #AAA612: hue angle of 58.42º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AAA612 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 18 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.33 |
| HSL | 58.42º | 0.81% | 0.37% | - |
| HSV(B) | 58.42º | 0.89% | 0.67% | - |
| XYZ | 30.32 | 35.86 | 5.9 | - |
| YUV | 150.32 | 53.33 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 18 | 0 | 0.02 | 0.89 | 0.33 | 58.42 | 0.81 | 0.37 |
| Hex | AA | A6 | 12 | 0 | 2 | 59 | 21 | 3A | 51 | 25 |
| Octal | 252 | 246 | 22 | 0 | 2 | 131 | 41 | 72 | 121 | 45 |
| Binary | 10101010 | 10100110 | 10010 | 0 | 10 | 1011001 | 100001 | 111010 | 1010001 | 100101 |
Color Harmonies of #AAA612
Complementary color
Monochromatic Colors of #AAA612
Black with #AAA612
Text Example
Text Example
White with #AAA612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA612; }
p { color: rgb(170,166,18); }
H1.HeaderClassName
{
color: #AAA612;
}
.AnyTagClassName
{
color: #AAA612;
}
</style>
background-color css
<style>
a { background-color: #AAA612; }
a { background-color: rgb(170,166,18); }
div.DivClassName
{
background-color: #AAA612;
}
.BgClassName
{
background-color: #AAA612;
}
</style>
border-color css
<style>
span { border-color: #AAA612; }
span { border-color: rgb(170,166,18); }
td.TdClassName
{
border-color: #AAA612;
}
.TagClassName
{
border-color: #AAA612;
}
</style>