Shades of Lucky #AA9F20
Tints of Lucky #AA9F20
RGB
CMYK
RGB Variations
Color information
#AA9F20 (or 0xAA9F20) is known color: Lucky. HEX triplet: AA, 9F and 20. RGB value is (170,159,32). Sum of RGB (Red+Green+Blue) = 170+159+32=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 159 (62.5% from 255 or 44.04% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9F20 is #5560DF. Grayscale: #949494. Windows color (decimal): -5595360 or 2138026. OLE color: 2138026.
HSL color Cylindrical-coordinate representation of color #AA9F20: hue angle of 55.22º 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 #AA9F20 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 159 | 32 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.33 |
| HSL | 55.22º | 0.68% | 0.4% | - |
| HSV(B) | 55.22º | 0.81% | 0.67% | - |
| XYZ | 29.24 | 33.45 | 6.28 | - |
| YUV | 147.81 | 62.64 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 32 | 0 | 0.06 | 0.81 | 0.33 | 55.22 | 0.68 | 0.4 |
| Hex | AA | 9F | 20 | 0 | 6 | 51 | 21 | 37 | 44 | 28 |
| Octal | 252 | 237 | 40 | 0 | 6 | 121 | 41 | 67 | 104 | 50 |
| Binary | 10101010 | 10011111 | 100000 | 0 | 110 | 1010001 | 100001 | 110111 | 1000100 | 101000 |
Color Harmonies of #AA9F20
Complementary color
Monochromatic Colors of #AA9F20
Black with #AA9F20
Text Example
Text Example
White with #AA9F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F20; }
p { color: rgb(170,159,32); }
H1.HeaderClassName
{
color: #AA9F20;
}
.AnyTagClassName
{
color: #AA9F20;
}
</style>
background-color css
<style>
a { background-color: #AA9F20; }
a { background-color: rgb(170,159,32); }
div.DivClassName
{
background-color: #AA9F20;
}
.BgClassName
{
background-color: #AA9F20;
}
</style>
border-color css
<style>
span { border-color: #AA9F20; }
span { border-color: rgb(170,159,32); }
td.TdClassName
{
border-color: #AA9F20;
}
.TagClassName
{
border-color: #AA9F20;
}
</style>