#AFD1AC

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

Shades of Zanah #AFD1AC

Tints of Zanah #AFD1AC

Color information

#AFD1AC (or 0xAFD1AC) is unknown color: approx Zanah. HEX triplet: AF, D1 and AC. RGB value is (175,209,172). Sum of RGB (Red+Green+Blue) = 175+209+172=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 209 (82.03% from 255 or 37.59% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD1AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD1AC is #502E53. Grayscale: #C2C2C2. Windows color (decimal): -5254740 or 11325871. OLE color: 11325871.

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

Color convert

RGB175209172-
CMYK0.1600.180.18
HSL115.14º28.68%74.71%-
HSV(B)115.14º17.7%81.96%-
XYZ47.9357.6947.64-
YUV194.62115.24114.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.47%
GREEN value IS 209 (82.03% from 255) = 37.59%
BLUE value IS 172 (67.58% from 255) = 30.94%
R=31.47%
G=37.59%
B=30.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752091720.1600.180.18115.1428.6874.71
HexAFD1AC1001212731d4b
Octal257321254200222216335113
Binary10101111110100011010110010000010010100101110011111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD1AC; }

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

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

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

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

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

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

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

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