Shades of Lucky #AAA407
Tints of Lucky #AAA407
RGB
CMYK
RGB Variations
Color information
#AAA407 (or 0xAAA407) is known color: Lucky. HEX triplet: AA, A4 and 07. RGB value is (170,164,7). Sum of RGB (Red+Green+Blue) = 170+164+7=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 164 (64.45% from 255 or 48.09% from 341); Blue value is 7 (3.12% from 255 or 2.05% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA407 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA407 is #555BF8. Grayscale: #949494. Windows color (decimal): -5594105 or 500906. OLE color: 500906.
HSL color Cylindrical-coordinate representation of color #AAA407: hue angle of 57.79º degrees, saturation: 0.92, 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 #AAA407 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 7 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.33 |
| HSL | 57.79º | 0.92% | 0.35% | - |
| HSV(B) | 57.79º | 0.96% | 0.67% | - |
| XYZ | 29.89 | 35.11 | 5.4 | - |
| YUV | 147.9 | 48.49 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 7 | 0 | 0.04 | 0.96 | 0.33 | 57.79 | 0.92 | 0.35 |
| Hex | AA | A4 | 7 | 0 | 4 | 60 | 21 | 3A | 5C | 23 |
| Octal | 252 | 244 | 7 | 0 | 4 | 140 | 41 | 72 | 134 | 43 |
| Binary | 10101010 | 10100100 | 111 | 0 | 100 | 1100000 | 100001 | 111010 | 1011100 | 100011 |
Color Harmonies of #AAA407
Complementary color
Monochromatic Colors of #AAA407
Black with #AAA407
Text Example
Text Example
White with #AAA407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA407; }
p { color: rgb(170,164,7); }
H1.HeaderClassName
{
color: #AAA407;
}
.AnyTagClassName
{
color: #AAA407;
}
</style>
background-color css
<style>
a { background-color: #AAA407; }
a { background-color: rgb(170,164,7); }
div.DivClassName
{
background-color: #AAA407;
}
.BgClassName
{
background-color: #AAA407;
}
</style>
border-color css
<style>
span { border-color: #AAA407; }
span { border-color: rgb(170,164,7); }
td.TdClassName
{
border-color: #AAA407;
}
.TagClassName
{
border-color: #AAA407;
}
</style>