#AACEA4

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

Shades of Zanah #AACEA4

Tints of Zanah #AACEA4

Color information

#AACEA4 (or 0xAACEA4) is unknown color: approx Zanah. HEX triplet: AA, CE and A4. RGB value is (170,206,164). Sum of RGB (Red+Green+Blue) = 170+206+164=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 164 (64.45% from 255 or 30.37% from 540); Max value from RGB is 206 - color contains mainly: green. Hex color #AACEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACEA4 is #55315B. Grayscale: #BEBEBE. Windows color (decimal): -5583196 or 10800810. OLE color: 10800810.

HSL color Cylindrical-coordinate representation of color #AACEA4: hue angle of 111.43º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AACEA4 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB170206164-
CMYK0.1700.200.19
HSL111.43º30%72.55%-
HSV(B)111.43º20.39%80.78%-
XYZ45.3555.3743.42-
YUV190.45113.07113.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.48%
GREEN value IS 206 (80.86% from 255) = 38.15%
BLUE value IS 164 (64.45% from 255) = 30.37%
R=31.48%
G=38.15%
B=30.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1702061640.1700.200.19111.433072.55
HexAACEA411014136f1e49
Octal252316244210242315736111
Binary10101010110011101010010010001010100100111101111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACEA4; }

 p { color: rgb(170,206,164); }

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

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

 a { background-color: rgb(170,206,164); }

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

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

 span { border-color: rgb(170,206,164); }

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