#AEC6AF

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

Shades of Zanah #AEC6AF

Tints of Zanah #AEC6AF

Color information

#AEC6AF (or 0xAEC6AF) is unknown color: approx Zanah. HEX triplet: AE, C6 and AF. RGB value is (174,198,175). Sum of RGB (Red+Green+Blue) = 174+198+175=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC6AF is #513950. Grayscale: #BCBCBC. Windows color (decimal): -5323089 or 11519662. OLE color: 11519662.

HSL color Cylindrical-coordinate representation of color #AEC6AF: hue angle of 122.5º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEC6AF is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB174198175-
CMYK0.1200.120.22
HSL122.5º17.39%72.94%-
HSV(B)122.5º12.12%77.65%-
XYZ45.3952.4848.3-
YUV188.2120.55117.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.81%
GREEN value IS 198 (77.73% from 255) = 36.20%
BLUE value IS 175 (68.75% from 255) = 31.99%
R=31.81%
G=36.20%
B=31.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741981750.1200.120.22122.517.3972.94
HexAEC6AFC0C167a1149
Octal256306257140142617221111
Binary101011101100011010101111110001100101101111010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC6AF; }

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

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

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

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

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

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

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

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