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