Shades of Lucky #AA900E
Tints of Lucky #AA900E
RGB
CMYK
RGB Variations
Color information
#AA900E (or 0xAA900E) is known color: Lucky. HEX triplet: AA, 90 and 0E. RGB value is (170,144,14). Sum of RGB (Red+Green+Blue) = 170+144+14=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 14 (5.86% from 255 or 4.27% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA900E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA900E is #556FF1. Grayscale: #898989. Windows color (decimal): -5599218 or 954538. OLE color: 954538.
HSL color Cylindrical-coordinate representation of color #AA900E: hue angle of 50º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA900E is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 144 | 14 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.33 |
| HSL | 50º | 0.85% | 0.36% | - |
| HSV(B) | 50º | 0.92% | 0.67% | - |
| XYZ | 26.63 | 28.52 | 4.52 | - |
| YUV | 136.95 | 58.61 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 14 | 0 | 0.15 | 0.92 | 0.33 | 50 | 0.85 | 0.36 |
| Hex | AA | 90 | E | 0 | F | 5C | 21 | 32 | 55 | 24 |
| Octal | 252 | 220 | 16 | 0 | 17 | 134 | 41 | 62 | 125 | 44 |
| Binary | 10101010 | 10010000 | 1110 | 0 | 1111 | 1011100 | 100001 | 110010 | 1010101 | 100100 |
Color Harmonies of #AA900E
Complementary color
Monochromatic Colors of #AA900E
Black with #AA900E
Text Example
Text Example
White with #AA900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA900E; }
p { color: rgb(170,144,14); }
H1.HeaderClassName
{
color: #AA900E;
}
.AnyTagClassName
{
color: #AA900E;
}
</style>
background-color css
<style>
a { background-color: #AA900E; }
a { background-color: rgb(170,144,14); }
div.DivClassName
{
background-color: #AA900E;
}
.BgClassName
{
background-color: #AA900E;
}
</style>
border-color css
<style>
span { border-color: #AA900E; }
span { border-color: rgb(170,144,14); }
td.TdClassName
{
border-color: #AA900E;
}
.TagClassName
{
border-color: #AA900E;
}
</style>