Shades of Lucky #AA9215
Tints of Lucky #AA9215
RGB
CMYK
RGB Variations
Color information
#AA9215 (or 0xAA9215) is known color: Lucky. HEX triplet: AA, 92 and 15. RGB value is (170,146,21). Sum of RGB (Red+Green+Blue) = 170+146+21=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9215 is #556DEA. Grayscale: #8B8B8B. Windows color (decimal): -5598699 or 1413802. OLE color: 1413802.
HSL color Cylindrical-coordinate representation of color #AA9215: hue angle of 50.34º 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 #AA9215 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 146 | 21 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.33 |
| HSL | 50.34º | 0.78% | 0.37% | - |
| HSV(B) | 50.34º | 0.88% | 0.67% | - |
| XYZ | 26.99 | 29.16 | 4.91 | - |
| YUV | 138.93 | 61.45 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 21 | 0 | 0.14 | 0.88 | 0.33 | 50.34 | 0.78 | 0.37 |
| Hex | AA | 92 | 15 | 0 | E | 58 | 21 | 32 | 4E | 25 |
| Octal | 252 | 222 | 25 | 0 | 16 | 130 | 41 | 62 | 116 | 45 |
| Binary | 10101010 | 10010010 | 10101 | 0 | 1110 | 1011000 | 100001 | 110010 | 1001110 | 100101 |
Color Harmonies of #AA9215
Complementary color
Monochromatic Colors of #AA9215
Black with #AA9215
Text Example
Text Example
White with #AA9215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9215; }
p { color: rgb(170,146,21); }
H1.HeaderClassName
{
color: #AA9215;
}
.AnyTagClassName
{
color: #AA9215;
}
</style>
background-color css
<style>
a { background-color: #AA9215; }
a { background-color: rgb(170,146,21); }
div.DivClassName
{
background-color: #AA9215;
}
.BgClassName
{
background-color: #AA9215;
}
</style>
border-color css
<style>
span { border-color: #AA9215; }
span { border-color: rgb(170,146,21); }
td.TdClassName
{
border-color: #AA9215;
}
.TagClassName
{
border-color: #AA9215;
}
</style>