#AEC5AC

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

Shades of Zanah #AEC5AC

Tints of Zanah #AEC5AC

Color information

#AEC5AC (or 0xAEC5AC) is unknown color: approx Zanah. HEX triplet: AE, C5 and AC. RGB value is (174,197,172). Sum of RGB (Red+Green+Blue) = 174+197+172=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 197 (77.34% from 255 or 36.28% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC5AC is #513A53. Grayscale: #BBBBBB. Windows color (decimal): -5323348 or 11322798. OLE color: 11322798.

HSL color Cylindrical-coordinate representation of color #AEC5AC: hue angle of 115.2º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEC5AC is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB174197172-
CMYK0.1200.130.23
HSL115.2º17.73%72.35%-
HSV(B)115.2º12.69%77.25%-
XYZ44.8751.9146.68-
YUV187.27119.38118.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.04%
GREEN value IS 197 (77.34% from 255) = 36.28%
BLUE value IS 172 (67.58% from 255) = 31.68%
R=32.04%
G=36.28%
B=31.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741971720.1200.130.23115.217.7372.35
HexAEC5ACC0D17731248
Octal256305254140152716322110
Binary101011101100010110101100110001101101111110011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC5AC; }

 p { color: rgb(174,197,172); }

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

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

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

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

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

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

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