#AABBBA

Color #AABBBA Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #AABBBA

Tints of Jungle Mist #AABBBA

Color information

#AABBBA (or 0xAABBBA) is unknown color: approx Jungle Mist. HEX triplet: AA, BB and BA. RGB value is (170,187,186). Sum of RGB (Red+Green+Blue) = 170+187+186=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 187 - color contains mainly: green. Hex color #AABBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBBA is #554445. Grayscale: #B5B5B5. Windows color (decimal): -5588038 or 12237738. OLE color: 12237738.

HSL color Cylindrical-coordinate representation of color #AABBBA: hue angle of 176.47º 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 #AABBBA is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB170187186-
CMYK0.0900.010.27
HSL176.47º11.11%70%-
HSV(B)176.47º9.09%73.33%-
XYZ43.2147.6353.37-
YUV181.8130.37119.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 31.31%
GREEN value IS 187 (73.44% from 255) = 34.44%
BLUE value IS 186 (73.05% from 255) = 34.25%
R=31.31%
G=34.44%
B=34.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701871860.0900.010.27176.4711.1170
HexAABBBA9011Bb0b46
Octal25227327211013326013106
Binary101010101011101110111010100101110111011000010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABBBA; }

 p { color: rgb(170,187,186); }

 H1.HeaderClassName
 {
   color: #AABBBA;
 }
 .AnyTagClassName
 {
   color: #AABBBA;
 }
</style>
background-color css

<style>
 a { background-color: #AABBBA; }

 a { background-color: rgb(170,187,186); }

 div.DivClassName
 {
   background-color: #AABBBA;
 }
 .BgClassName
 {
   background-color: #AABBBA;
 }
</style>
border-color css

<style>
 span { border-color: #AABBBA; }

 span { border-color: rgb(170,187,186); }

 td.TdClassName
 {
   border-color: #AABBBA;
 }
 .TagClassName
 {
   border-color: #AABBBA;
 }
</style>