#AEC3AE

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

Shades of Zanah #AEC3AE

Tints of Zanah #AEC3AE

Color information

#AEC3AE (or 0xAEC3AE) is unknown color: approx Zanah. HEX triplet: AE, C3 and AE. RGB value is (174,195,174). Sum of RGB (Red+Green+Blue) = 174+195+174=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 195 (76.56% from 255 or 35.91% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC3AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC3AE is #513C51. Grayscale: #BABABA. Windows color (decimal): -5323858 or 11453358. OLE color: 11453358.

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

Color convert

RGB174195174-
CMYK0.1100.110.24
HSL120º14.89%72.35%-
HSV(B)120º10.77%76.47%-
XYZ44.6151.0847.55-
YUV186.33121.04119.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.04%
GREEN value IS 195 (76.56% from 255) = 35.91%
BLUE value IS 174 (68.36% from 255) = 32.04%
R=32.04%
G=35.91%
B=32.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741951740.1100.110.2412014.8972.35
HexAEC3AEB0B1878f48
Octal256303256130133017017110
Binary10101110110000111010111010110101111000111100011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC3AE; }

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

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

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

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

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

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

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

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