Shades of Lucky #AA8D1E
Tints of Lucky #AA8D1E
RGB
CMYK
RGB Variations
Color information
#AA8D1E (or 0xAA8D1E) is known color: Lucky. HEX triplet: AA, 8D and 1E. RGB value is (170,141,30). Sum of RGB (Red+Green+Blue) = 170+141+30=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8D1E is #5572E1. Grayscale: #898989. Windows color (decimal): -5599970 or 2002346. OLE color: 2002346.
HSL color Cylindrical-coordinate representation of color #AA8D1E: hue angle of 47.57º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA8D1E is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 141 | 30 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.33 |
| HSL | 47.57º | 0.7% | 0.39% | - |
| HSV(B) | 47.57º | 0.82% | 0.67% | - |
| XYZ | 26.34 | 27.69 | 5.18 | - |
| YUV | 137.02 | 67.61 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 30 | 0 | 0.17 | 0.82 | 0.33 | 47.57 | 0.7 | 0.39 |
| Hex | AA | 8D | 1E | 0 | 11 | 52 | 21 | 30 | 46 | 27 |
| Octal | 252 | 215 | 36 | 0 | 21 | 122 | 41 | 60 | 106 | 47 |
| Binary | 10101010 | 10001101 | 11110 | 0 | 10001 | 1010010 | 100001 | 110000 | 1000110 | 100111 |
Color Harmonies of #AA8D1E
Complementary color
Monochromatic Colors of #AA8D1E
Black with #AA8D1E
Text Example
Text Example
White with #AA8D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8D1E; }
p { color: rgb(170,141,30); }
H1.HeaderClassName
{
color: #AA8D1E;
}
.AnyTagClassName
{
color: #AA8D1E;
}
</style>
background-color css
<style>
a { background-color: #AA8D1E; }
a { background-color: rgb(170,141,30); }
div.DivClassName
{
background-color: #AA8D1E;
}
.BgClassName
{
background-color: #AA8D1E;
}
</style>
border-color css
<style>
span { border-color: #AA8D1E; }
span { border-color: rgb(170,141,30); }
td.TdClassName
{
border-color: #AA8D1E;
}
.TagClassName
{
border-color: #AA8D1E;
}
</style>