#AECEAE

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

Shades of Zanah #AECEAE

Tints of Zanah #AECEAE

Color information

#AECEAE (or 0xAECEAE) is unknown color: approx Zanah. HEX triplet: AE, CE and AE. RGB value is (174,206,174). Sum of RGB (Red+Green+Blue) = 174+206+174=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 206 - color contains mainly: green. Hex color #AECEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECEAE is #513151. Grayscale: #C0C0C0. Windows color (decimal): -5321042 or 11456174. OLE color: 11456174.

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

Color convert

RGB174206174-
CMYK0.1600.160.19
HSL120º24.62%74.51%-
HSV(B)120º15.53%80.78%-
XYZ47.1756.248.41-
YUV192.78117.4114.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.41%
GREEN value IS 206 (80.86% from 255) = 37.18%
BLUE value IS 174 (68.36% from 255) = 31.41%
R=31.41%
G=37.18%
B=31.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1742061740.1600.160.1912024.6274.51
HexAECEAE100101378194b
Octal256316256200202317031113
Binary10101110110011101010111010000010000100111111000110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECEAE; }

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

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

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

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

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

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

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

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