#AFC9AD

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

Shades of Zanah #AFC9AD

Tints of Zanah #AFC9AD

Color information

#AFC9AD (or 0xAFC9AD) is unknown color: approx Zanah. HEX triplet: AF, C9 and AD. RGB value is (175,201,173). Sum of RGB (Red+Green+Blue) = 175+201+173=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC9AD is #503652. Grayscale: #BEBEBE. Windows color (decimal): -5256787 or 11389359. OLE color: 11389359.

HSL color Cylindrical-coordinate representation of color #AFC9AD: hue angle of 115.71º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFC9AD is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB175201173-
CMYK0.1300.140.21
HSL115.71º20.59%73.33%-
HSV(B)115.71º13.93%78.82%-
XYZ46.1153.947.51-
YUV190.03118.39117.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.88%
GREEN value IS 201 (78.91% from 255) = 36.61%
BLUE value IS 173 (67.97% from 255) = 31.51%
R=31.88%
G=36.61%
B=31.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1752011730.1300.140.21115.7120.5973.33
HexAFC9ADD0E15741549
Octal257311255150162516425111
Binary101011111100100110101101110101110101011110100101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC9AD; }

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

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

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

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

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

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

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

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