#AED0AE

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

Shades of Zanah #AED0AE

Tints of Zanah #AED0AE

Color information

#AED0AE (or 0xAED0AE) is unknown color: approx Zanah. HEX triplet: AE, D0 and AE. RGB value is (174,208,174). Sum of RGB (Red+Green+Blue) = 174+208+174=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 208 (81.64% from 255 or 37.41% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 208 - color contains mainly: green. Hex color #AED0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED0AE is #512F51. Grayscale: #C2C2C2. Windows color (decimal): -5320530 or 11456686. OLE color: 11456686.

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

Color convert

RGB174208174-
CMYK0.1600.160.18
HSL120º26.56%74.9%-
HSV(B)120º16.35%81.57%-
XYZ47.6557.1748.57-
YUV193.96116.74113.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.29%
GREEN value IS 208 (81.64% from 255) = 37.41%
BLUE value IS 174 (68.36% from 255) = 31.29%
R=31.29%
G=37.41%
B=31.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742081740.1600.160.1812026.5674.9
HexAED0AE1001012781b4b
Octal256320256200202217033113
Binary10101110110100001010111010000010000100101111000110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED0AE; }

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

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

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

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

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

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

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

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