Shades of Lucky #AAA119
Tints of Lucky #AAA119
RGB
CMYK
RGB Variations
Color information
#AAA119 (or 0xAAA119) is known color: Lucky. HEX triplet: AA, A1 and 19. RGB value is (170,161,25). Sum of RGB (Red+Green+Blue) = 170+161+25=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 25 (10.16% from 255 or 7.02% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA119 is #555EE6. Grayscale: #949494. Windows color (decimal): -5594855 or 1679786. OLE color: 1679786.
HSL color Cylindrical-coordinate representation of color #AAA119: hue angle of 56.28º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAA119 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 25 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.33 |
| HSL | 56.28º | 0.74% | 0.38% | - |
| HSV(B) | 56.28º | 0.85% | 0.67% | - |
| XYZ | 29.5 | 34.11 | 5.95 | - |
| YUV | 148.19 | 58.48 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 25 | 0 | 0.05 | 0.85 | 0.33 | 56.28 | 0.74 | 0.38 |
| Hex | AA | A1 | 19 | 0 | 5 | 55 | 21 | 38 | 4A | 26 |
| Octal | 252 | 241 | 31 | 0 | 5 | 125 | 41 | 70 | 112 | 46 |
| Binary | 10101010 | 10100001 | 11001 | 0 | 101 | 1010101 | 100001 | 111000 | 1001010 | 100110 |
Color Harmonies of #AAA119
Complementary color
Monochromatic Colors of #AAA119
Black with #AAA119
Text Example
Text Example
White with #AAA119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA119; }
p { color: rgb(170,161,25); }
H1.HeaderClassName
{
color: #AAA119;
}
.AnyTagClassName
{
color: #AAA119;
}
</style>
background-color css
<style>
a { background-color: #AAA119; }
a { background-color: rgb(170,161,25); }
div.DivClassName
{
background-color: #AAA119;
}
.BgClassName
{
background-color: #AAA119;
}
</style>
border-color css
<style>
span { border-color: #AAA119; }
span { border-color: rgb(170,161,25); }
td.TdClassName
{
border-color: #AAA119;
}
.TagClassName
{
border-color: #AAA119;
}
</style>