Shades of Jungle Mist #AABBBB
Tints of Jungle Mist #AABBBB
RGB
CMYK
RGB Variations
Color information
#AABBBB (or 0xAABBBB) is known color: Jungle Mist. HEX triplet: AA, BB and BB. RGB value is (170,187,187). Sum of RGB (Red+Green+Blue) = 170+187+187=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #AABBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBBB is #554444. Grayscale: #B5B5B5. Windows color (decimal): -5588037 or 12303274. OLE color: 12303274.
HSL color Cylindrical-coordinate representation of color #AABBBB: hue angle of 180º degrees, saturation: 0.11, 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 #AABBBB is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 170 | 187 | 187 | - |
CMYK | 0.09 | 0 | 0 | 0.27 |
HSL | 180º | 0.11% | 0.7% | - |
HSV(B) | 180º | 0.09% | 0.73% | - |
XYZ | 43.32 | 47.67 | 53.93 | - |
YUV | 181.92 | 130.87 | 119.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 187 | 187 | 0.09 | 0 | 0 | 0.27 | 180 | 0.11 | 0.7 |
Hex | AA | BB | BB | 9 | 0 | 0 | 1B | B4 | B | 46 |
Octal | 252 | 273 | 273 | 11 | 0 | 0 | 33 | 264 | 13 | 106 |
Binary | 10101010 | 10111011 | 10111011 | 1001 | 0 | 0 | 11011 | 10110100 | 1011 | 1000110 |
Color Harmonies of #AABBBB
Complementary color
Monochromatic Colors of #AABBBB
Black with #AABBBB
Text Example
Text Example
White with #AABBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABBBB; }
p { color: rgb(170,187,187); }
H1.HeaderClassName
{
color: #AABBBB;
}
.AnyTagClassName
{
color: #AABBBB;
}
</style>
background-color css
<style>
a { background-color: #AABBBB; }
a { background-color: rgb(170,187,187); }
div.DivClassName
{
background-color: #AABBBB;
}
.BgClassName
{
background-color: #AABBBB;
}
</style>
border-color css
<style>
span { border-color: #AABBBB; }
span { border-color: rgb(170,187,187); }
td.TdClassName
{
border-color: #AABBBB;
}
.TagClassName
{
border-color: #AABBBB;
}
</style>