Shades of Lucky #AA9A1E
Tints of Lucky #AA9A1E
RGB
CMYK
RGB Variations
Color information
#AA9A1E (or 0xAA9A1E) is known color: Lucky. HEX triplet: AA, 9A and 1E. RGB value is (170,154,30). Sum of RGB (Red+Green+Blue) = 170+154+30=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 154 (60.55% from 255 or 43.50% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9A1E is #5565E1. Grayscale: #919191. Windows color (decimal): -5596642 or 2005674. OLE color: 2005674.
HSL color Cylindrical-coordinate representation of color #AA9A1E: hue angle of 53.14º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA9A1E is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 30 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.33 |
| HSL | 53.14º | 0.7% | 0.39% | - |
| HSV(B) | 53.14º | 0.82% | 0.67% | - |
| XYZ | 28.37 | 31.75 | 5.86 | - |
| YUV | 144.65 | 63.3 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 30 | 0 | 0.09 | 0.82 | 0.33 | 53.14 | 0.7 | 0.39 |
| Hex | AA | 9A | 1E | 0 | 9 | 52 | 21 | 35 | 46 | 27 |
| Octal | 252 | 232 | 36 | 0 | 11 | 122 | 41 | 65 | 106 | 47 |
| Binary | 10101010 | 10011010 | 11110 | 0 | 1001 | 1010010 | 100001 | 110101 | 1000110 | 100111 |
Color Harmonies of #AA9A1E
Complementary color
Monochromatic Colors of #AA9A1E
Black with #AA9A1E
Text Example
Text Example
White with #AA9A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A1E; }
p { color: rgb(170,154,30); }
H1.HeaderClassName
{
color: #AA9A1E;
}
.AnyTagClassName
{
color: #AA9A1E;
}
</style>
background-color css
<style>
a { background-color: #AA9A1E; }
a { background-color: rgb(170,154,30); }
div.DivClassName
{
background-color: #AA9A1E;
}
.BgClassName
{
background-color: #AA9A1E;
}
</style>
border-color css
<style>
span { border-color: #AA9A1E; }
span { border-color: rgb(170,154,30); }
td.TdClassName
{
border-color: #AA9A1E;
}
.TagClassName
{
border-color: #AA9A1E;
}
</style>