Shades of Lucky #AA9617
Tints of Lucky #AA9617
RGB
CMYK
RGB Variations
Color information
#AA9617 (or 0xAA9617) is known color: Lucky. HEX triplet: AA, 96 and 17. RGB value is (170,150,23). Sum of RGB (Red+Green+Blue) = 170+150+23=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 23 (9.38% from 255 or 6.71% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9617 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9617 is #5569E8. Grayscale: #8E8E8E. Windows color (decimal): -5597673 or 1545898. OLE color: 1545898.
HSL color Cylindrical-coordinate representation of color #AA9617: hue angle of 51.84º 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 #AA9617 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 23 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.33 |
| HSL | 51.84º | 0.76% | 0.38% | - |
| HSV(B) | 51.84º | 0.86% | 0.67% | - |
| XYZ | 27.64 | 30.42 | 5.23 | - |
| YUV | 141.5 | 61.13 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 23 | 0 | 0.12 | 0.86 | 0.33 | 51.84 | 0.76 | 0.38 |
| Hex | AA | 96 | 17 | 0 | C | 56 | 21 | 34 | 4C | 26 |
| Octal | 252 | 226 | 27 | 0 | 14 | 126 | 41 | 64 | 114 | 46 |
| Binary | 10101010 | 10010110 | 10111 | 0 | 1100 | 1010110 | 100001 | 110100 | 1001100 | 100110 |
Color Harmonies of #AA9617
Complementary color
Monochromatic Colors of #AA9617
Black with #AA9617
Text Example
Text Example
White with #AA9617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9617; }
p { color: rgb(170,150,23); }
H1.HeaderClassName
{
color: #AA9617;
}
.AnyTagClassName
{
color: #AA9617;
}
</style>
background-color css
<style>
a { background-color: #AA9617; }
a { background-color: rgb(170,150,23); }
div.DivClassName
{
background-color: #AA9617;
}
.BgClassName
{
background-color: #AA9617;
}
</style>
border-color css
<style>
span { border-color: #AA9617; }
span { border-color: rgb(170,150,23); }
td.TdClassName
{
border-color: #AA9617;
}
.TagClassName
{
border-color: #AA9617;
}
</style>