Shades of Lucky #AA9A1D
Tints of Lucky #AA9A1D
RGB
CMYK
RGB Variations
Color information
#AA9A1D (or 0xAA9A1D) is known color: Lucky. HEX triplet: AA, 9A and 1D. RGB value is (170,154,29). Sum of RGB (Red+Green+Blue) = 170+154+29=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 154 (60.55% from 255 or 43.63% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9A1D is #5565E2. Grayscale: #919191. Windows color (decimal): -5596643 or 1940138. OLE color: 1940138.
HSL color Cylindrical-coordinate representation of color #AA9A1D: hue angle of 53.19º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA9A1D is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 29 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.33 |
| HSL | 53.19º | 0.71% | 0.39% | - |
| HSV(B) | 53.19º | 0.83% | 0.67% | - |
| XYZ | 28.35 | 31.75 | 5.8 | - |
| YUV | 144.53 | 62.8 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 29 | 0 | 0.09 | 0.83 | 0.33 | 53.19 | 0.71 | 0.39 |
| Hex | AA | 9A | 1D | 0 | 9 | 53 | 21 | 35 | 47 | 27 |
| Octal | 252 | 232 | 35 | 0 | 11 | 123 | 41 | 65 | 107 | 47 |
| Binary | 10101010 | 10011010 | 11101 | 0 | 1001 | 1010011 | 100001 | 110101 | 1000111 | 100111 |
Color Harmonies of #AA9A1D
Complementary color
Monochromatic Colors of #AA9A1D
Black with #AA9A1D
Text Example
Text Example
White with #AA9A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A1D; }
p { color: rgb(170,154,29); }
H1.HeaderClassName
{
color: #AA9A1D;
}
.AnyTagClassName
{
color: #AA9A1D;
}
</style>
background-color css
<style>
a { background-color: #AA9A1D; }
a { background-color: rgb(170,154,29); }
div.DivClassName
{
background-color: #AA9A1D;
}
.BgClassName
{
background-color: #AA9A1D;
}
</style>
border-color css
<style>
span { border-color: #AA9A1D; }
span { border-color: rgb(170,154,29); }
td.TdClassName
{
border-color: #AA9A1D;
}
.TagClassName
{
border-color: #AA9A1D;
}
</style>