Shades of Lucky #AA9110
Tints of Lucky #AA9110
RGB
CMYK
RGB Variations
Color information
#AA9110 (or 0xAA9110) is known color: Lucky. HEX triplet: AA, 91 and 10. RGB value is (170,145,16). Sum of RGB (Red+Green+Blue) = 170+145+16=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9110 is #556EEF. Grayscale: #8A8A8A. Windows color (decimal): -5598960 or 1085866. OLE color: 1085866.
HSL color Cylindrical-coordinate representation of color #AA9110: hue angle of 50.26º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA9110 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 16 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.33 |
| HSL | 50.26º | 0.83% | 0.36% | - |
| HSV(B) | 50.26º | 0.91% | 0.67% | - |
| XYZ | 26.8 | 28.83 | 4.64 | - |
| YUV | 137.77 | 59.28 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 16 | 0 | 0.15 | 0.91 | 0.33 | 50.26 | 0.83 | 0.36 |
| Hex | AA | 91 | 10 | 0 | F | 5B | 21 | 32 | 53 | 24 |
| Octal | 252 | 221 | 20 | 0 | 17 | 133 | 41 | 62 | 123 | 44 |
| Binary | 10101010 | 10010001 | 10000 | 0 | 1111 | 1011011 | 100001 | 110010 | 1010011 | 100100 |
Color Harmonies of #AA9110
Complementary color
Monochromatic Colors of #AA9110
Black with #AA9110
Text Example
Text Example
White with #AA9110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9110; }
p { color: rgb(170,145,16); }
H1.HeaderClassName
{
color: #AA9110;
}
.AnyTagClassName
{
color: #AA9110;
}
</style>
background-color css
<style>
a { background-color: #AA9110; }
a { background-color: rgb(170,145,16); }
div.DivClassName
{
background-color: #AA9110;
}
.BgClassName
{
background-color: #AA9110;
}
</style>
border-color css
<style>
span { border-color: #AA9110; }
span { border-color: rgb(170,145,16); }
td.TdClassName
{
border-color: #AA9110;
}
.TagClassName
{
border-color: #AA9110;
}
</style>