#AFCEB0

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

Shades of Zanah #AFCEB0

Tints of Zanah #AFCEB0

Color information

#AFCEB0 (or 0xAFCEB0) is unknown color: approx Zanah. HEX triplet: AF, CE and B0. RGB value is (175,206,176). Sum of RGB (Red+Green+Blue) = 175+206+176=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 176 (69.14% from 255 or 31.60% from 557); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCEB0 is #50314F. Grayscale: #C1C1C1. Windows color (decimal): -5255504 or 11587247. OLE color: 11587247.

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

Color convert

RGB175206176-
CMYK0.1500.150.19
HSL121.94º24.03%74.71%-
HSV(B)121.94º15.05%80.78%-
XYZ47.5956.3949.45-
YUV193.31118.23114.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.42%
GREEN value IS 206 (80.86% from 255) = 36.98%
BLUE value IS 176 (69.14% from 255) = 31.60%
R=31.42%
G=36.98%
B=31.60%

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
Decimal1752061760.1500.150.19121.9424.0374.71
HexAFCEB0F0F137a184b
Octal257316260170172317230113
Binary101011111100111010110000111101111100111111010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCEB0; }

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

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

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

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

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

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

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

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