#AECEA9

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

Shades of Zanah #AECEA9

Tints of Zanah #AECEA9

Color information

#AECEA9 (or 0xAECEA9) is unknown color: approx Zanah. HEX triplet: AE, CE and A9. RGB value is (174,206,169). Sum of RGB (Red+Green+Blue) = 174+206+169=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 169 (66.41% from 255 or 30.78% from 549); Max value from RGB is 206 - color contains mainly: green. Hex color #AECEA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECEA9 is #513156. Grayscale: #C0C0C0. Windows color (decimal): -5321047 or 11128494. OLE color: 11128494.

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

Color convert

RGB174206169-
CMYK0.1600.180.19
HSL111.89º27.41%73.53%-
HSV(B)111.89º17.96%80.78%-
XYZ46.6956.0145.89-
YUV192.21114.9115.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.69%
GREEN value IS 206 (80.86% from 255) = 37.52%
BLUE value IS 169 (66.41% from 255) = 30.78%
R=31.69%
G=37.52%
B=30.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1742061690.1600.180.19111.8927.4173.53
HexAECEA91001213701b4a
Octal256316251200222316033112
Binary10101110110011101010100110000010010100111110000110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECEA9; }

 p { color: rgb(174,206,169); }

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

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

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

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

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

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

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