Shades of Lucky #AA9F0A
Tints of Lucky #AA9F0A
RGB
CMYK
RGB Variations
Color information
#AA9F0A (or 0xAA9F0A) is known color: Lucky. HEX triplet: AA, 9F and 0A. RGB value is (170,159,10). Sum of RGB (Red+Green+Blue) = 170+159+10=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 159 (62.5% from 255 or 46.90% from 339); Blue value is 10 (4.30% from 255 or 2.95% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9F0A is #5560F5. Grayscale: #919191. Windows color (decimal): -5595382 or 696234. OLE color: 696234.
HSL color Cylindrical-coordinate representation of color #AA9F0A: hue angle of 55.88º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA9F0A is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 159 | 10 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.33 |
| HSL | 55.88º | 0.89% | 0.35% | - |
| HSV(B) | 55.88º | 0.94% | 0.67% | - |
| XYZ | 29.03 | 33.36 | 5.2 | - |
| YUV | 145.3 | 51.64 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 10 | 0 | 0.06 | 0.94 | 0.33 | 55.88 | 0.89 | 0.35 |
| Hex | AA | 9F | A | 0 | 6 | 5E | 21 | 38 | 59 | 23 |
| Octal | 252 | 237 | 12 | 0 | 6 | 136 | 41 | 70 | 131 | 43 |
| Binary | 10101010 | 10011111 | 1010 | 0 | 110 | 1011110 | 100001 | 111000 | 1011001 | 100011 |
Color Harmonies of #AA9F0A
Complementary color
Monochromatic Colors of #AA9F0A
Black with #AA9F0A
Text Example
Text Example
White with #AA9F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F0A; }
p { color: rgb(170,159,10); }
H1.HeaderClassName
{
color: #AA9F0A;
}
.AnyTagClassName
{
color: #AA9F0A;
}
</style>
background-color css
<style>
a { background-color: #AA9F0A; }
a { background-color: rgb(170,159,10); }
div.DivClassName
{
background-color: #AA9F0A;
}
.BgClassName
{
background-color: #AA9F0A;
}
</style>
border-color css
<style>
span { border-color: #AA9F0A; }
span { border-color: rgb(170,159,10); }
td.TdClassName
{
border-color: #AA9F0A;
}
.TagClassName
{
border-color: #AA9F0A;
}
</style>