#AEC7AC

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

Shades of Zanah #AEC7AC

Tints of Zanah #AEC7AC

Color information

#AEC7AC (or 0xAEC7AC) is unknown color: approx Zanah. HEX triplet: AE, C7 and AC. RGB value is (174,199,172). Sum of RGB (Red+Green+Blue) = 174+199+172=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 199 (78.12% from 255 or 36.51% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 199 - color contains mainly: green. Hex color #AEC7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC7AC is #513853. Grayscale: #BCBCBC. Windows color (decimal): -5322836 or 11323310. OLE color: 11323310.

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

Color convert

RGB174199172-
CMYK0.1300.140.22
HSL115.56º19.42%72.75%-
HSV(B)115.56º13.57%78.04%-
XYZ45.3352.8246.84-
YUV188.45118.72117.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.93%
GREEN value IS 199 (78.12% from 255) = 36.51%
BLUE value IS 172 (67.58% from 255) = 31.56%
R=31.93%
G=36.51%
B=31.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741991720.1300.140.22115.5619.4272.75
HexAEC7ACD0E16741349
Octal256307254150162616423111
Binary101011101100011110101100110101110101101110100100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC7AC; }

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

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

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

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

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

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

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

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