#AEC6AE

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

Shades of Zanah #AEC6AE

Tints of Zanah #AEC6AE

Color information

#AEC6AE (or 0xAEC6AE) is unknown color: approx Zanah. HEX triplet: AE, C6 and AE. RGB value is (174,198,174). Sum of RGB (Red+Green+Blue) = 174+198+174=546 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.87% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC6AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC6AE is #513951. Grayscale: #BCBCBC. Windows color (decimal): -5323090 or 11454126. OLE color: 11454126.

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

Color convert

RGB174198174-
CMYK0.1200.120.22
HSL120º17.39%72.94%-
HSV(B)120º12.12%77.65%-
XYZ45.2952.4447.78-
YUV188.09120.05117.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.87%
GREEN value IS 198 (77.73% from 255) = 36.26%
BLUE value IS 174 (68.36% from 255) = 31.87%
R=31.87%
G=36.26%
B=31.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741981740.1200.120.2212017.3972.94
HexAEC6AEC0C16781149
Octal256306256140142617021111
Binary101011101100011010101110110001100101101111000100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC6AE; }

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

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

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

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

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

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

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

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