#AECBAD

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

Shades of Zanah #AECBAD

Tints of Zanah #AECBAD

Color information

#AECBAD (or 0xAECBAD) is unknown color: approx Zanah. HEX triplet: AE, CB and AD. RGB value is (174,203,173). Sum of RGB (Red+Green+Blue) = 174+203+173=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 203 - color contains mainly: green. Hex color #AECBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECBAD is #513452. Grayscale: #BFBFBF. Windows color (decimal): -5321811 or 11389870. OLE color: 11389870.

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

Color convert

RGB174203173-
CMYK0.1400.150.20
HSL118º22.39%73.73%-
HSV(B)118º14.78%79.61%-
XYZ46.3554.7347.66-
YUV190.91117.89115.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.64%
GREEN value IS 203 (79.69% from 255) = 36.91%
BLUE value IS 173 (67.97% from 255) = 31.45%
R=31.64%
G=36.91%
B=31.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742031730.1400.150.2011822.3973.73
HexAECBADE0F1476164a
Octal256313255160172416626112
Binary101011101100101110101101111001111101001110110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECBAD; }

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

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

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

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

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

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

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

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