#AFD1AE

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

Shades of Zanah #AFD1AE

Tints of Zanah #AFD1AE

Color information

#AFD1AE (or 0xAFD1AE) is unknown color: approx Zanah. HEX triplet: AF, D1 and AE. RGB value is (175,209,174). Sum of RGB (Red+Green+Blue) = 175+209+174=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 209 (82.03% from 255 or 37.46% from 558); Blue value is 174 (68.36% from 255 or 31.18% from 558); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD1AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD1AE is #502E51. Grayscale: #C2C2C2. Windows color (decimal): -5254738 or 11456943. OLE color: 11456943.

HSL color Cylindrical-coordinate representation of color #AFD1AE: hue angle of 118.29º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFD1AE is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB175209174-
CMYK0.1600.170.18
HSL118.29º27.56%75.1%-
HSV(B)118.29º16.75%81.96%-
XYZ48.1257.7748.66-
YUV194.84116.24113.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.36%
GREEN value IS 209 (82.03% from 255) = 37.46%
BLUE value IS 174 (68.36% from 255) = 31.18%
R=31.36%
G=37.46%
B=31.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752091740.1600.170.18118.2927.5675.1
HexAFD1AE1001112761c4b
Octal257321256200212216634113
Binary10101111110100011010111010000010001100101110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD1AE; }

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

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

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

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

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

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

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

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