Shades of Lucky #AA9120
Tints of Lucky #AA9120
RGB
CMYK
RGB Variations
Color information
#AA9120 (or 0xAA9120) is known color: Lucky. HEX triplet: AA, 91 and 20. RGB value is (170,145,32). Sum of RGB (Red+Green+Blue) = 170+145+32=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 32 (12.89% from 255 or 9.22% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9120 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9120 is #556EDF. Grayscale: #8C8C8C. Windows color (decimal): -5598944 or 2134442. OLE color: 2134442.
HSL color Cylindrical-coordinate representation of color #AA9120: hue angle of 49.13º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA9120 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 32 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.33 |
| HSL | 49.13º | 0.68% | 0.4% | - |
| HSV(B) | 49.13º | 0.81% | 0.67% | - |
| XYZ | 26.96 | 28.9 | 5.52 | - |
| YUV | 139.59 | 67.28 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 32 | 0 | 0.15 | 0.81 | 0.33 | 49.13 | 0.68 | 0.4 |
| Hex | AA | 91 | 20 | 0 | F | 51 | 21 | 31 | 44 | 28 |
| Octal | 252 | 221 | 40 | 0 | 17 | 121 | 41 | 61 | 104 | 50 |
| Binary | 10101010 | 10010001 | 100000 | 0 | 1111 | 1010001 | 100001 | 110001 | 1000100 | 101000 |
Color Harmonies of #AA9120
Complementary color
Monochromatic Colors of #AA9120
Black with #AA9120
Text Example
Text Example
White with #AA9120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9120; }
p { color: rgb(170,145,32); }
H1.HeaderClassName
{
color: #AA9120;
}
.AnyTagClassName
{
color: #AA9120;
}
</style>
background-color css
<style>
a { background-color: #AA9120; }
a { background-color: rgb(170,145,32); }
div.DivClassName
{
background-color: #AA9120;
}
.BgClassName
{
background-color: #AA9120;
}
</style>
border-color css
<style>
span { border-color: #AA9120; }
span { border-color: rgb(170,145,32); }
td.TdClassName
{
border-color: #AA9120;
}
.TagClassName
{
border-color: #AA9120;
}
</style>