#AFCEB1

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

Shades of Zanah #AFCEB1

Tints of Zanah #AFCEB1

Color information

#AFCEB1 (or 0xAFCEB1) is unknown color: approx Zanah. HEX triplet: AF, CE and B1. RGB value is (175,206,177). Sum of RGB (Red+Green+Blue) = 175+206+177=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 177 (69.53% from 255 or 31.72% from 558); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCEB1 is #50314E. Grayscale: #C1C1C1. Windows color (decimal): -5255503 or 11652783. OLE color: 11652783.

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

Color convert

RGB175206177-
CMYK0.1500.140.19
HSL123.87º24.03%74.71%-
HSV(B)123.87º15.05%80.78%-
XYZ47.6956.4349.97-
YUV193.42118.73114.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.36%
GREEN value IS 206 (80.86% from 255) = 36.92%
BLUE value IS 177 (69.53% from 255) = 31.72%
R=31.36%
G=36.92%
B=31.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1752061770.1500.140.19123.8724.0374.71
HexAFCEB1F0E137c184b
Octal257316261170162317430113
Binary101011111100111010110001111101110100111111100110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCEB1; }

 p { color: rgb(175,206,177); }

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

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

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

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

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

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

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