#AEC7AE

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

Shades of Zanah #AEC7AE

Tints of Zanah #AEC7AE

Color information

#AEC7AE (or 0xAEC7AE) is unknown color: approx Zanah. HEX triplet: AE, C7 and AE. RGB value is (174,199,174). Sum of RGB (Red+Green+Blue) = 174+199+174=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 199 (78.12% from 255 or 36.38% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 199 - color contains mainly: green. Hex color #AEC7AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC7AE is #513851. Grayscale: #BCBCBC. Windows color (decimal): -5322834 or 11454382. OLE color: 11454382.

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

Color convert

RGB174199174-
CMYK0.1300.130.22
HSL120º18.25%73.14%-
HSV(B)120º12.56%78.04%-
XYZ45.5252.947.86-
YUV188.68119.72117.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.81%
GREEN value IS 199 (78.12% from 255) = 36.38%
BLUE value IS 174 (68.36% from 255) = 31.81%
R=31.81%
G=36.38%
B=31.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741991740.1300.130.2212018.2573.14
HexAEC7AED0D16781249
Octal256307256150152617022111
Binary101011101100011110101110110101101101101111000100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC7AE; }

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

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

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

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

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

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

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

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