#AEC3C1

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

Shades of Jungle Mist #AEC3C1

Tints of Jungle Mist #AEC3C1

Color information

#AEC3C1 (or 0xAEC3C1) is unknown color: approx Jungle Mist. HEX triplet: AE, C3 and C1. RGB value is (174,195,193). Sum of RGB (Red+Green+Blue) = 174+195+193=562 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.96% from 562); Green value is 195 (76.56% from 255 or 34.70% from 562); Blue value is 193 (75.78% from 255 or 34.34% from 562); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC3C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC3C1 is #513C3E. Grayscale: #BCBCBC. Windows color (decimal): -5323839 or 12698542. OLE color: 12698542.

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

Color convert

RGB174195193-
CMYK0.1100.010.24
HSL174.29º14.89%72.35%-
HSV(B)174.29º10.77%76.47%-
XYZ46.651.8858.01-
YUV188.49130.54117.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.96%
GREEN value IS 195 (76.56% from 255) = 34.70%
BLUE value IS 193 (75.78% from 255) = 34.34%
R=30.96%
G=34.70%
B=34.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741951930.1100.010.24174.2914.8972.35
HexAEC3C1B0118aef48
Octal25630330113013025617110
Binary101011101100001111000001101101110001010111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC3C1; }

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

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

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

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

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

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

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

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