#AFCDB1

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

Shades of Zanah #AFCDB1

Tints of Zanah #AFCDB1

Color information

#AFCDB1 (or 0xAFCDB1) is unknown color: approx Zanah. HEX triplet: AF, CD and B1. RGB value is (175,205,177). Sum of RGB (Red+Green+Blue) = 175+205+177=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 177 (69.53% from 255 or 31.78% from 557); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCDB1 is #50324E. Grayscale: #C0C0C0. Windows color (decimal): -5255759 or 11652527. OLE color: 11652527.

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

Color convert

RGB175205177-
CMYK0.1500.140.20
HSL124º23.08%74.51%-
HSV(B)124º14.63%80.39%-
XYZ47.4555.9549.89-
YUV192.84119.06115.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.42%
GREEN value IS 205 (80.47% from 255) = 36.80%
BLUE value IS 177 (69.53% from 255) = 31.78%
R=31.42%
G=36.80%
B=31.78%

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
Decimal1752051770.1500.140.2012423.0874.51
HexAFCDB1F0E147c174b
Octal257315261170162417427113
Binary101011111100110110110001111101110101001111100101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCDB1; }

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

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

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

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

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

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

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

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