Shades of Lucky #AA9A1A
Tints of Lucky #AA9A1A
RGB
CMYK
RGB Variations
Color information
#AA9A1A (or 0xAA9A1A) is known color: Lucky. HEX triplet: AA, 9A and 1A. RGB value is (170,154,26). Sum of RGB (Red+Green+Blue) = 170+154+26=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 154 (60.55% from 255 or 44% from 350); Blue value is 26 (10.55% from 255 or 7.43% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9A1A is #5565E5. Grayscale: #909090. Windows color (decimal): -5596646 or 1743530. OLE color: 1743530.
HSL color Cylindrical-coordinate representation of color #AA9A1A: hue angle of 53.33º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA9A1A is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 26 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.33 |
| HSL | 53.33º | 0.73% | 0.38% | - |
| HSV(B) | 53.33º | 0.85% | 0.67% | - |
| XYZ | 28.32 | 31.73 | 5.61 | - |
| YUV | 144.19 | 61.3 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 26 | 0 | 0.09 | 0.85 | 0.33 | 53.33 | 0.73 | 0.38 |
| Hex | AA | 9A | 1A | 0 | 9 | 55 | 21 | 35 | 49 | 26 |
| Octal | 252 | 232 | 32 | 0 | 11 | 125 | 41 | 65 | 111 | 46 |
| Binary | 10101010 | 10011010 | 11010 | 0 | 1001 | 1010101 | 100001 | 110101 | 1001001 | 100110 |
Color Harmonies of #AA9A1A
Complementary color
Monochromatic Colors of #AA9A1A
Black with #AA9A1A
Text Example
Text Example
White with #AA9A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A1A; }
p { color: rgb(170,154,26); }
H1.HeaderClassName
{
color: #AA9A1A;
}
.AnyTagClassName
{
color: #AA9A1A;
}
</style>
background-color css
<style>
a { background-color: #AA9A1A; }
a { background-color: rgb(170,154,26); }
div.DivClassName
{
background-color: #AA9A1A;
}
.BgClassName
{
background-color: #AA9A1A;
}
</style>
border-color css
<style>
span { border-color: #AA9A1A; }
span { border-color: rgb(170,154,26); }
td.TdClassName
{
border-color: #AA9A1A;
}
.TagClassName
{
border-color: #AA9A1A;
}
</style>