#AECBA9

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

Shades of Zanah #AECBA9

Tints of Zanah #AECBA9

Color information

#AECBA9 (or 0xAECBA9) is unknown color: approx Zanah. HEX triplet: AE, CB and A9. RGB value is (174,203,169). Sum of RGB (Red+Green+Blue) = 174+203+169=546 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.87% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 169 (66.41% from 255 or 30.95% from 546); Max value from RGB is 203 - color contains mainly: green. Hex color #AECBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECBA9 is #513456. Grayscale: #BEBEBE. Windows color (decimal): -5321815 or 11127726. OLE color: 11127726.

HSL color Cylindrical-coordinate representation of color #AECBA9: hue angle of 111.18º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AECBA9 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB174203169-
CMYK0.1400.170.20
HSL111.18º24.64%72.94%-
HSV(B)111.18º16.75%79.61%-
XYZ45.9754.5845.65-
YUV190.45115.89116.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.87%
GREEN value IS 203 (79.69% from 255) = 37.18%
BLUE value IS 169 (66.41% from 255) = 30.95%
R=31.87%
G=37.18%
B=30.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742031690.1400.170.20111.1824.6472.94
HexAECBA9E011146f1949
Octal256313251160212415731111
Binary1010111011001011101010011110010001101001101111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECBA9; }

 p { color: rgb(174,203,169); }

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

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

 a { background-color: rgb(174,203,169); }

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

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

 span { border-color: rgb(174,203,169); }

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