#AEC3AC

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

Shades of Zanah #AEC3AC

Tints of Zanah #AEC3AC

Color information

#AEC3AC (or 0xAEC3AC) is unknown color: approx Zanah. HEX triplet: AE, C3 and AC. RGB value is (174,195,172). Sum of RGB (Red+Green+Blue) = 174+195+172=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 195 (76.56% from 255 or 36.04% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC3AC is #513C53. Grayscale: #BABABA. Windows color (decimal): -5323860 or 11322286. OLE color: 11322286.

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

Color convert

RGB174195172-
CMYK0.1100.120.24
HSL114.78º16.08%71.96%-
HSV(B)114.78º11.79%76.47%-
XYZ44.4251.0146.53-
YUV186.1120.04119.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.16%
GREEN value IS 195 (76.56% from 255) = 36.04%
BLUE value IS 172 (67.58% from 255) = 31.79%
R=32.16%
G=36.04%
B=31.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741951720.1100.120.24114.7816.0871.96
HexAEC3ACB0C18731048
Octal256303254130143016320110
Binary101011101100001110101100101101100110001110011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC3AC; }

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

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

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

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

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

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

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

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