Shades of Lucky #AA980E
Tints of Lucky #AA980E
RGB
CMYK
RGB Variations
Color information
#AA980E (or 0xAA980E) is known color: Lucky. HEX triplet: AA, 98 and 0E. RGB value is (170,152,14). Sum of RGB (Red+Green+Blue) = 170+152+14=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 14 (5.86% from 255 or 4.17% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA980E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA980E is #5567F1. Grayscale: #8E8E8E. Windows color (decimal): -5597170 or 956586. OLE color: 956586.
HSL color Cylindrical-coordinate representation of color #AA980E: hue angle of 53.08º 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 #AA980E is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 14 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.33 |
| HSL | 53.08º | 0.85% | 0.36% | - |
| HSV(B) | 53.08º | 0.92% | 0.67% | - |
| XYZ | 27.89 | 31.03 | 4.94 | - |
| YUV | 141.65 | 55.96 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 14 | 0 | 0.11 | 0.92 | 0.33 | 53.08 | 0.85 | 0.36 |
| Hex | AA | 98 | E | 0 | B | 5C | 21 | 35 | 55 | 24 |
| Octal | 252 | 230 | 16 | 0 | 13 | 134 | 41 | 65 | 125 | 44 |
| Binary | 10101010 | 10011000 | 1110 | 0 | 1011 | 1011100 | 100001 | 110101 | 1010101 | 100100 |
Color Harmonies of #AA980E
Complementary color
Monochromatic Colors of #AA980E
Black with #AA980E
Text Example
Text Example
White with #AA980E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA980E; }
p { color: rgb(170,152,14); }
H1.HeaderClassName
{
color: #AA980E;
}
.AnyTagClassName
{
color: #AA980E;
}
</style>
background-color css
<style>
a { background-color: #AA980E; }
a { background-color: rgb(170,152,14); }
div.DivClassName
{
background-color: #AA980E;
}
.BgClassName
{
background-color: #AA980E;
}
</style>
border-color css
<style>
span { border-color: #AA980E; }
span { border-color: rgb(170,152,14); }
td.TdClassName
{
border-color: #AA980E;
}
.TagClassName
{
border-color: #AA980E;
}
</style>