#AEC6AD

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

Shades of Zanah #AEC6AD

Tints of Zanah #AEC6AD

Color information

#AEC6AD (or 0xAEC6AD) is unknown color: approx Zanah. HEX triplet: AE, C6 and AD. RGB value is (174,198,173). Sum of RGB (Red+Green+Blue) = 174+198+173=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 198 (77.73% from 255 or 36.33% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC6AD is #513952. Grayscale: #BCBCBC. Windows color (decimal): -5323091 or 11388590. OLE color: 11388590.

HSL color Cylindrical-coordinate representation of color #AEC6AD: hue angle of 117.6º 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 #AEC6AD is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB174198173-
CMYK0.1200.130.22
HSL117.6º17.99%72.75%-
HSV(B)117.6º12.63%77.65%-
XYZ45.1952.447.27-
YUV187.97119.55118.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.93%
GREEN value IS 198 (77.73% from 255) = 36.33%
BLUE value IS 173 (67.97% from 255) = 31.74%
R=31.93%
G=36.33%
B=31.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741981730.1200.130.22117.617.9972.75
HexAEC6ADC0D16761249
Octal256306255140152616622111
Binary101011101100011010101101110001101101101110110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC6AD; }

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

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

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

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

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

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

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

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