Shades of Lucky #AA9E2A
Tints of Lucky #AA9E2A
RGB
CMYK
RGB Variations
Color information
#AA9E2A (or 0xAA9E2A) is known color: Lucky. HEX triplet: AA, 9E and 2A. RGB value is (170,158,42). Sum of RGB (Red+Green+Blue) = 170+158+42=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 42 (16.80% from 255 or 11.35% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9E2A is #5561D5. Grayscale: #949494. Windows color (decimal): -5595606 or 2793130. OLE color: 2793130.
HSL color Cylindrical-coordinate representation of color #AA9E2A: hue angle of 54.38º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA9E2A is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 158 | 42 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.33 |
| HSL | 54.38º | 0.6% | 0.42% | - |
| HSV(B) | 54.38º | 0.75% | 0.67% | - |
| XYZ | 29.22 | 33.17 | 7.05 | - |
| YUV | 148.36 | 67.98 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 42 | 0 | 0.07 | 0.75 | 0.33 | 54.38 | 0.6 | 0.42 |
| Hex | AA | 9E | 2A | 0 | 7 | 4B | 21 | 36 | 3C | 2A |
| Octal | 252 | 236 | 52 | 0 | 7 | 113 | 41 | 66 | 74 | 52 |
| Binary | 10101010 | 10011110 | 101010 | 0 | 111 | 1001011 | 100001 | 110110 | 111100 | 101010 |
Color Harmonies of #AA9E2A
Complementary color
Monochromatic Colors of #AA9E2A
Black with #AA9E2A
Text Example
Text Example
White with #AA9E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9E2A; }
p { color: rgb(170,158,42); }
H1.HeaderClassName
{
color: #AA9E2A;
}
.AnyTagClassName
{
color: #AA9E2A;
}
</style>
background-color css
<style>
a { background-color: #AA9E2A; }
a { background-color: rgb(170,158,42); }
div.DivClassName
{
background-color: #AA9E2A;
}
.BgClassName
{
background-color: #AA9E2A;
}
</style>
border-color css
<style>
span { border-color: #AA9E2A; }
span { border-color: rgb(170,158,42); }
td.TdClassName
{
border-color: #AA9E2A;
}
.TagClassName
{
border-color: #AA9E2A;
}
</style>