Shades of Lucky #AA992A
Tints of Lucky #AA992A
RGB
CMYK
RGB Variations
Color information
#AA992A (or 0xAA992A) is known color: Lucky. HEX triplet: AA, 99 and 2A. RGB value is (170,153,42). Sum of RGB (Red+Green+Blue) = 170+153+42=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 42 (16.80% from 255 or 11.51% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA992A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA992A is #5566D5. Grayscale: #919191. Windows color (decimal): -5596886 or 2791850. OLE color: 2791850.
HSL color Cylindrical-coordinate representation of color #AA992A: hue angle of 52.03º 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 #AA992A is Cyan = 0, Magento = 0.1, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 42 | - |
| CMYK | 0 | 0.1 | 0.75 | 0.33 |
| HSL | 52.03º | 0.6% | 0.42% | - |
| HSV(B) | 52.03º | 0.75% | 0.67% | - |
| XYZ | 28.39 | 31.5 | 6.77 | - |
| YUV | 145.43 | 69.63 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 42 | 0 | 0.1 | 0.75 | 0.33 | 52.03 | 0.6 | 0.42 |
| Hex | AA | 99 | 2A | 0 | A | 4B | 21 | 34 | 3C | 2A |
| Octal | 252 | 231 | 52 | 0 | 12 | 113 | 41 | 64 | 74 | 52 |
| Binary | 10101010 | 10011001 | 101010 | 0 | 1010 | 1001011 | 100001 | 110100 | 111100 | 101010 |
Color Harmonies of #AA992A
Complementary color
Monochromatic Colors of #AA992A
Black with #AA992A
Text Example
Text Example
White with #AA992A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA992A; }
p { color: rgb(170,153,42); }
H1.HeaderClassName
{
color: #AA992A;
}
.AnyTagClassName
{
color: #AA992A;
}
</style>
background-color css
<style>
a { background-color: #AA992A; }
a { background-color: rgb(170,153,42); }
div.DivClassName
{
background-color: #AA992A;
}
.BgClassName
{
background-color: #AA992A;
}
</style>
border-color css
<style>
span { border-color: #AA992A; }
span { border-color: rgb(170,153,42); }
td.TdClassName
{
border-color: #AA992A;
}
.TagClassName
{
border-color: #AA992A;
}
</style>