#AECFA8

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

Shades of Zanah #AECFA8

Tints of Zanah #AECFA8

Color information

#AECFA8 (or 0xAECFA8) is unknown color: approx Zanah. HEX triplet: AE, CF and A8. RGB value is (174,207,168). Sum of RGB (Red+Green+Blue) = 174+207+168=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 207 (81.25% from 255 or 37.70% from 549); Blue value is 168 (66.02% from 255 or 30.60% from 549); Max value from RGB is 207 - color contains mainly: green. Hex color #AECFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECFA8 is #513057. Grayscale: #C0C0C0. Windows color (decimal): -5320792 or 11063214. OLE color: 11063214.

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

Color convert

RGB174207168-
CMYK0.1600.190.19
HSL110.77º28.89%73.53%-
HSV(B)110.77º18.84%81.18%-
XYZ46.8456.4545.47-
YUV192.69114.07114.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.69%
GREEN value IS 207 (81.25% from 255) = 37.70%
BLUE value IS 168 (66.02% from 255) = 30.60%
R=31.69%
G=37.70%
B=30.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1742071680.1600.190.19110.7728.8973.53
HexAECFA810013136f1d4a
Octal256317250200232315735112
Binary10101110110011111010100010000010011100111101111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECFA8; }

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

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

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

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

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

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

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

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