#AECAAB

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

Shades of Zanah #AECAAB

Tints of Zanah #AECAAB

Color information

#AECAAB (or 0xAECAAB) is unknown color: approx Zanah. HEX triplet: AE, CA and AB. RGB value is (174,202,171). Sum of RGB (Red+Green+Blue) = 174+202+171=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 202 - color contains mainly: green. Hex color #AECAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECAAB is #513554. Grayscale: #BEBEBE. Windows color (decimal): -5322069 or 11258542. OLE color: 11258542.

HSL color Cylindrical-coordinate representation of color #AECAAB: hue angle of 114.19º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AECAAB is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB174202171-
CMYK0.1400.150.21
HSL114.19º22.63%73.14%-
HSV(B)114.19º15.35%79.22%-
XYZ45.9354.1846.57-
YUV190.09117.22116.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.81%
GREEN value IS 202 (79.30% from 255) = 36.93%
BLUE value IS 171 (67.19% from 255) = 31.26%
R=31.81%
G=36.93%
B=31.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742021710.1400.150.21114.1922.6373.14
HexAECAABE0F15721749
Octal256312253160172516227111
Binary101011101100101010101011111001111101011110010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECAAB; }

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

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

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

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

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

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

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

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