#AEBBBA

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

Shades of Jungle Mist #AEBBBA

Tints of Jungle Mist #AEBBBA

Color information

#AEBBBA (or 0xAEBBBA) is unknown color: approx Jungle Mist. HEX triplet: AE, BB and BA. RGB value is (174,187,186). Sum of RGB (Red+Green+Blue) = 174+187+186=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBBA is #514445. Grayscale: #B6B6B6. Windows color (decimal): -5325894 or 12237742. OLE color: 12237742.

HSL color Cylindrical-coordinate representation of color #AEBBBA: hue angle of 175.38º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AEBBBA is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB174187186-
CMYK0.0700.010.27
HSL175.38º8.72%70.78%-
HSV(B)175.38º6.95%73.33%-
XYZ44.0948.0853.41-
YUV183129.69121.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.81%
GREEN value IS 187 (73.44% from 255) = 34.19%
BLUE value IS 186 (73.05% from 255) = 34.00%
R=31.81%
G=34.19%
B=34.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741871860.0700.010.27175.388.7270.78
HexAEBBBA7011Baf947
Octal2562732727013325711107
Binary10101110101110111011101011101110111010111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBBA; }

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

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

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

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

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

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

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

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