Shades of Lucky #AA9311
Tints of Lucky #AA9311
RGB
CMYK
RGB Variations
Color information
#AA9311 (or 0xAA9311) is known color: Lucky. HEX triplet: AA, 93 and 11. RGB value is (170,147,17). Sum of RGB (Red+Green+Blue) = 170+147+17=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9311 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9311 is #556CEE. Grayscale: #8B8B8B. Windows color (decimal): -5598447 or 1151914. OLE color: 1151914.
HSL color Cylindrical-coordinate representation of color #AA9311: hue angle of 50.98º 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 #AA9311 is Cyan = 0, Magento = 0.14, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 17 | - |
| CMYK | 0 | 0.14 | 0.9 | 0.33 |
| HSL | 50.98º | 0.82% | 0.37% | - |
| HSV(B) | 50.98º | 0.9% | 0.67% | - |
| XYZ | 27.11 | 29.45 | 4.79 | - |
| YUV | 139.06 | 59.12 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 17 | 0 | 0.14 | 0.9 | 0.33 | 50.98 | 0.82 | 0.37 |
| Hex | AA | 93 | 11 | 0 | E | 5A | 21 | 33 | 52 | 25 |
| Octal | 252 | 223 | 21 | 0 | 16 | 132 | 41 | 63 | 122 | 45 |
| Binary | 10101010 | 10010011 | 10001 | 0 | 1110 | 1011010 | 100001 | 110011 | 1010010 | 100101 |
Color Harmonies of #AA9311
Complementary color
Monochromatic Colors of #AA9311
Black with #AA9311
Text Example
Text Example
White with #AA9311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9311; }
p { color: rgb(170,147,17); }
H1.HeaderClassName
{
color: #AA9311;
}
.AnyTagClassName
{
color: #AA9311;
}
</style>
background-color css
<style>
a { background-color: #AA9311; }
a { background-color: rgb(170,147,17); }
div.DivClassName
{
background-color: #AA9311;
}
.BgClassName
{
background-color: #AA9311;
}
</style>
border-color css
<style>
span { border-color: #AA9311; }
span { border-color: rgb(170,147,17); }
td.TdClassName
{
border-color: #AA9311;
}
.TagClassName
{
border-color: #AA9311;
}
</style>