#AFCAB5

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

Shades of Gum Leaf #AFCAB5

Tints of Gum Leaf #AFCAB5

Color information

#AFCAB5 (or 0xAFCAB5) is unknown color: approx Gum Leaf. HEX triplet: AF, CA and B5. RGB value is (175,202,181). Sum of RGB (Red+Green+Blue) = 175+202+181=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 181 (71.09% from 255 or 32.44% from 558); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCAB5 is #50354A. Grayscale: #BFBFBF. Windows color (decimal): -5256523 or 11913903. OLE color: 11913903.

HSL color Cylindrical-coordinate representation of color #AFCAB5: hue angle of 133.33º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFCAB5 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB175202181-
CMYK0.1300.100.21
HSL133.33º20.3%73.92%-
HSV(B)133.33º13.37%79.22%-
XYZ47.1454.6951.79-
YUV191.53122.05116.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.36%
GREEN value IS 202 (79.30% from 255) = 36.20%
BLUE value IS 181 (71.09% from 255) = 32.44%
R=31.36%
G=36.20%
B=32.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1752021810.1300.100.21133.3320.373.92
HexAFCAB5D0A1585144a
Octal257312265150122520524112
Binary1010111111001010101101011101010101010110000101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCAB5; }

 p { color: rgb(175,202,181); }

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

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

 a { background-color: rgb(175,202,181); }

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

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

 span { border-color: rgb(175,202,181); }

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