Shades of Lucky #AAA614
Tints of Lucky #AAA614
RGB
CMYK
RGB Variations
Color information
#AAA614 (or 0xAAA614) is known color: Lucky. HEX triplet: AA, A6 and 14. RGB value is (170,166,20). Sum of RGB (Red+Green+Blue) = 170+166+20=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 166 (65.23% from 255 or 46.63% from 356); Blue value is 20 (8.20% from 255 or 5.62% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA614 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA614 is #5559EB. Grayscale: #979797. Windows color (decimal): -5593580 or 1353386. OLE color: 1353386.
HSL color Cylindrical-coordinate representation of color #AAA614: hue angle of 58.4º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AAA614 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 20 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.33 |
| HSL | 58.4º | 0.79% | 0.37% | - |
| HSV(B) | 58.4º | 0.88% | 0.67% | - |
| XYZ | 30.34 | 35.87 | 5.99 | - |
| YUV | 150.55 | 54.33 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 20 | 0 | 0.02 | 0.88 | 0.33 | 58.4 | 0.79 | 0.37 |
| Hex | AA | A6 | 14 | 0 | 2 | 58 | 21 | 3A | 4F | 25 |
| Octal | 252 | 246 | 24 | 0 | 2 | 130 | 41 | 72 | 117 | 45 |
| Binary | 10101010 | 10100110 | 10100 | 0 | 10 | 1011000 | 100001 | 111010 | 1001111 | 100101 |
Color Harmonies of #AAA614
Complementary color
Monochromatic Colors of #AAA614
Black with #AAA614
Text Example
Text Example
White with #AAA614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA614; }
p { color: rgb(170,166,20); }
H1.HeaderClassName
{
color: #AAA614;
}
.AnyTagClassName
{
color: #AAA614;
}
</style>
background-color css
<style>
a { background-color: #AAA614; }
a { background-color: rgb(170,166,20); }
div.DivClassName
{
background-color: #AAA614;
}
.BgClassName
{
background-color: #AAA614;
}
</style>
border-color css
<style>
span { border-color: #AAA614; }
span { border-color: rgb(170,166,20); }
td.TdClassName
{
border-color: #AAA614;
}
.TagClassName
{
border-color: #AAA614;
}
</style>