#AECFAB

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

Shades of Zanah #AECFAB

Tints of Zanah #AECFAB

Color information

#AECFAB (or 0xAECFAB) is unknown color: approx Zanah. HEX triplet: AE, CF and AB. RGB value is (174,207,171). Sum of RGB (Red+Green+Blue) = 174+207+171=552 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.52% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 207 - color contains mainly: green. Hex color #AECFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECFAB is #513054. Grayscale: #C1C1C1. Windows color (decimal): -5320789 or 11259822. OLE color: 11259822.

HSL color Cylindrical-coordinate representation of color #AECFAB: hue angle of 115º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AECFAB is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB174207171-
CMYK0.1600.170.19
HSL115º27.27%74.12%-
HSV(B)115º17.39%81.18%-
XYZ47.1256.5646.96-
YUV193.03115.57114.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.52%
GREEN value IS 207 (81.25% from 255) = 37.5%
BLUE value IS 171 (67.19% from 255) = 30.98%
R=31.52%
G=37.5%
B=30.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1742071710.1600.170.1911527.2774.12
HexAECFAB1001113731b4a
Octal256317253200212316333112
Binary10101110110011111010101110000010001100111110011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECFAB; }

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

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

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

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

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

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

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

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