Shades of Lucky #AA9D0E
Tints of Lucky #AA9D0E
RGB
CMYK
RGB Variations
Color information
#AA9D0E (or 0xAA9D0E) is known color: Lucky. HEX triplet: AA, 9D and 0E. RGB value is (170,157,14). Sum of RGB (Red+Green+Blue) = 170+157+14=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 157 (61.72% from 255 or 46.04% from 341); Blue value is 14 (5.86% from 255 or 4.11% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9D0E is #5562F1. Grayscale: #919191. Windows color (decimal): -5595890 or 957866. OLE color: 957866.
HSL color Cylindrical-coordinate representation of color #AA9D0E: hue angle of 55º 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 #AA9D0E is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 157 | 14 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.33 |
| HSL | 55º | 0.85% | 0.36% | - |
| HSV(B) | 55º | 0.92% | 0.67% | - |
| XYZ | 28.71 | 32.69 | 5.21 | - |
| YUV | 144.59 | 54.31 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 157 | 14 | 0 | 0.08 | 0.92 | 0.33 | 55 | 0.85 | 0.36 |
| Hex | AA | 9D | E | 0 | 8 | 5C | 21 | 37 | 55 | 24 |
| Octal | 252 | 235 | 16 | 0 | 10 | 134 | 41 | 67 | 125 | 44 |
| Binary | 10101010 | 10011101 | 1110 | 0 | 1000 | 1011100 | 100001 | 110111 | 1010101 | 100100 |
Color Harmonies of #AA9D0E
Complementary color
Monochromatic Colors of #AA9D0E
Black with #AA9D0E
Text Example
Text Example
White with #AA9D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9D0E; }
p { color: rgb(170,157,14); }
H1.HeaderClassName
{
color: #AA9D0E;
}
.AnyTagClassName
{
color: #AA9D0E;
}
</style>
background-color css
<style>
a { background-color: #AA9D0E; }
a { background-color: rgb(170,157,14); }
div.DivClassName
{
background-color: #AA9D0E;
}
.BgClassName
{
background-color: #AA9D0E;
}
</style>
border-color css
<style>
span { border-color: #AA9D0E; }
span { border-color: rgb(170,157,14); }
td.TdClassName
{
border-color: #AA9D0E;
}
.TagClassName
{
border-color: #AA9D0E;
}
</style>