#AEC7AD

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

Shades of Zanah #AEC7AD

Tints of Zanah #AEC7AD

Color information

#AEC7AD (or 0xAEC7AD) is unknown color: approx Zanah. HEX triplet: AE, C7 and AD. RGB value is (174,199,173). Sum of RGB (Red+Green+Blue) = 174+199+173=546 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.87% from 546); Green value is 199 (78.12% from 255 or 36.45% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 199 - color contains mainly: green. Hex color #AEC7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC7AD is #513852. Grayscale: #BCBCBC. Windows color (decimal): -5322835 or 11388846. OLE color: 11388846.

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

Color convert

RGB174199173-
CMYK0.1300.130.22
HSL117.69º18.84%72.94%-
HSV(B)117.69º13.07%78.04%-
XYZ45.4252.8647.34-
YUV188.56119.22117.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.87%
GREEN value IS 199 (78.12% from 255) = 36.45%
BLUE value IS 173 (67.97% from 255) = 31.68%
R=31.87%
G=36.45%
B=31.68%

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
Decimal1741991730.1300.130.22117.6918.8472.94
HexAEC7ADD0D16761349
Octal256307255150152616623111
Binary101011101100011110101101110101101101101110110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC7AD; }

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

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

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

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

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

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

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

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