Shades of Lucky #AA991E
Tints of Lucky #AA991E
RGB
CMYK
RGB Variations
Color information
#AA991E (or 0xAA991E) is known color: Lucky. HEX triplet: AA, 99 and 1E. RGB value is (170,153,30). Sum of RGB (Red+Green+Blue) = 170+153+30=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 153 (60.16% from 255 or 43.34% from 353); Blue value is 30 (12.11% from 255 or 8.50% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA991E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA991E is #5566E1. Grayscale: #909090. Windows color (decimal): -5596898 or 2005418. OLE color: 2005418.
HSL color Cylindrical-coordinate representation of color #AA991E: hue angle of 52.71º 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 #AA991E is Cyan = 0, Magento = 0.1, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 30 | - |
| CMYK | 0 | 0.1 | 0.82 | 0.33 |
| HSL | 52.71º | 0.7% | 0.39% | - |
| HSV(B) | 52.71º | 0.82% | 0.67% | - |
| XYZ | 28.2 | 31.42 | 5.81 | - |
| YUV | 144.06 | 63.63 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 30 | 0 | 0.1 | 0.82 | 0.33 | 52.71 | 0.7 | 0.39 |
| Hex | AA | 99 | 1E | 0 | A | 52 | 21 | 35 | 46 | 27 |
| Octal | 252 | 231 | 36 | 0 | 12 | 122 | 41 | 65 | 106 | 47 |
| Binary | 10101010 | 10011001 | 11110 | 0 | 1010 | 1010010 | 100001 | 110101 | 1000110 | 100111 |
Color Harmonies of #AA991E
Complementary color
Monochromatic Colors of #AA991E
Black with #AA991E
Text Example
Text Example
White with #AA991E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA991E; }
p { color: rgb(170,153,30); }
H1.HeaderClassName
{
color: #AA991E;
}
.AnyTagClassName
{
color: #AA991E;
}
</style>
background-color css
<style>
a { background-color: #AA991E; }
a { background-color: rgb(170,153,30); }
div.DivClassName
{
background-color: #AA991E;
}
.BgClassName
{
background-color: #AA991E;
}
</style>
border-color css
<style>
span { border-color: #AA991E; }
span { border-color: rgb(170,153,30); }
td.TdClassName
{
border-color: #AA991E;
}
.TagClassName
{
border-color: #AA991E;
}
</style>