Shades of Lucky #AA9115
Tints of Lucky #AA9115
RGB
CMYK
RGB Variations
Color information
#AA9115 (or 0xAA9115) is known color: Lucky. HEX triplet: AA, 91 and 15. RGB value is (170,145,21). Sum of RGB (Red+Green+Blue) = 170+145+21=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 21 (8.59% from 255 or 6.25% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9115 is #556EEA. Grayscale: #8A8A8A. Windows color (decimal): -5598955 or 1413546. OLE color: 1413546.
HSL color Cylindrical-coordinate representation of color #AA9115: hue angle of 49.93º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA9115 is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 21 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.33 |
| HSL | 49.93º | 0.78% | 0.37% | - |
| HSV(B) | 49.93º | 0.88% | 0.67% | - |
| XYZ | 26.84 | 28.85 | 4.86 | - |
| YUV | 138.34 | 61.78 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 21 | 0 | 0.15 | 0.88 | 0.33 | 49.93 | 0.78 | 0.37 |
| Hex | AA | 91 | 15 | 0 | F | 58 | 21 | 32 | 4E | 25 |
| Octal | 252 | 221 | 25 | 0 | 17 | 130 | 41 | 62 | 116 | 45 |
| Binary | 10101010 | 10010001 | 10101 | 0 | 1111 | 1011000 | 100001 | 110010 | 1001110 | 100101 |
Color Harmonies of #AA9115
Complementary color
Monochromatic Colors of #AA9115
Black with #AA9115
Text Example
Text Example
White with #AA9115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9115; }
p { color: rgb(170,145,21); }
H1.HeaderClassName
{
color: #AA9115;
}
.AnyTagClassName
{
color: #AA9115;
}
</style>
background-color css
<style>
a { background-color: #AA9115; }
a { background-color: rgb(170,145,21); }
div.DivClassName
{
background-color: #AA9115;
}
.BgClassName
{
background-color: #AA9115;
}
</style>
border-color css
<style>
span { border-color: #AA9115; }
span { border-color: rgb(170,145,21); }
td.TdClassName
{
border-color: #AA9115;
}
.TagClassName
{
border-color: #AA9115;
}
</style>