#AFD2AE

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

Shades of Zanah #AFD2AE

Tints of Zanah #AFD2AE

Color information

#AFD2AE (or 0xAFD2AE) is unknown color: approx Zanah. HEX triplet: AF, D2 and AE. RGB value is (175,210,174). Sum of RGB (Red+Green+Blue) = 175+210+174=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 210 (82.42% from 255 or 37.57% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD2AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD2AE is #502D51. Grayscale: #C3C3C3. Windows color (decimal): -5254482 or 11457199. OLE color: 11457199.

HSL color Cylindrical-coordinate representation of color #AFD2AE: hue angle of 118.33º degrees, saturation: 0.29, 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 #AFD2AE is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB175210174-
CMYK0.1700.170.18
HSL118.33º28.57%75.29%-
HSV(B)118.33º17.14%82.35%-
XYZ48.3758.2648.74-
YUV195.43115.9113.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.31%
GREEN value IS 210 (82.42% from 255) = 37.57%
BLUE value IS 174 (68.36% from 255) = 31.13%
R=31.31%
G=37.57%
B=31.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752101740.1700.170.18118.3328.5775.29
HexAFD2AE1101112761d4b
Octal257322256210212216635113
Binary10101111110100101010111010001010001100101110110111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD2AE; }

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

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

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

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

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

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

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

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