#AECFAF

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

Shades of Zanah #AECFAF

Tints of Zanah #AECFAF

Color information

#AECFAF (or 0xAECFAF) is unknown color: approx Zanah. HEX triplet: AE, CF and AF. RGB value is (174,207,175). Sum of RGB (Red+Green+Blue) = 174+207+175=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 207 - color contains mainly: green. Hex color #AECFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECFAF is #513050. Grayscale: #C1C1C1. Windows color (decimal): -5320785 or 11521966. OLE color: 11521966.

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

Color convert

RGB174207175-
CMYK0.1600.150.19
HSL121.82º25.58%74.71%-
HSV(B)121.82º15.94%81.18%-
XYZ47.5156.7249-
YUV193.48117.57114.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.29%
GREEN value IS 207 (81.25% from 255) = 37.23%
BLUE value IS 175 (68.75% from 255) = 31.47%
R=31.29%
G=37.23%
B=31.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1742071750.1600.150.19121.8225.5874.71
HexAECFAF100F137a1a4b
Octal256317257200172317232113
Binary1010111011001111101011111000001111100111111010110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECFAF; }

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

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

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

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

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

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

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

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