Shades of Lucky #AA980B
Tints of Lucky #AA980B
RGB
CMYK
RGB Variations
Color information
#AA980B (or 0xAA980B) is known color: Lucky. HEX triplet: AA, 98 and 0B. RGB value is (170,152,11). Sum of RGB (Red+Green+Blue) = 170+152+11=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 152 (59.77% from 255 or 45.65% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA980B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA980B is #5567F4. Grayscale: #8D8D8D. Windows color (decimal): -5597173 or 759978. OLE color: 759978.
HSL color Cylindrical-coordinate representation of color #AA980B: hue angle of 53.21º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA980B is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 11 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.33 |
| HSL | 53.21º | 0.88% | 0.35% | - |
| HSV(B) | 53.21º | 0.94% | 0.67% | - |
| XYZ | 27.87 | 31.03 | 4.84 | - |
| YUV | 141.31 | 54.46 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 11 | 0 | 0.11 | 0.94 | 0.33 | 53.21 | 0.88 | 0.35 |
| Hex | AA | 98 | B | 0 | B | 5E | 21 | 35 | 58 | 23 |
| Octal | 252 | 230 | 13 | 0 | 13 | 136 | 41 | 65 | 130 | 43 |
| Binary | 10101010 | 10011000 | 1011 | 0 | 1011 | 1011110 | 100001 | 110101 | 1011000 | 100011 |
Color Harmonies of #AA980B
Complementary color
Monochromatic Colors of #AA980B
Black with #AA980B
Text Example
Text Example
White with #AA980B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA980B; }
p { color: rgb(170,152,11); }
H1.HeaderClassName
{
color: #AA980B;
}
.AnyTagClassName
{
color: #AA980B;
}
</style>
background-color css
<style>
a { background-color: #AA980B; }
a { background-color: rgb(170,152,11); }
div.DivClassName
{
background-color: #AA980B;
}
.BgClassName
{
background-color: #AA980B;
}
</style>
border-color css
<style>
span { border-color: #AA980B; }
span { border-color: rgb(170,152,11); }
td.TdClassName
{
border-color: #AA980B;
}
.TagClassName
{
border-color: #AA980B;
}
</style>