#AECBAB

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

Shades of Zanah #AECBAB

Tints of Zanah #AECBAB

Color information

#AECBAB (or 0xAECBAB) is unknown color: approx Zanah. HEX triplet: AE, CB and AB. RGB value is (174,203,171). Sum of RGB (Red+Green+Blue) = 174+203+171=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 203 - color contains mainly: green. Hex color #AECBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECBAB is #513454. Grayscale: #BEBEBE. Windows color (decimal): -5321813 or 11258798. OLE color: 11258798.

HSL color Cylindrical-coordinate representation of color #AECBAB: hue angle of 114.37º 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 #AECBAB is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB174203171-
CMYK0.1400.160.20
HSL114.37º23.53%73.33%-
HSV(B)114.37º15.76%79.61%-
XYZ46.1654.6546.64-
YUV190.68116.89116.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.75%
GREEN value IS 203 (79.69% from 255) = 37.04%
BLUE value IS 171 (67.19% from 255) = 31.20%
R=31.75%
G=37.04%
B=31.20%

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
Decimal1742031710.1400.160.20114.3723.5373.33
HexAECBABE01014721849
Octal256313253160202416230111
Binary1010111011001011101010111110010000101001110010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECBAB; }

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

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

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

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

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

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

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

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