Shades of Jungle Mist #AABABA
Tints of Jungle Mist #AABABA
RGB
CMYK
RGB Variations
Color information
#AABABA (or 0xAABABA) is known color: Jungle Mist. HEX triplet: AA, BA and BA. RGB value is (170,186,186). Sum of RGB (Red+Green+Blue) = 170+186+186=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #AABABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABABA is #554545. Grayscale: #B5B5B5. Windows color (decimal): -5588294 or 12237482. OLE color: 12237482.
HSL color Cylindrical-coordinate representation of color #AABABA: hue angle of 180º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AABABA is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 186 | - |
| CMYK | 0.09 | 0 | 0 | 0.27 |
| HSL | 180º | 0.1% | 0.7% | - |
| HSV(B) | 180º | 0.09% | 0.73% | - |
| XYZ | 43 | 47.21 | 53.3 | - |
| YUV | 181.22 | 130.7 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 186 | 0.09 | 0 | 0 | 0.27 | 180 | 0.1 | 0.7 |
| Hex | AA | BA | BA | 9 | 0 | 0 | 1B | B4 | A | 46 |
| Octal | 252 | 272 | 272 | 11 | 0 | 0 | 33 | 264 | 12 | 106 |
| Binary | 10101010 | 10111010 | 10111010 | 1001 | 0 | 0 | 11011 | 10110100 | 1010 | 1000110 |
Color Harmonies of #AABABA
Complementary color
Monochromatic Colors of #AABABA
Black with #AABABA
Text Example
Text Example
White with #AABABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABABA; }
p { color: rgb(170,186,186); }
H1.HeaderClassName
{
color: #AABABA;
}
.AnyTagClassName
{
color: #AABABA;
}
</style>
background-color css
<style>
a { background-color: #AABABA; }
a { background-color: rgb(170,186,186); }
div.DivClassName
{
background-color: #AABABA;
}
.BgClassName
{
background-color: #AABABA;
}
</style>
border-color css
<style>
span { border-color: #AABABA; }
span { border-color: rgb(170,186,186); }
td.TdClassName
{
border-color: #AABABA;
}
.TagClassName
{
border-color: #AABABA;
}
</style>