#AFC0AF

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

Shades of Zanah #AFC0AF

Tints of Zanah #AFC0AF

Color information

#AFC0AF (or 0xAFC0AF) is unknown color: approx Zanah. HEX triplet: AF, C0 and AF. RGB value is (175,192,175). Sum of RGB (Red+Green+Blue) = 175+192+175=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC0AF is #503F50. Grayscale: #B9B9B9. Windows color (decimal): -5259089 or 11518127. OLE color: 11518127.

HSL color Cylindrical-coordinate representation of color #AFC0AF: hue angle of 120º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFC0AF is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB175192175-
CMYK0.0900.090.25
HSL120º11.89%71.96%-
HSV(B)120º8.85%75.29%-
XYZ44.2749.9147.86-
YUV184.98122.37120.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.29%
GREEN value IS 192 (75.39% from 255) = 35.42%
BLUE value IS 175 (68.75% from 255) = 32.29%
R=32.29%
G=35.42%
B=32.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751921750.0900.090.2512011.8971.96
HexAFC0AF9091978c48
Octal257300257110113117014110
Binary10101111110000001010111110010100111001111100011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC0AF; }

 p { color: rgb(175,192,175); }

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

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

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

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

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

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

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