Shades of Lucky #AAA10A
Tints of Lucky #AAA10A
RGB
CMYK
RGB Variations
Color information
#AAA10A (or 0xAAA10A) is known color: Lucky. HEX triplet: AA, A1 and 0A. RGB value is (170,161,10). Sum of RGB (Red+Green+Blue) = 170+161+10=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 161 (63.28% from 255 or 47.21% from 341); Blue value is 10 (4.30% from 255 or 2.93% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA10A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA10A is #555EF5. Grayscale: #939393. Windows color (decimal): -5594870 or 696746. OLE color: 696746.
HSL color Cylindrical-coordinate representation of color #AAA10A: hue angle of 56.62º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAA10A is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 10 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.33 |
| HSL | 56.63º | 0.89% | 0.35% | - |
| HSV(B) | 56.63º | 0.94% | 0.67% | - |
| XYZ | 29.38 | 34.06 | 5.31 | - |
| YUV | 146.48 | 50.98 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 10 | 0 | 0.05 | 0.94 | 0.33 | 56.63 | 0.89 | 0.35 |
| Hex | AA | A1 | A | 0 | 5 | 5E | 21 | 39 | 59 | 23 |
| Octal | 252 | 241 | 12 | 0 | 5 | 136 | 41 | 71 | 131 | 43 |
| Binary | 10101010 | 10100001 | 1010 | 0 | 101 | 1011110 | 100001 | 111001 | 1011001 | 100011 |
Color Harmonies of #AAA10A
Complementary color
Monochromatic Colors of #AAA10A
Black with #AAA10A
Text Example
Text Example
White with #AAA10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA10A; }
p { color: rgb(170,161,10); }
H1.HeaderClassName
{
color: #AAA10A;
}
.AnyTagClassName
{
color: #AAA10A;
}
</style>
background-color css
<style>
a { background-color: #AAA10A; }
a { background-color: rgb(170,161,10); }
div.DivClassName
{
background-color: #AAA10A;
}
.BgClassName
{
background-color: #AAA10A;
}
</style>
border-color css
<style>
span { border-color: #AAA10A; }
span { border-color: rgb(170,161,10); }
td.TdClassName
{
border-color: #AAA10A;
}
.TagClassName
{
border-color: #AAA10A;
}
</style>