#AEC3AD

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

Shades of Zanah #AEC3AD

Tints of Zanah #AEC3AD

Color information

#AEC3AD (or 0xAEC3AD) is unknown color: approx Zanah. HEX triplet: AE, C3 and AD. RGB value is (174,195,173). Sum of RGB (Red+Green+Blue) = 174+195+173=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 195 (76.56% from 255 or 35.98% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC3AD is #513C52. Grayscale: #BABABA. Windows color (decimal): -5323859 or 11387822. OLE color: 11387822.

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

Color convert

RGB174195173-
CMYK0.1100.110.24
HSL117.27º15.49%72.16%-
HSV(B)117.27º11.28%76.47%-
XYZ44.5151.0547.04-
YUV186.21120.54119.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.10%
GREEN value IS 195 (76.56% from 255) = 35.98%
BLUE value IS 173 (67.97% from 255) = 31.92%
R=32.10%
G=35.98%
B=31.92%

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
Decimal1741951730.1100.110.24117.2715.4972.16
HexAEC3ADB0B1875f48
Octal256303255130133016517110
Binary10101110110000111010110110110101111000111010111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC3AD; }

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

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

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

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

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

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

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

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