#AFC8AD

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

Shades of Zanah #AFC8AD

Tints of Zanah #AFC8AD

Color information

#AFC8AD (or 0xAFC8AD) is unknown color: approx Zanah. HEX triplet: AF, C8 and AD. RGB value is (175,200,173). Sum of RGB (Red+Green+Blue) = 175+200+173=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 200 (78.52% from 255 or 36.50% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC8AD is #503752. Grayscale: #BDBDBD. Windows color (decimal): -5257043 or 11389103. OLE color: 11389103.

HSL color Cylindrical-coordinate representation of color #AFC8AD: hue angle of 115.56º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFC8AD is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB175200173-
CMYK0.1200.140.22
HSL115.56º19.71%73.14%-
HSV(B)115.56º13.5%78.43%-
XYZ45.8853.4447.43-
YUV189.45118.72117.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.93%
GREEN value IS 200 (78.52% from 255) = 36.50%
BLUE value IS 173 (67.97% from 255) = 31.57%
R=31.93%
G=36.50%
B=31.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1752001730.1200.140.22115.5619.7173.14
HexAFC8ADC0E16741449
Octal257310255140162616424111
Binary101011111100100010101101110001110101101110100101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC8AD; }

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

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

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

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

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

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

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

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