#AFC7AC

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

Shades of Zanah #AFC7AC

Tints of Zanah #AFC7AC

Color information

#AFC7AC (or 0xAFC7AC) is unknown color: approx Zanah. HEX triplet: AF, C7 and AC. RGB value is (175,199,172). Sum of RGB (Red+Green+Blue) = 175+199+172=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 199 (78.12% from 255 or 36.45% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC7AC is #503853. Grayscale: #BCBCBC. Windows color (decimal): -5257300 or 11323311. OLE color: 11323311.

HSL color Cylindrical-coordinate representation of color #AFC7AC: hue angle of 113.33º degrees, saturation: 0.19, 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 #AFC7AC is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB175199172-
CMYK0.1200.140.22
HSL113.33º19.42%72.75%-
HSV(B)113.33º13.57%78.04%-
XYZ45.5552.9446.85-
YUV188.75118.55118.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.05%
GREEN value IS 199 (78.12% from 255) = 36.45%
BLUE value IS 172 (67.58% from 255) = 31.50%
R=32.05%
G=36.45%
B=31.50%

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
Decimal1751991720.1200.140.22113.3319.4272.75
HexAFC7ACC0E16711349
Octal257307254140162616123111
Binary101011111100011110101100110001110101101110001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC7AC; }

 p { color: rgb(175,199,172); }

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

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

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

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

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

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

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