#AFC4AF

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

Shades of Zanah #AFC4AF

Tints of Zanah #AFC4AF

Color information

#AFC4AF (or 0xAFC4AF) is unknown color: approx Zanah. HEX triplet: AF, C4 and AF. RGB value is (175,196,175). Sum of RGB (Red+Green+Blue) = 175+196+175=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 196 (76.95% from 255 or 35.90% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC4AF is #503B50. Grayscale: #BBBBBB. Windows color (decimal): -5258065 or 11519151. OLE color: 11519151.

HSL color Cylindrical-coordinate representation of color #AFC4AF: hue angle of 120º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFC4AF is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB175196175-
CMYK0.1100.110.23
HSL120º15.11%72.75%-
HSV(B)120º10.71%76.86%-
XYZ45.1651.6948.15-
YUV187.33121.04119.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.05%
GREEN value IS 196 (76.95% from 255) = 35.90%
BLUE value IS 175 (68.75% from 255) = 32.05%
R=32.05%
G=35.90%
B=32.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751961750.1100.110.2312015.1172.75
HexAFC4AFB0B1778f49
Octal257304257130132717017111
Binary10101111110001001010111110110101110111111100011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC4AF; }

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

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

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

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

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

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

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

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