#AEBBBB

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

Shades of Jungle Mist #AEBBBB

Tints of Jungle Mist #AEBBBB

Color information

#AEBBBB (or 0xAEBBBB) is unknown color: approx Jungle Mist. HEX triplet: AE, BB and BB. RGB value is (174,187,187). Sum of RGB (Red+Green+Blue) = 174+187+187=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 187 (73.44% from 255 or 34.12% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #AEBBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBBB is #514444. Grayscale: #B7B7B7. Windows color (decimal): -5325893 or 12303278. OLE color: 12303278.

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

Color convert

RGB174187187-
CMYK0.07000.27
HSL180º8.72%70.78%-
HSV(B)180º6.95%73.33%-
XYZ44.248.1353.97-
YUV183.11130.19121.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.75%
GREEN value IS 187 (73.44% from 255) = 34.12%
BLUE value IS 187 (73.44% from 255) = 34.12%
R=31.75%
G=34.12%
B=34.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741871870.07000.271808.7270.78
HexAEBBBB7001Bb4947
Octal2562732737003326411107
Binary10101110101110111011101111100110111011010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBBB; }

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

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

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

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

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

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

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

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