#AEC8AA

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

Shades of Zanah #AEC8AA

Tints of Zanah #AEC8AA

Color information

#AEC8AA (or 0xAEC8AA) is unknown color: approx Zanah. HEX triplet: AE, C8 and AA. RGB value is (174,200,170). Sum of RGB (Red+Green+Blue) = 174+200+170=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 200 (78.52% from 255 or 36.76% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 200 - color contains mainly: green. Hex color #AEC8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC8AA is #513755. Grayscale: #BCBCBC. Windows color (decimal): -5322582 or 11192494. OLE color: 11192494.

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

Color convert

RGB174200170-
CMYK0.1300.150.22
HSL112º21.43%72.55%-
HSV(B)112º15%78.43%-
XYZ45.3753.2145.91-
YUV188.81117.39117.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.99%
GREEN value IS 200 (78.52% from 255) = 36.76%
BLUE value IS 170 (66.80% from 255) = 31.25%
R=31.99%
G=36.76%
B=31.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1742001700.1300.150.2211221.4372.55
HexAEC8AAD0F16701549
Octal256310252150172616025111
Binary101011101100100010101010110101111101101110000101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC8AA; }

 p { color: rgb(174,200,170); }

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

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

 a { background-color: rgb(174,200,170); }

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

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

 span { border-color: rgb(174,200,170); }

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