#AEC4AF

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

Shades of Zanah #AEC4AF

Tints of Zanah #AEC4AF

Color information

#AEC4AF (or 0xAEC4AF) is unknown color: approx Zanah. HEX triplet: AE, C4 and AF. RGB value is (174,196,175). Sum of RGB (Red+Green+Blue) = 174+196+175=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 196 (76.95% from 255 or 35.96% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC4AF is #513B50. Grayscale: #BBBBBB. Windows color (decimal): -5323601 or 11519150. OLE color: 11519150.

HSL color Cylindrical-coordinate representation of color #AEC4AF: hue angle of 122.73º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AEC4AF is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB174196175-
CMYK0.1100.110.23
HSL122.73º15.71%72.55%-
HSV(B)122.73º11.22%76.86%-
XYZ44.9351.5748.14-
YUV187.03121.21118.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.93%
GREEN value IS 196 (76.95% from 255) = 35.96%
BLUE value IS 175 (68.75% from 255) = 32.11%
R=31.93%
G=35.96%
B=32.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741961750.1100.110.23122.7315.7172.55
HexAEC4AFB0B177b1049
Octal256304257130132717320111
Binary101011101100010010101111101101011101111111011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC4AF; }

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

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

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

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

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

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

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

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