#AFCCAF

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

Shades of Zanah #AFCCAF

Tints of Zanah #AFCCAF

Color information

#AFCCAF (or 0xAFCCAF) is unknown color: approx Zanah. HEX triplet: AF, CC and AF. RGB value is (175,204,175). Sum of RGB (Red+Green+Blue) = 175+204+175=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCCAF is #503350. Grayscale: #C0C0C0. Windows color (decimal): -5256017 or 11521199. OLE color: 11521199.

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

Color convert

RGB175204175-
CMYK0.1400.140.2
HSL120º22.14%74.31%-
HSV(B)120º14.22%80%-
XYZ47.0155.3948.77-
YUV192.02118.39115.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.59%
GREEN value IS 204 (80.08% from 255) = 36.82%
BLUE value IS 175 (68.75% from 255) = 31.59%
R=31.59%
G=36.82%
B=31.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1752041750.1400.140.212022.1474.31
HexAFCCAFE0E1478164a
Octal257314257160162417026112
Binary101011111100110010101111111001110101001111000101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCCAF; }

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

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

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

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

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

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

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

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