#AFC5B0

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

Shades of Zanah #AFC5B0

Tints of Zanah #AFC5B0

Color information

#AFC5B0 (or 0xAFC5B0) is unknown color: approx Zanah. HEX triplet: AF, C5 and B0. RGB value is (175,197,176). Sum of RGB (Red+Green+Blue) = 175+197+176=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 176 (69.14% from 255 or 32.12% from 548); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC5B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC5B0 is #503A4F. Grayscale: #BCBCBC. Windows color (decimal): -5257808 or 11584943. OLE color: 11584943.

HSL color Cylindrical-coordinate representation of color #AFC5B0: hue angle of 122.73º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFC5B0 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB175197176-
CMYK0.1100.110.23
HSL122.73º15.94%72.94%-
HSV(B)122.73º11.17%77.25%-
XYZ45.4852.1848.75-
YUV188.03121.21118.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.93%
GREEN value IS 197 (77.34% from 255) = 35.95%
BLUE value IS 176 (69.14% from 255) = 32.12%
R=31.93%
G=35.95%
B=32.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751971760.1100.110.23122.7315.9472.94
HexAFC5B0B0B177b1049
Octal257305260130132717320111
Binary101011111100010110110000101101011101111111011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC5B0; }

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

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

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

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

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

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

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

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