Shades of Lucky #AA9E28
Tints of Lucky #AA9E28
RGB
CMYK
RGB Variations
Color information
#AA9E28 (or 0xAA9E28) is known color: Lucky. HEX triplet: AA, 9E and 28. RGB value is (170,158,40). Sum of RGB (Red+Green+Blue) = 170+158+40=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 158 (62.11% from 255 or 42.93% from 368); Blue value is 40 (16.02% from 255 or 10.87% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9E28 is #5561D7. Grayscale: #949494. Windows color (decimal): -5595608 or 2662058. OLE color: 2662058.
HSL color Cylindrical-coordinate representation of color #AA9E28: hue angle of 54.46º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA9E28 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 158 | 40 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.33 |
| HSL | 54.46º | 0.62% | 0.41% | - |
| HSV(B) | 54.46º | 0.76% | 0.67% | - |
| XYZ | 29.19 | 33.15 | 6.87 | - |
| YUV | 148.14 | 66.98 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 40 | 0 | 0.07 | 0.76 | 0.33 | 54.46 | 0.62 | 0.41 |
| Hex | AA | 9E | 28 | 0 | 7 | 4C | 21 | 36 | 3E | 29 |
| Octal | 252 | 236 | 50 | 0 | 7 | 114 | 41 | 66 | 76 | 51 |
| Binary | 10101010 | 10011110 | 101000 | 0 | 111 | 1001100 | 100001 | 110110 | 111110 | 101001 |
Color Harmonies of #AA9E28
Complementary color
Monochromatic Colors of #AA9E28
Black with #AA9E28
Text Example
Text Example
White with #AA9E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9E28; }
p { color: rgb(170,158,40); }
H1.HeaderClassName
{
color: #AA9E28;
}
.AnyTagClassName
{
color: #AA9E28;
}
</style>
background-color css
<style>
a { background-color: #AA9E28; }
a { background-color: rgb(170,158,40); }
div.DivClassName
{
background-color: #AA9E28;
}
.BgClassName
{
background-color: #AA9E28;
}
</style>
border-color css
<style>
span { border-color: #AA9E28; }
span { border-color: rgb(170,158,40); }
td.TdClassName
{
border-color: #AA9E28;
}
.TagClassName
{
border-color: #AA9E28;
}
</style>