#AED1AE

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

Shades of Zanah #AED1AE

Tints of Zanah #AED1AE

Color information

#AED1AE (or 0xAED1AE) is unknown color: approx Zanah. HEX triplet: AE, D1 and AE. RGB value is (174,209,174). Sum of RGB (Red+Green+Blue) = 174+209+174=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 209 (82.03% from 255 or 37.52% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 209 - color contains mainly: green. Hex color #AED1AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED1AE is #512E51. Grayscale: #C2C2C2. Windows color (decimal): -5320274 or 11456942. OLE color: 11456942.

HSL color Cylindrical-coordinate representation of color #AED1AE: hue angle of 120º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AED1AE is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB174209174-
CMYK0.1700.170.18
HSL120º27.56%75.1%-
HSV(B)120º16.75%81.96%-
XYZ47.957.6648.65-
YUV194.54116.4113.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.24%
GREEN value IS 209 (82.03% from 255) = 37.52%
BLUE value IS 174 (68.36% from 255) = 31.24%
R=31.24%
G=37.52%
B=31.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742091740.1700.170.1812027.5675.1
HexAED1AE1101112781c4b
Octal256321256210212217034113
Binary10101110110100011010111010001010001100101111000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED1AE; }

 p { color: rgb(174,209,174); }

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

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

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

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

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

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

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