Shades of Lucky #AAA124
Tints of Lucky #AAA124
RGB
CMYK
RGB Variations
Color information
#AAA124 (or 0xAAA124) is known color: Lucky. HEX triplet: AA, A1 and 24. RGB value is (170,161,36). Sum of RGB (Red+Green+Blue) = 170+161+36=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 161 (63.28% from 255 or 43.87% from 367); Blue value is 36 (14.45% from 255 or 9.81% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA124 is #555EDB. Grayscale: #959595. Windows color (decimal): -5594844 or 2400682. OLE color: 2400682.
HSL color Cylindrical-coordinate representation of color #AAA124: hue angle of 55.97º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AAA124 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 36 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.33 |
| HSL | 55.97º | 0.65% | 0.4% | - |
| HSV(B) | 55.97º | 0.79% | 0.67% | - |
| XYZ | 29.64 | 34.16 | 6.7 | - |
| YUV | 149.44 | 63.98 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 36 | 0 | 0.05 | 0.79 | 0.33 | 55.97 | 0.65 | 0.4 |
| Hex | AA | A1 | 24 | 0 | 5 | 4F | 21 | 38 | 41 | 28 |
| Octal | 252 | 241 | 44 | 0 | 5 | 117 | 41 | 70 | 101 | 50 |
| Binary | 10101010 | 10100001 | 100100 | 0 | 101 | 1001111 | 100001 | 111000 | 1000001 | 101000 |
Color Harmonies of #AAA124
Complementary color
Monochromatic Colors of #AAA124
Black with #AAA124
Text Example
Text Example
White with #AAA124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA124; }
p { color: rgb(170,161,36); }
H1.HeaderClassName
{
color: #AAA124;
}
.AnyTagClassName
{
color: #AAA124;
}
</style>
background-color css
<style>
a { background-color: #AAA124; }
a { background-color: rgb(170,161,36); }
div.DivClassName
{
background-color: #AAA124;
}
.BgClassName
{
background-color: #AAA124;
}
</style>
border-color css
<style>
span { border-color: #AAA124; }
span { border-color: rgb(170,161,36); }
td.TdClassName
{
border-color: #AAA124;
}
.TagClassName
{
border-color: #AAA124;
}
</style>