#AEC2AD

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

Shades of Zanah #AEC2AD

Tints of Zanah #AEC2AD

Color information

#AEC2AD (or 0xAEC2AD) is unknown color: approx Zanah. HEX triplet: AE, C2 and AD. RGB value is (174,194,173). Sum of RGB (Red+Green+Blue) = 174+194+173=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 194 (76.17% from 255 or 35.86% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC2AD is #513D52. Grayscale: #B9B9B9. Windows color (decimal): -5324115 or 11387566. OLE color: 11387566.

HSL color Cylindrical-coordinate representation of color #AEC2AD: hue angle of 117.14º 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 #AEC2AD is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB174194173-
CMYK0.1000.110.24
HSL117.14º14.69%71.96%-
HSV(B)117.14º10.82%76.08%-
XYZ44.2950.646.97-
YUV185.63120.87119.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.16%
GREEN value IS 194 (76.17% from 255) = 35.86%
BLUE value IS 173 (67.97% from 255) = 31.98%
R=32.16%
G=35.86%
B=31.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741941730.1000.110.24117.1414.6971.96
HexAEC2ADA0B1875f48
Octal256302255120133016517110
Binary10101110110000101010110110100101111000111010111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC2AD; }

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

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

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

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

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

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

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

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