Shades of Lucky #AA9C0E
Tints of Lucky #AA9C0E
RGB
CMYK
RGB Variations
Color information
#AA9C0E (or 0xAA9C0E) is known color: Lucky. HEX triplet: AA, 9C and 0E. RGB value is (170,156,14). Sum of RGB (Red+Green+Blue) = 170+156+14=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 156 (61.33% from 255 or 45.88% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9C0E is #5563F1. Grayscale: #909090. Windows color (decimal): -5596146 or 957610. OLE color: 957610.
HSL color Cylindrical-coordinate representation of color #AA9C0E: hue angle of 54.62º 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 #AA9C0E is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 14 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.33 |
| HSL | 54.62º | 0.85% | 0.36% | - |
| HSV(B) | 54.62º | 0.92% | 0.67% | - |
| XYZ | 28.55 | 32.35 | 5.16 | - |
| YUV | 144 | 54.64 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 14 | 0 | 0.08 | 0.92 | 0.33 | 54.62 | 0.85 | 0.36 |
| Hex | AA | 9C | E | 0 | 8 | 5C | 21 | 37 | 55 | 24 |
| Octal | 252 | 234 | 16 | 0 | 10 | 134 | 41 | 67 | 125 | 44 |
| Binary | 10101010 | 10011100 | 1110 | 0 | 1000 | 1011100 | 100001 | 110111 | 1010101 | 100100 |
Color Harmonies of #AA9C0E
Complementary color
Monochromatic Colors of #AA9C0E
Black with #AA9C0E
Text Example
Text Example
White with #AA9C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C0E; }
p { color: rgb(170,156,14); }
H1.HeaderClassName
{
color: #AA9C0E;
}
.AnyTagClassName
{
color: #AA9C0E;
}
</style>
background-color css
<style>
a { background-color: #AA9C0E; }
a { background-color: rgb(170,156,14); }
div.DivClassName
{
background-color: #AA9C0E;
}
.BgClassName
{
background-color: #AA9C0E;
}
</style>
border-color css
<style>
span { border-color: #AA9C0E; }
span { border-color: rgb(170,156,14); }
td.TdClassName
{
border-color: #AA9C0E;
}
.TagClassName
{
border-color: #AA9C0E;
}
</style>