#AECAAC

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

Shades of Zanah #AECAAC

Tints of Zanah #AECAAC

Color information

#AECAAC (or 0xAECAAC) is unknown color: approx Zanah. HEX triplet: AE, CA and AC. RGB value is (174,202,172). Sum of RGB (Red+Green+Blue) = 174+202+172=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 202 - color contains mainly: green. Hex color #AECAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECAAC is #513553. Grayscale: #BEBEBE. Windows color (decimal): -5322068 or 11324078. OLE color: 11324078.

HSL color Cylindrical-coordinate representation of color #AECAAC: hue angle of 116º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AECAAC is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB174202172-
CMYK0.1400.150.21
HSL116º22.06%73.33%-
HSV(B)116º14.85%79.22%-
XYZ46.0254.2247.07-
YUV190.21117.72116.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.75%
GREEN value IS 202 (79.30% from 255) = 36.86%
BLUE value IS 172 (67.58% from 255) = 31.39%
R=31.75%
G=36.86%
B=31.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742021720.1400.150.2111622.0673.33
HexAECAACE0F15741649
Octal256312254160172516426111
Binary101011101100101010101100111001111101011110100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECAAC; }

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

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

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

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

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

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

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

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