#AEC0C1

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

Shades of Jungle Mist #AEC0C1

Tints of Jungle Mist #AEC0C1

Color information

#AEC0C1 (or 0xAEC0C1) is unknown color: approx Jungle Mist. HEX triplet: AE, C0 and C1. RGB value is (174,192,193). Sum of RGB (Red+Green+Blue) = 174+192+193=559 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.13% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 193 - color contains mainly: blue. Hex color #AEC0C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC0C1 is #513F3E. Grayscale: #BABABA. Windows color (decimal): -5324607 or 12697774. OLE color: 12697774.

HSL color Cylindrical-coordinate representation of color #AEC0C1: hue angle of 183.16º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEC0C1 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB174192193-
CMYK0.100.0100.24
HSL183.16º13.29%71.96%-
HSV(B)183.16º9.84%75.69%-
XYZ45.9350.5557.79-
YUV186.73131.54118.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.13%
GREEN value IS 192 (75.39% from 255) = 34.35%
BLUE value IS 193 (75.78% from 255) = 34.53%
R=31.13%
G=34.35%
B=34.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741921930.100.0100.24183.1613.2971.96
HexAEC0C1A1018b7d48
Octal25630030112103026715110
Binary101011101100000011000001101010110001011011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC0C1; }

 p { color: rgb(174,192,193); }

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

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

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

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

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

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

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