Shades of Lucky #AAA817
Tints of Lucky #AAA817
RGB
CMYK
RGB Variations
Color information
#AAA817 (or 0xAAA817) is known color: Lucky. HEX triplet: AA, A8 and 17. RGB value is (170,168,23). Sum of RGB (Red+Green+Blue) = 170+168+23=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 168 (66.02% from 255 or 46.54% from 361); Blue value is 23 (9.38% from 255 or 6.37% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA817 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA817 is #5557E8. Grayscale: #989898. Windows color (decimal): -5593065 or 1550506. OLE color: 1550506.
HSL color Cylindrical-coordinate representation of color #AAA817: hue angle of 59.18º 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 #AAA817 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 23 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.33 |
| HSL | 59.18º | 0.76% | 0.38% | - |
| HSV(B) | 59.18º | 0.86% | 0.67% | - |
| XYZ | 30.73 | 36.61 | 6.26 | - |
| YUV | 152.07 | 55.16 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 23 | 0 | 0.01 | 0.86 | 0.33 | 59.18 | 0.76 | 0.38 |
| Hex | AA | A8 | 17 | 0 | 1 | 56 | 21 | 3B | 4C | 26 |
| Octal | 252 | 250 | 27 | 0 | 1 | 126 | 41 | 73 | 114 | 46 |
| Binary | 10101010 | 10101000 | 10111 | 0 | 1 | 1010110 | 100001 | 111011 | 1001100 | 100110 |
Color Harmonies of #AAA817
Complementary color
Monochromatic Colors of #AAA817
Black with #AAA817
Text Example
Text Example
White with #AAA817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA817; }
p { color: rgb(170,168,23); }
H1.HeaderClassName
{
color: #AAA817;
}
.AnyTagClassName
{
color: #AAA817;
}
</style>
background-color css
<style>
a { background-color: #AAA817; }
a { background-color: rgb(170,168,23); }
div.DivClassName
{
background-color: #AAA817;
}
.BgClassName
{
background-color: #AAA817;
}
</style>
border-color css
<style>
span { border-color: #AAA817; }
span { border-color: rgb(170,168,23); }
td.TdClassName
{
border-color: #AAA817;
}
.TagClassName
{
border-color: #AAA817;
}
</style>