#AECBAA

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

Shades of Zanah #AECBAA

Tints of Zanah #AECBAA

Color information

#AECBAA (or 0xAECBAA) is unknown color: approx Zanah. HEX triplet: AE, CB and AA. RGB value is (174,203,170). Sum of RGB (Red+Green+Blue) = 174+203+170=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 203 - color contains mainly: green. Hex color #AECBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECBAA is #513455. Grayscale: #BEBEBE. Windows color (decimal): -5321814 or 11193262. OLE color: 11193262.

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

Color convert

RGB174203170-
CMYK0.1400.160.20
HSL112.73º24.09%73.14%-
HSV(B)112.73º16.26%79.61%-
XYZ46.0754.6146.14-
YUV190.57116.39116.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.81%
GREEN value IS 203 (79.69% from 255) = 37.11%
BLUE value IS 170 (66.80% from 255) = 31.08%
R=31.81%
G=37.11%
B=31.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742031700.1400.160.20112.7324.0973.14
HexAECBAAE01014711849
Octal256313252160202416130111
Binary1010111011001011101010101110010000101001110001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECBAA; }

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

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

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

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

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

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

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

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