#AEC9AD

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

Shades of Zanah #AEC9AD

Tints of Zanah #AEC9AD

Color information

#AEC9AD (or 0xAEC9AD) is unknown color: approx Zanah. HEX triplet: AE, C9 and AD. RGB value is (174,201,173). Sum of RGB (Red+Green+Blue) = 174+201+173=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC9AD is #513652. Grayscale: #BDBDBD. Windows color (decimal): -5322323 or 11389358. OLE color: 11389358.

HSL color Cylindrical-coordinate representation of color #AEC9AD: hue angle of 117.86º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AEC9AD is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB174201173-
CMYK0.1300.140.21
HSL117.86º20.59%73.33%-
HSV(B)117.86º13.93%78.82%-
XYZ45.8953.7947.5-
YUV189.74118.55116.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.75%
GREEN value IS 201 (78.91% from 255) = 36.68%
BLUE value IS 173 (67.97% from 255) = 31.57%
R=31.75%
G=36.68%
B=31.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742011730.1300.140.21117.8620.5973.33
HexAEC9ADD0E15761549
Octal256311255150162516625111
Binary101011101100100110101101110101110101011110110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC9AD; }

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

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

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

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

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

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

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

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