#AFCBAC

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

Shades of Zanah #AFCBAC

Tints of Zanah #AFCBAC

Color information

#AFCBAC (or 0xAFCBAC) is unknown color: approx Zanah. HEX triplet: AF, CB and AC. RGB value is (175,203,172). Sum of RGB (Red+Green+Blue) = 175+203+172=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCBAC is #503453. Grayscale: #BFBFBF. Windows color (decimal): -5256276 or 11324335. OLE color: 11324335.

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

Color convert

RGB175203172-
CMYK0.1400.150.20
HSL114.19º22.96%73.53%-
HSV(B)114.19º15.27%79.61%-
XYZ46.4854.847.16-
YUV191.09117.22116.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.82%
GREEN value IS 203 (79.69% from 255) = 36.91%
BLUE value IS 172 (67.58% from 255) = 31.27%
R=31.82%
G=36.91%
B=31.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752031720.1400.150.20114.1922.9673.53
HexAFCBACE0F1472174a
Octal257313254160172416227112
Binary101011111100101110101100111001111101001110010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCBAC; }

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

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

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

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

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

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

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

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