#AFD1A9

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

Shades of Zanah #AFD1A9

Tints of Zanah #AFD1A9

Color information

#AFD1A9 (or 0xAFD1A9) is unknown color: approx Zanah. HEX triplet: AF, D1 and A9. RGB value is (175,209,169). Sum of RGB (Red+Green+Blue) = 175+209+169=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 209 (82.03% from 255 or 37.79% from 553); Blue value is 169 (66.41% from 255 or 30.56% from 553); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD1A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD1A9 is #502E56. Grayscale: #C2C2C2. Windows color (decimal): -5254743 or 11129263. OLE color: 11129263.

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

Color convert

RGB175209169-
CMYK0.1600.190.18
HSL111º30.3%74.12%-
HSV(B)111º19.14%81.96%-
XYZ47.6457.5846.14-
YUV194.27113.74114.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.65%
GREEN value IS 209 (82.03% from 255) = 37.79%
BLUE value IS 169 (66.41% from 255) = 30.56%
R=31.65%
G=37.79%
B=30.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752091690.1600.190.1811130.374.12
HexAFD1A910013126f1e4a
Octal257321251200232215736112
Binary10101111110100011010100110000010011100101101111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD1A9; }

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

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

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

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

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

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

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

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