#AECFAD

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

Shades of Zanah #AECFAD

Tints of Zanah #AECFAD

Color information

#AECFAD (or 0xAECFAD) is unknown color: approx Zanah. HEX triplet: AE, CF and AD. RGB value is (174,207,173). Sum of RGB (Red+Green+Blue) = 174+207+173=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 207 - color contains mainly: green. Hex color #AECFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECFAD is #513052. Grayscale: #C1C1C1. Windows color (decimal): -5320787 or 11390894. OLE color: 11390894.

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

Color convert

RGB174207173-
CMYK0.1600.160.19
HSL118.24º26.15%74.51%-
HSV(B)118.24º16.43%81.18%-
XYZ47.3156.6447.97-
YUV193.26116.57114.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.41%
GREEN value IS 207 (81.25% from 255) = 37.36%
BLUE value IS 173 (67.97% from 255) = 31.23%
R=31.41%
G=37.36%
B=31.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1742071730.1600.160.19118.2426.1574.51
HexAECFAD1001013761a4b
Octal256317255200202316632113
Binary10101110110011111010110110000010000100111110110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECFAD; }

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

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

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

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

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

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

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

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