Shades of Lucky #AA9611
Tints of Lucky #AA9611
RGB
CMYK
RGB Variations
Color information
#AA9611 (or 0xAA9611) is known color: Lucky. HEX triplet: AA, 96 and 11. RGB value is (170,150,17). Sum of RGB (Red+Green+Blue) = 170+150+17=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9611 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9611 is #5569EE. Grayscale: #8D8D8D. Windows color (decimal): -5597679 or 1152682. OLE color: 1152682.
HSL color Cylindrical-coordinate representation of color #AA9611: hue angle of 52.16º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA9611 is Cyan = 0, Magento = 0.12, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 17 | - |
| CMYK | 0 | 0.12 | 0.9 | 0.33 |
| HSL | 52.16º | 0.82% | 0.37% | - |
| HSV(B) | 52.16º | 0.9% | 0.67% | - |
| XYZ | 27.59 | 30.4 | 4.94 | - |
| YUV | 140.82 | 58.13 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 17 | 0 | 0.12 | 0.9 | 0.33 | 52.16 | 0.82 | 0.37 |
| Hex | AA | 96 | 11 | 0 | C | 5A | 21 | 34 | 52 | 25 |
| Octal | 252 | 226 | 21 | 0 | 14 | 132 | 41 | 64 | 122 | 45 |
| Binary | 10101010 | 10010110 | 10001 | 0 | 1100 | 1011010 | 100001 | 110100 | 1010010 | 100101 |
Color Harmonies of #AA9611
Complementary color
Monochromatic Colors of #AA9611
Black with #AA9611
Text Example
Text Example
White with #AA9611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9611; }
p { color: rgb(170,150,17); }
H1.HeaderClassName
{
color: #AA9611;
}
.AnyTagClassName
{
color: #AA9611;
}
</style>
background-color css
<style>
a { background-color: #AA9611; }
a { background-color: rgb(170,150,17); }
div.DivClassName
{
background-color: #AA9611;
}
.BgClassName
{
background-color: #AA9611;
}
</style>
border-color css
<style>
span { border-color: #AA9611; }
span { border-color: rgb(170,150,17); }
td.TdClassName
{
border-color: #AA9611;
}
.TagClassName
{
border-color: #AA9611;
}
</style>