Shades of Lucky #AAA60C
Tints of Lucky #AAA60C
RGB
CMYK
RGB Variations
Color information
#AAA60C (or 0xAAA60C) is known color: Lucky. HEX triplet: AA, A6 and 0C. RGB value is (170,166,12). Sum of RGB (Red+Green+Blue) = 170+166+12=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 166 (65.23% from 255 or 47.70% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA60C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA60C is #5559F3. Grayscale: #969696. Windows color (decimal): -5593588 or 829098. OLE color: 829098.
HSL color Cylindrical-coordinate representation of color #AAA60C: hue angle of 58.48º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAA60C is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 12 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.33 |
| HSL | 58.48º | 0.87% | 0.36% | - |
| HSV(B) | 58.48º | 0.93% | 0.67% | - |
| XYZ | 30.28 | 35.85 | 5.67 | - |
| YUV | 149.64 | 50.33 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 12 | 0 | 0.02 | 0.93 | 0.33 | 58.48 | 0.87 | 0.36 |
| Hex | AA | A6 | C | 0 | 2 | 5D | 21 | 3A | 57 | 24 |
| Octal | 252 | 246 | 14 | 0 | 2 | 135 | 41 | 72 | 127 | 44 |
| Binary | 10101010 | 10100110 | 1100 | 0 | 10 | 1011101 | 100001 | 111010 | 1010111 | 100100 |
Color Harmonies of #AAA60C
Complementary color
Monochromatic Colors of #AAA60C
Black with #AAA60C
Text Example
Text Example
White with #AAA60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA60C; }
p { color: rgb(170,166,12); }
H1.HeaderClassName
{
color: #AAA60C;
}
.AnyTagClassName
{
color: #AAA60C;
}
</style>
background-color css
<style>
a { background-color: #AAA60C; }
a { background-color: rgb(170,166,12); }
div.DivClassName
{
background-color: #AAA60C;
}
.BgClassName
{
background-color: #AAA60C;
}
</style>
border-color css
<style>
span { border-color: #AAA60C; }
span { border-color: rgb(170,166,12); }
td.TdClassName
{
border-color: #AAA60C;
}
.TagClassName
{
border-color: #AAA60C;
}
</style>