#AFD2A9

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

Shades of Zanah #AFD2A9

Tints of Zanah #AFD2A9

Color information

#AFD2A9 (or 0xAFD2A9) is unknown color: approx Zanah. HEX triplet: AF, D2 and A9. RGB value is (175,210,169). Sum of RGB (Red+Green+Blue) = 175+210+169=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 169 (66.41% from 255 or 30.51% from 554); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD2A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD2A9 is #502D56. Grayscale: #C2C2C2. Windows color (decimal): -5254487 or 11129519. OLE color: 11129519.

HSL color Cylindrical-coordinate representation of color #AFD2A9: hue angle of 111.22º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFD2A9 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB175210169-
CMYK0.1700.200.18
HSL111.22º31.3%74.31%-
HSV(B)111.22º19.52%82.35%-
XYZ47.8958.0746.22-
YUV194.86113.4113.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.59%
GREEN value IS 210 (82.42% from 255) = 37.91%
BLUE value IS 169 (66.41% from 255) = 30.51%
R=31.59%
G=37.91%
B=30.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752101690.1700.200.18111.2231.374.31
HexAFD2A911014126f1f4a
Octal257322251210242215737112
Binary10101111110100101010100110001010100100101101111111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD2A9; }

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

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

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

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

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

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

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

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