Shades of Lucky #AAA107
Tints of Lucky #AAA107
RGB
CMYK
RGB Variations
Color information
#AAA107 (or 0xAAA107) is known color: Lucky. HEX triplet: AA, A1 and 07. RGB value is (170,161,7). Sum of RGB (Red+Green+Blue) = 170+161+7=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 161 (63.28% from 255 or 47.63% from 338); Blue value is 7 (3.12% from 255 or 2.07% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA107 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA107 is #555EF8. Grayscale: #929292. Windows color (decimal): -5594873 or 500138. OLE color: 500138.
HSL color Cylindrical-coordinate representation of color #AAA107: hue angle of 56.69º 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 #AAA107 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 7 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.33 |
| HSL | 56.69º | 0.92% | 0.35% | - |
| HSV(B) | 56.69º | 0.96% | 0.67% | - |
| XYZ | 29.36 | 34.05 | 5.23 | - |
| YUV | 146.14 | 49.48 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 7 | 0 | 0.05 | 0.96 | 0.33 | 56.69 | 0.92 | 0.35 |
| Hex | AA | A1 | 7 | 0 | 5 | 60 | 21 | 39 | 5C | 23 |
| Octal | 252 | 241 | 7 | 0 | 5 | 140 | 41 | 71 | 134 | 43 |
| Binary | 10101010 | 10100001 | 111 | 0 | 101 | 1100000 | 100001 | 111001 | 1011100 | 100011 |
Color Harmonies of #AAA107
Complementary color
Monochromatic Colors of #AAA107
Black with #AAA107
Text Example
Text Example
White with #AAA107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA107; }
p { color: rgb(170,161,7); }
H1.HeaderClassName
{
color: #AAA107;
}
.AnyTagClassName
{
color: #AAA107;
}
</style>
background-color css
<style>
a { background-color: #AAA107; }
a { background-color: rgb(170,161,7); }
div.DivClassName
{
background-color: #AAA107;
}
.BgClassName
{
background-color: #AAA107;
}
</style>
border-color css
<style>
span { border-color: #AAA107; }
span { border-color: rgb(170,161,7); }
td.TdClassName
{
border-color: #AAA107;
}
.TagClassName
{
border-color: #AAA107;
}
</style>