#AFCDB0

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

Shades of Zanah #AFCDB0

Tints of Zanah #AFCDB0

Color information

#AFCDB0 (or 0xAFCDB0) is unknown color: approx Zanah. HEX triplet: AF, CD and B0. RGB value is (175,205,176). Sum of RGB (Red+Green+Blue) = 175+205+176=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 176 (69.14% from 255 or 31.65% from 556); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCDB0 is #50324F. Grayscale: #C0C0C0. Windows color (decimal): -5255760 or 11586991. OLE color: 11586991.

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

Color convert

RGB175205176-
CMYK0.1500.140.20
HSL122º23.08%74.51%-
HSV(B)122º14.63%80.39%-
XYZ47.3555.9149.37-
YUV192.72118.56115.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.47%
GREEN value IS 205 (80.47% from 255) = 36.87%
BLUE value IS 176 (69.14% from 255) = 31.65%
R=31.47%
G=36.87%
B=31.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752051760.1500.140.2012223.0874.51
HexAFCDB0F0E147a174b
Octal257315260170162417227113
Binary101011111100110110110000111101110101001111010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCDB0; }

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

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

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

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

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

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

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

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