Shades of Lucky #AA9A0E
Tints of Lucky #AA9A0E
RGB
CMYK
RGB Variations
Color information
#AA9A0E (or 0xAA9A0E) is known color: Lucky. HEX triplet: AA, 9A and 0E. RGB value is (170,154,14). Sum of RGB (Red+Green+Blue) = 170+154+14=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 154 (60.55% from 255 or 45.56% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9A0E is #5565F1. Grayscale: #8F8F8F. Windows color (decimal): -5596658 or 957098. OLE color: 957098.
HSL color Cylindrical-coordinate representation of color #AA9A0E: hue angle of 53.85º 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 #AA9A0E is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 14 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.33 |
| HSL | 53.85º | 0.85% | 0.36% | - |
| HSV(B) | 53.85º | 0.92% | 0.67% | - |
| XYZ | 28.21 | 31.69 | 5.05 | - |
| YUV | 142.82 | 55.3 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 14 | 0 | 0.09 | 0.92 | 0.33 | 53.85 | 0.85 | 0.36 |
| Hex | AA | 9A | E | 0 | 9 | 5C | 21 | 36 | 55 | 24 |
| Octal | 252 | 232 | 16 | 0 | 11 | 134 | 41 | 66 | 125 | 44 |
| Binary | 10101010 | 10011010 | 1110 | 0 | 1001 | 1011100 | 100001 | 110110 | 1010101 | 100100 |
Color Harmonies of #AA9A0E
Complementary color
Monochromatic Colors of #AA9A0E
Black with #AA9A0E
Text Example
Text Example
White with #AA9A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A0E; }
p { color: rgb(170,154,14); }
H1.HeaderClassName
{
color: #AA9A0E;
}
.AnyTagClassName
{
color: #AA9A0E;
}
</style>
background-color css
<style>
a { background-color: #AA9A0E; }
a { background-color: rgb(170,154,14); }
div.DivClassName
{
background-color: #AA9A0E;
}
.BgClassName
{
background-color: #AA9A0E;
}
</style>
border-color css
<style>
span { border-color: #AA9A0E; }
span { border-color: rgb(170,154,14); }
td.TdClassName
{
border-color: #AA9A0E;
}
.TagClassName
{
border-color: #AA9A0E;
}
</style>