#AFCFB5

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

Shades of Gum Leaf #AFCFB5

Tints of Gum Leaf #AFCFB5

Color information

#AFCFB5 (or 0xAFCFB5) is unknown color: approx Gum Leaf. HEX triplet: AF, CF and B5. RGB value is (175,207,181). Sum of RGB (Red+Green+Blue) = 175+207+181=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 181 (71.09% from 255 or 32.15% from 563); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCFB5 is #50304A. Grayscale: #C2C2C2. Windows color (decimal): -5255243 or 11915183. OLE color: 11915183.

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

Color convert

RGB175207181-
CMYK0.1500.130.19
HSL131.25º25%74.9%-
HSV(B)131.25º15.46%81.18%-
XYZ48.3357.0852.19-
YUV194.47120.4114.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.08%
GREEN value IS 207 (81.25% from 255) = 36.77%
BLUE value IS 181 (71.09% from 255) = 32.15%
R=31.08%
G=36.77%
B=32.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1752071810.1500.130.19131.252574.9
HexAFCFB5F0D1383194b
Octal257317265170152320331113
Binary1010111111001111101101011111011011001110000011110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCFB5; }

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

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

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

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

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

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

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

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