#AECFA6

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

Shades of Zanah #AECFA6

Tints of Zanah #AECFA6

Color information

#AECFA6 (or 0xAECFA6) is unknown color: approx Zanah. HEX triplet: AE, CF and A6. RGB value is (174,207,166). Sum of RGB (Red+Green+Blue) = 174+207+166=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 166 (65.23% from 255 or 30.35% from 547); Max value from RGB is 207 - color contains mainly: green. Hex color #AECFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECFA6 is #513059. Grayscale: #C0C0C0. Windows color (decimal): -5320794 or 10932142. OLE color: 10932142.

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

Color convert

RGB174207166-
CMYK0.1600.200.19
HSL108.29º29.93%73.14%-
HSV(B)108.29º19.81%81.18%-
XYZ46.6556.3844.5-
YUV192.46113.07114.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.81%
GREEN value IS 207 (81.25% from 255) = 37.84%
BLUE value IS 166 (65.23% from 255) = 30.35%
R=31.81%
G=37.84%
B=30.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1742071660.1600.200.19108.2929.9373.14
HexAECFA610014136c1e49
Octal256317246200242315436111
Binary10101110110011111010011010000010100100111101100111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECFA6; }

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

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

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

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

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

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

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

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