Shades of Lucky #AA9211
Tints of Lucky #AA9211
RGB
CMYK
RGB Variations
Color information
#AA9211 (or 0xAA9211) is known color: Lucky. HEX triplet: AA, 92 and 11. RGB value is (170,146,17). Sum of RGB (Red+Green+Blue) = 170+146+17=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 17 (7.03% from 255 or 5.11% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9211 is #556DEE. Grayscale: #8B8B8B. Windows color (decimal): -5598703 or 1151658. OLE color: 1151658.
HSL color Cylindrical-coordinate representation of color #AA9211: hue angle of 50.59º 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 #AA9211 is Cyan = 0, Magento = 0.14, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 146 | 17 | - |
| CMYK | 0 | 0.14 | 0.9 | 0.33 |
| HSL | 50.59º | 0.82% | 0.37% | - |
| HSV(B) | 50.59º | 0.9% | 0.67% | - |
| XYZ | 26.96 | 29.14 | 4.73 | - |
| YUV | 138.47 | 59.45 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 17 | 0 | 0.14 | 0.9 | 0.33 | 50.59 | 0.82 | 0.37 |
| Hex | AA | 92 | 11 | 0 | E | 5A | 21 | 33 | 52 | 25 |
| Octal | 252 | 222 | 21 | 0 | 16 | 132 | 41 | 63 | 122 | 45 |
| Binary | 10101010 | 10010010 | 10001 | 0 | 1110 | 1011010 | 100001 | 110011 | 1010010 | 100101 |
Color Harmonies of #AA9211
Complementary color
Monochromatic Colors of #AA9211
Black with #AA9211
Text Example
Text Example
White with #AA9211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9211; }
p { color: rgb(170,146,17); }
H1.HeaderClassName
{
color: #AA9211;
}
.AnyTagClassName
{
color: #AA9211;
}
</style>
background-color css
<style>
a { background-color: #AA9211; }
a { background-color: rgb(170,146,17); }
div.DivClassName
{
background-color: #AA9211;
}
.BgClassName
{
background-color: #AA9211;
}
</style>
border-color css
<style>
span { border-color: #AA9211; }
span { border-color: rgb(170,146,17); }
td.TdClassName
{
border-color: #AA9211;
}
.TagClassName
{
border-color: #AA9211;
}
</style>