#AEC4AD

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

Shades of Zanah #AEC4AD

Tints of Zanah #AEC4AD

Color information

#AEC4AD (or 0xAEC4AD) is unknown color: approx Zanah. HEX triplet: AE, C4 and AD. RGB value is (174,196,173). Sum of RGB (Red+Green+Blue) = 174+196+173=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 196 (76.95% from 255 or 36.10% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC4AD is #513B52. Grayscale: #BABABA. Windows color (decimal): -5323603 or 11388078. OLE color: 11388078.

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

Color convert

RGB174196173-
CMYK0.1100.120.23
HSL117.39º16.31%72.35%-
HSV(B)117.39º11.73%76.86%-
XYZ44.7451.547.12-
YUV186.8120.21118.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.04%
GREEN value IS 196 (76.95% from 255) = 36.10%
BLUE value IS 173 (67.97% from 255) = 31.86%
R=32.04%
G=36.10%
B=31.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741961730.1100.120.23117.3916.3172.35
HexAEC4ADB0C17751048
Octal256304255130142716520110
Binary101011101100010010101101101101100101111110101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC4AD; }

 p { color: rgb(174,196,173); }

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

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

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

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

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

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

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