Shades of Lucky #AA940A
Tints of Lucky #AA940A
RGB
CMYK
RGB Variations
Color information
#AA940A (or 0xAA940A) is known color: Lucky. HEX triplet: AA, 94 and 0A. RGB value is (170,148,10). Sum of RGB (Red+Green+Blue) = 170+148+10=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA940A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA940A is #556BF5. Grayscale: #8B8B8B. Windows color (decimal): -5598198 or 693418. OLE color: 693418.
HSL color Cylindrical-coordinate representation of color #AA940A: hue angle of 51.75º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA940A is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 10 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.33 |
| HSL | 51.75º | 0.89% | 0.35% | - |
| HSV(B) | 51.75º | 0.94% | 0.67% | - |
| XYZ | 27.22 | 29.75 | 4.59 | - |
| YUV | 138.85 | 55.29 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 10 | 0 | 0.13 | 0.94 | 0.33 | 51.75 | 0.89 | 0.35 |
| Hex | AA | 94 | A | 0 | D | 5E | 21 | 34 | 59 | 23 |
| Octal | 252 | 224 | 12 | 0 | 15 | 136 | 41 | 64 | 131 | 43 |
| Binary | 10101010 | 10010100 | 1010 | 0 | 1101 | 1011110 | 100001 | 110100 | 1011001 | 100011 |
Color Harmonies of #AA940A
Complementary color
Monochromatic Colors of #AA940A
Black with #AA940A
Text Example
Text Example
White with #AA940A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA940A; }
p { color: rgb(170,148,10); }
H1.HeaderClassName
{
color: #AA940A;
}
.AnyTagClassName
{
color: #AA940A;
}
</style>
background-color css
<style>
a { background-color: #AA940A; }
a { background-color: rgb(170,148,10); }
div.DivClassName
{
background-color: #AA940A;
}
.BgClassName
{
background-color: #AA940A;
}
</style>
border-color css
<style>
span { border-color: #AA940A; }
span { border-color: rgb(170,148,10); }
td.TdClassName
{
border-color: #AA940A;
}
.TagClassName
{
border-color: #AA940A;
}
</style>