#AFD1AD

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

Shades of Zanah #AFD1AD

Tints of Zanah #AFD1AD

Color information

#AFD1AD (or 0xAFD1AD) is unknown color: approx Zanah. HEX triplet: AF, D1 and AD. RGB value is (175,209,173). Sum of RGB (Red+Green+Blue) = 175+209+173=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 209 (82.03% from 255 or 37.52% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD1AD is #502E52. Grayscale: #C2C2C2. Windows color (decimal): -5254739 or 11391407. OLE color: 11391407.

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

Color convert

RGB175209173-
CMYK0.1600.170.18
HSL116.67º28.13%74.9%-
HSV(B)116.67º17.22%81.96%-
XYZ48.0257.7348.15-
YUV194.73115.74113.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.42%
GREEN value IS 209 (82.03% from 255) = 37.52%
BLUE value IS 173 (67.97% from 255) = 31.06%
R=31.42%
G=37.52%
B=31.06%

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
Decimal1752091730.1600.170.18116.6728.1374.9
HexAFD1AD1001112751c4b
Octal257321255200212216534113
Binary10101111110100011010110110000010001100101110101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD1AD; }

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

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

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

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

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

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

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

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