Shades of Lucky #AA982A
Tints of Lucky #AA982A
RGB
CMYK
RGB Variations
Color information
#AA982A (or 0xAA982A) is known color: Lucky. HEX triplet: AA, 98 and 2A. RGB value is (170,152,42). Sum of RGB (Red+Green+Blue) = 170+152+42=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 42 (16.80% from 255 or 11.54% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA982A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA982A is #5567D5. Grayscale: #919191. Windows color (decimal): -5597142 or 2791594. OLE color: 2791594.
HSL color Cylindrical-coordinate representation of color #AA982A: hue angle of 51.56º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA982A is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 42 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.33 |
| HSL | 51.56º | 0.6% | 0.42% | - |
| HSV(B) | 51.56º | 0.75% | 0.67% | - |
| XYZ | 28.22 | 31.17 | 6.72 | - |
| YUV | 144.84 | 69.96 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 42 | 0 | 0.11 | 0.75 | 0.33 | 51.56 | 0.6 | 0.42 |
| Hex | AA | 98 | 2A | 0 | B | 4B | 21 | 34 | 3C | 2A |
| Octal | 252 | 230 | 52 | 0 | 13 | 113 | 41 | 64 | 74 | 52 |
| Binary | 10101010 | 10011000 | 101010 | 0 | 1011 | 1001011 | 100001 | 110100 | 111100 | 101010 |
Color Harmonies of #AA982A
Complementary color
Monochromatic Colors of #AA982A
Black with #AA982A
Text Example
Text Example
White with #AA982A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA982A; }
p { color: rgb(170,152,42); }
H1.HeaderClassName
{
color: #AA982A;
}
.AnyTagClassName
{
color: #AA982A;
}
</style>
background-color css
<style>
a { background-color: #AA982A; }
a { background-color: rgb(170,152,42); }
div.DivClassName
{
background-color: #AA982A;
}
.BgClassName
{
background-color: #AA982A;
}
</style>
border-color css
<style>
span { border-color: #AA982A; }
span { border-color: rgb(170,152,42); }
td.TdClassName
{
border-color: #AA982A;
}
.TagClassName
{
border-color: #AA982A;
}
</style>