#AECDAF

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

Shades of Zanah #AECDAF

Tints of Zanah #AECDAF

Color information

#AECDAF (or 0xAECDAF) is unknown color: approx Zanah. HEX triplet: AE, CD and AF. RGB value is (174,205,175). Sum of RGB (Red+Green+Blue) = 174+205+175=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECDAF is #513250. Grayscale: #C0C0C0. Windows color (decimal): -5321297 or 11521454. OLE color: 11521454.

HSL color Cylindrical-coordinate representation of color #AECDAF: hue angle of 121.94º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AECDAF is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB174205175-
CMYK0.1500.150.20
HSL121.94º23.66%74.31%-
HSV(B)121.94º15.12%80.39%-
XYZ47.0255.7648.84-
YUV192.31118.23114.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.41%
GREEN value IS 205 (80.47% from 255) = 37.00%
BLUE value IS 175 (68.75% from 255) = 31.59%
R=31.41%
G=37.00%
B=31.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742051750.1500.150.20121.9423.6674.31
HexAECDAFF0F147a184a
Octal256315257170172417230112
Binary101011101100110110101111111101111101001111010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECDAF; }

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

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

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

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

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

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

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

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