Shades of Lucky #AAA70C
Tints of Lucky #AAA70C
RGB
CMYK
RGB Variations
Color information
#AAA70C (or 0xAAA70C) is known color: Lucky. HEX triplet: AA, A7 and 0C. RGB value is (170,167,12). Sum of RGB (Red+Green+Blue) = 170+167+12=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 167 (65.62% from 255 or 47.85% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA70C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA70C is #5558F3. Grayscale: #969696. Windows color (decimal): -5593332 or 829354. OLE color: 829354.
HSL color Cylindrical-coordinate representation of color #AAA70C: hue angle of 58.86º 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 #AAA70C is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 12 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.33 |
| HSL | 58.86º | 0.87% | 0.36% | - |
| HSV(B) | 58.86º | 0.93% | 0.67% | - |
| XYZ | 30.46 | 36.21 | 5.73 | - |
| YUV | 150.23 | 49.99 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 12 | 0 | 0.02 | 0.93 | 0.33 | 58.86 | 0.87 | 0.36 |
| Hex | AA | A7 | C | 0 | 2 | 5D | 21 | 3B | 57 | 24 |
| Octal | 252 | 247 | 14 | 0 | 2 | 135 | 41 | 73 | 127 | 44 |
| Binary | 10101010 | 10100111 | 1100 | 0 | 10 | 1011101 | 100001 | 111011 | 1010111 | 100100 |
Color Harmonies of #AAA70C
Complementary color
Monochromatic Colors of #AAA70C
Black with #AAA70C
Text Example
Text Example
White with #AAA70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA70C; }
p { color: rgb(170,167,12); }
H1.HeaderClassName
{
color: #AAA70C;
}
.AnyTagClassName
{
color: #AAA70C;
}
</style>
background-color css
<style>
a { background-color: #AAA70C; }
a { background-color: rgb(170,167,12); }
div.DivClassName
{
background-color: #AAA70C;
}
.BgClassName
{
background-color: #AAA70C;
}
</style>
border-color css
<style>
span { border-color: #AAA70C; }
span { border-color: rgb(170,167,12); }
td.TdClassName
{
border-color: #AAA70C;
}
.TagClassName
{
border-color: #AAA70C;
}
</style>