Shades of Lucky #AA9F0E
Tints of Lucky #AA9F0E
RGB
CMYK
RGB Variations
Color information
#AA9F0E (or 0xAA9F0E) is known color: Lucky. HEX triplet: AA, 9F and 0E. RGB value is (170,159,14). Sum of RGB (Red+Green+Blue) = 170+159+14=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 159 (62.5% from 255 or 46.36% from 343); Blue value is 14 (5.86% from 255 or 4.08% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9F0E is #5560F1. Grayscale: #929292. Windows color (decimal): -5595378 or 958378. OLE color: 958378.
HSL color Cylindrical-coordinate representation of color #AA9F0E: hue angle of 55.77º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA9F0E is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 159 | 14 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.33 |
| HSL | 55.77º | 0.85% | 0.36% | - |
| HSV(B) | 55.77º | 0.92% | 0.67% | - |
| XYZ | 29.05 | 33.37 | 5.33 | - |
| YUV | 145.76 | 53.64 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 14 | 0 | 0.06 | 0.92 | 0.33 | 55.77 | 0.85 | 0.36 |
| Hex | AA | 9F | E | 0 | 6 | 5C | 21 | 38 | 55 | 24 |
| Octal | 252 | 237 | 16 | 0 | 6 | 134 | 41 | 70 | 125 | 44 |
| Binary | 10101010 | 10011111 | 1110 | 0 | 110 | 1011100 | 100001 | 111000 | 1010101 | 100100 |
Color Harmonies of #AA9F0E
Complementary color
Monochromatic Colors of #AA9F0E
Black with #AA9F0E
Text Example
Text Example
White with #AA9F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F0E; }
p { color: rgb(170,159,14); }
H1.HeaderClassName
{
color: #AA9F0E;
}
.AnyTagClassName
{
color: #AA9F0E;
}
</style>
background-color css
<style>
a { background-color: #AA9F0E; }
a { background-color: rgb(170,159,14); }
div.DivClassName
{
background-color: #AA9F0E;
}
.BgClassName
{
background-color: #AA9F0E;
}
</style>
border-color css
<style>
span { border-color: #AA9F0E; }
span { border-color: rgb(170,159,14); }
td.TdClassName
{
border-color: #AA9F0E;
}
.TagClassName
{
border-color: #AA9F0E;
}
</style>