#AFCFB0

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

Shades of Zanah #AFCFB0

Tints of Zanah #AFCFB0

Color information

#AFCFB0 (or 0xAFCFB0) is unknown color: approx Zanah. HEX triplet: AF, CF and B0. RGB value is (175,207,176). Sum of RGB (Red+Green+Blue) = 175+207+176=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCFB0 is #50304F. Grayscale: #C1C1C1. Windows color (decimal): -5255248 or 11587503. OLE color: 11587503.

HSL color Cylindrical-coordinate representation of color #AFCFB0: hue angle of 121.87º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCFB0 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB175207176-
CMYK0.1500.150.19
HSL121.87º25%74.9%-
HSV(B)121.87º15.46%81.18%-
XYZ47.8356.8749.53-
YUV193.9117.9114.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.36%
GREEN value IS 207 (81.25% from 255) = 37.10%
BLUE value IS 176 (69.14% from 255) = 31.54%
R=31.36%
G=37.10%
B=31.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1752071760.1500.150.19121.872574.9
HexAFCFB0F0F137a194b
Octal257317260170172317231113
Binary101011111100111110110000111101111100111111010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCFB0; }

 p { color: rgb(175,207,176); }

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

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

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

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

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

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

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