Shades of Lucky #AA9F05
Tints of Lucky #AA9F05
RGB
CMYK
RGB Variations
Color information
#AA9F05 (or 0xAA9F05) is known color: Lucky. HEX triplet: AA, 9F and 05. RGB value is (170,159,5). Sum of RGB (Red+Green+Blue) = 170+159+5=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 159 (62.5% from 255 or 47.60% from 334); Blue value is 5 (2.34% from 255 or 1.50% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9F05 is #5560FA. Grayscale: #919191. Windows color (decimal): -5595387 or 368554. OLE color: 368554.
HSL color Cylindrical-coordinate representation of color #AA9F05: hue angle of 56º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA9F05 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 159 | 5 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.33 |
| HSL | 56º | 0.94% | 0.34% | - |
| HSV(B) | 56º | 0.97% | 0.67% | - |
| XYZ | 29 | 33.35 | 5.05 | - |
| YUV | 144.73 | 49.14 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 5 | 0 | 0.06 | 0.97 | 0.33 | 56 | 0.94 | 0.34 |
| Hex | AA | 9F | 5 | 0 | 6 | 61 | 21 | 38 | 5E | 22 |
| Octal | 252 | 237 | 5 | 0 | 6 | 141 | 41 | 70 | 136 | 42 |
| Binary | 10101010 | 10011111 | 101 | 0 | 110 | 1100001 | 100001 | 111000 | 1011110 | 100010 |
Color Harmonies of #AA9F05
Complementary color
Monochromatic Colors of #AA9F05
Black with #AA9F05
Text Example
Text Example
White with #AA9F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F05; }
p { color: rgb(170,159,5); }
H1.HeaderClassName
{
color: #AA9F05;
}
.AnyTagClassName
{
color: #AA9F05;
}
</style>
background-color css
<style>
a { background-color: #AA9F05; }
a { background-color: rgb(170,159,5); }
div.DivClassName
{
background-color: #AA9F05;
}
.BgClassName
{
background-color: #AA9F05;
}
</style>
border-color css
<style>
span { border-color: #AA9F05; }
span { border-color: rgb(170,159,5); }
td.TdClassName
{
border-color: #AA9F05;
}
.TagClassName
{
border-color: #AA9F05;
}
</style>