Shades of Lucky #AAA017
Tints of Lucky #AAA017
RGB
CMYK
RGB Variations
Color information
#AAA017 (or 0xAAA017) is known color: Lucky. HEX triplet: AA, A0 and 17. RGB value is (170,160,23). Sum of RGB (Red+Green+Blue) = 170+160+23=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 160 (62.89% from 255 or 45.33% from 353); Blue value is 23 (9.38% from 255 or 6.52% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA017 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA017 is #555FE8. Grayscale: #939393. Windows color (decimal): -5595113 or 1548458. OLE color: 1548458.
HSL color Cylindrical-coordinate representation of color #AAA017: hue angle of 55.92º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AAA017 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 23 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.33 |
| HSL | 55.92º | 0.76% | 0.38% | - |
| HSV(B) | 55.92º | 0.86% | 0.67% | - |
| XYZ | 29.3 | 33.75 | 5.78 | - |
| YUV | 147.37 | 57.81 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 23 | 0 | 0.06 | 0.86 | 0.33 | 55.92 | 0.76 | 0.38 |
| Hex | AA | A0 | 17 | 0 | 6 | 56 | 21 | 38 | 4C | 26 |
| Octal | 252 | 240 | 27 | 0 | 6 | 126 | 41 | 70 | 114 | 46 |
| Binary | 10101010 | 10100000 | 10111 | 0 | 110 | 1010110 | 100001 | 111000 | 1001100 | 100110 |
Color Harmonies of #AAA017
Complementary color
Monochromatic Colors of #AAA017
Black with #AAA017
Text Example
Text Example
White with #AAA017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA017; }
p { color: rgb(170,160,23); }
H1.HeaderClassName
{
color: #AAA017;
}
.AnyTagClassName
{
color: #AAA017;
}
</style>
background-color css
<style>
a { background-color: #AAA017; }
a { background-color: rgb(170,160,23); }
div.DivClassName
{
background-color: #AAA017;
}
.BgClassName
{
background-color: #AAA017;
}
</style>
border-color css
<style>
span { border-color: #AAA017; }
span { border-color: rgb(170,160,23); }
td.TdClassName
{
border-color: #AAA017;
}
.TagClassName
{
border-color: #AAA017;
}
</style>