Shades of Lucky #AA9F1E
Tints of Lucky #AA9F1E
RGB
CMYK
RGB Variations
Color information
#AA9F1E (or 0xAA9F1E) is known color: Lucky. HEX triplet: AA, 9F and 1E. RGB value is (170,159,30). Sum of RGB (Red+Green+Blue) = 170+159+30=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 159 (62.5% from 255 or 44.29% from 359); Blue value is 30 (12.11% from 255 or 8.36% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9F1E is #5560E1. Grayscale: #949494. Windows color (decimal): -5595362 or 2006954. OLE color: 2006954.
HSL color Cylindrical-coordinate representation of color #AA9F1E: hue angle of 55.29º 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 #AA9F1E is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 159 | 30 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.33 |
| HSL | 55.29º | 0.7% | 0.39% | - |
| HSV(B) | 55.29º | 0.82% | 0.67% | - |
| XYZ | 29.21 | 33.44 | 6.14 | - |
| YUV | 147.58 | 61.64 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 30 | 0 | 0.06 | 0.82 | 0.33 | 55.29 | 0.7 | 0.39 |
| Hex | AA | 9F | 1E | 0 | 6 | 52 | 21 | 37 | 46 | 27 |
| Octal | 252 | 237 | 36 | 0 | 6 | 122 | 41 | 67 | 106 | 47 |
| Binary | 10101010 | 10011111 | 11110 | 0 | 110 | 1010010 | 100001 | 110111 | 1000110 | 100111 |
Color Harmonies of #AA9F1E
Complementary color
Monochromatic Colors of #AA9F1E
Black with #AA9F1E
Text Example
Text Example
White with #AA9F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F1E; }
p { color: rgb(170,159,30); }
H1.HeaderClassName
{
color: #AA9F1E;
}
.AnyTagClassName
{
color: #AA9F1E;
}
</style>
background-color css
<style>
a { background-color: #AA9F1E; }
a { background-color: rgb(170,159,30); }
div.DivClassName
{
background-color: #AA9F1E;
}
.BgClassName
{
background-color: #AA9F1E;
}
</style>
border-color css
<style>
span { border-color: #AA9F1E; }
span { border-color: rgb(170,159,30); }
td.TdClassName
{
border-color: #AA9F1E;
}
.TagClassName
{
border-color: #AA9F1E;
}
</style>