Shades of Lucky #AA981E
Tints of Lucky #AA981E
RGB
CMYK
RGB Variations
Color information
#AA981E (or 0xAA981E) is known color: Lucky. HEX triplet: AA, 98 and 1E. RGB value is (170,152,30). Sum of RGB (Red+Green+Blue) = 170+152+30=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 30 (12.11% from 255 or 8.52% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA981E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA981E is #5567E1. Grayscale: #8F8F8F. Windows color (decimal): -5597154 or 2005162. OLE color: 2005162.
HSL color Cylindrical-coordinate representation of color #AA981E: hue angle of 52.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 #AA981E is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 30 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.33 |
| HSL | 52.29º | 0.7% | 0.39% | - |
| HSV(B) | 52.29º | 0.82% | 0.67% | - |
| XYZ | 28.04 | 31.1 | 5.75 | - |
| YUV | 143.47 | 63.96 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 30 | 0 | 0.11 | 0.82 | 0.33 | 52.29 | 0.7 | 0.39 |
| Hex | AA | 98 | 1E | 0 | B | 52 | 21 | 34 | 46 | 27 |
| Octal | 252 | 230 | 36 | 0 | 13 | 122 | 41 | 64 | 106 | 47 |
| Binary | 10101010 | 10011000 | 11110 | 0 | 1011 | 1010010 | 100001 | 110100 | 1000110 | 100111 |
Color Harmonies of #AA981E
Complementary color
Monochromatic Colors of #AA981E
Black with #AA981E
Text Example
Text Example
White with #AA981E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA981E; }
p { color: rgb(170,152,30); }
H1.HeaderClassName
{
color: #AA981E;
}
.AnyTagClassName
{
color: #AA981E;
}
</style>
background-color css
<style>
a { background-color: #AA981E; }
a { background-color: rgb(170,152,30); }
div.DivClassName
{
background-color: #AA981E;
}
.BgClassName
{
background-color: #AA981E;
}
</style>
border-color css
<style>
span { border-color: #AA981E; }
span { border-color: rgb(170,152,30); }
td.TdClassName
{
border-color: #AA981E;
}
.TagClassName
{
border-color: #AA981E;
}
</style>