#AFCBAF

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

Shades of Zanah #AFCBAF

Tints of Zanah #AFCBAF

Color information

#AFCBAF (or 0xAFCBAF) is unknown color: approx Zanah. HEX triplet: AF, CB and AF. RGB value is (175,203,175). Sum of RGB (Red+Green+Blue) = 175+203+175=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCBAF is #503450. Grayscale: #BFBFBF. Windows color (decimal): -5256273 or 11520943. OLE color: 11520943.

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

Color convert

RGB175203175-
CMYK0.1400.140.20
HSL120º21.21%74.12%-
HSV(B)120º13.79%79.61%-
XYZ46.7754.9248.69-
YUV191.44118.72116.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.65%
GREEN value IS 203 (79.69% from 255) = 36.71%
BLUE value IS 175 (68.75% from 255) = 31.65%
R=31.65%
G=36.71%
B=31.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752031750.1400.140.2012021.2174.12
HexAFCBAFE0E1478154a
Octal257313257160162417025112
Binary101011111100101110101111111001110101001111000101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCBAF; }

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

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

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

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

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

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

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

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