Shades of Lucky #AA9F10
Tints of Lucky #AA9F10
RGB
CMYK
RGB Variations
Color information
#AA9F10 (or 0xAA9F10) is known color: Lucky. HEX triplet: AA, 9F and 10. RGB value is (170,159,16). Sum of RGB (Red+Green+Blue) = 170+159+16=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 159 (62.5% from 255 or 46.09% from 345); Blue value is 16 (6.64% from 255 or 4.64% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9F10 is #5560EF. Grayscale: #929292. Windows color (decimal): -5595376 or 1089450. OLE color: 1089450.
HSL color Cylindrical-coordinate representation of color #AA9F10: hue angle of 55.71º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA9F10 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 159 | 16 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.33 |
| HSL | 55.71º | 0.83% | 0.36% | - |
| HSV(B) | 55.71º | 0.91% | 0.67% | - |
| XYZ | 29.07 | 33.38 | 5.4 | - |
| YUV | 145.99 | 54.64 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 16 | 0 | 0.06 | 0.91 | 0.33 | 55.71 | 0.83 | 0.36 |
| Hex | AA | 9F | 10 | 0 | 6 | 5B | 21 | 38 | 53 | 24 |
| Octal | 252 | 237 | 20 | 0 | 6 | 133 | 41 | 70 | 123 | 44 |
| Binary | 10101010 | 10011111 | 10000 | 0 | 110 | 1011011 | 100001 | 111000 | 1010011 | 100100 |
Color Harmonies of #AA9F10
Complementary color
Monochromatic Colors of #AA9F10
Black with #AA9F10
Text Example
Text Example
White with #AA9F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F10; }
p { color: rgb(170,159,16); }
H1.HeaderClassName
{
color: #AA9F10;
}
.AnyTagClassName
{
color: #AA9F10;
}
</style>
background-color css
<style>
a { background-color: #AA9F10; }
a { background-color: rgb(170,159,16); }
div.DivClassName
{
background-color: #AA9F10;
}
.BgClassName
{
background-color: #AA9F10;
}
</style>
border-color css
<style>
span { border-color: #AA9F10; }
span { border-color: rgb(170,159,16); }
td.TdClassName
{
border-color: #AA9F10;
}
.TagClassName
{
border-color: #AA9F10;
}
</style>