Shades of Lucky #AA940E
Tints of Lucky #AA940E
RGB
CMYK
RGB Variations
Color information
#AA940E (or 0xAA940E) is known color: Lucky. HEX triplet: AA, 94 and 0E. RGB value is (170,148,14). Sum of RGB (Red+Green+Blue) = 170+148+14=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA940E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA940E is #556BF1. Grayscale: #8B8B8B. Windows color (decimal): -5598194 or 955562. OLE color: 955562.
HSL color Cylindrical-coordinate representation of color #AA940E: hue angle of 51.54º 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 #AA940E is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 14 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.33 |
| HSL | 51.54º | 0.85% | 0.36% | - |
| HSV(B) | 51.54º | 0.92% | 0.67% | - |
| XYZ | 27.25 | 29.76 | 4.72 | - |
| YUV | 139.3 | 57.29 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 14 | 0 | 0.13 | 0.92 | 0.33 | 51.54 | 0.85 | 0.36 |
| Hex | AA | 94 | E | 0 | D | 5C | 21 | 34 | 55 | 24 |
| Octal | 252 | 224 | 16 | 0 | 15 | 134 | 41 | 64 | 125 | 44 |
| Binary | 10101010 | 10010100 | 1110 | 0 | 1101 | 1011100 | 100001 | 110100 | 1010101 | 100100 |
Color Harmonies of #AA940E
Complementary color
Monochromatic Colors of #AA940E
Black with #AA940E
Text Example
Text Example
White with #AA940E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA940E; }
p { color: rgb(170,148,14); }
H1.HeaderClassName
{
color: #AA940E;
}
.AnyTagClassName
{
color: #AA940E;
}
</style>
background-color css
<style>
a { background-color: #AA940E; }
a { background-color: rgb(170,148,14); }
div.DivClassName
{
background-color: #AA940E;
}
.BgClassName
{
background-color: #AA940E;
}
</style>
border-color css
<style>
span { border-color: #AA940E; }
span { border-color: rgb(170,148,14); }
td.TdClassName
{
border-color: #AA940E;
}
.TagClassName
{
border-color: #AA940E;
}
</style>