#AFCFB3

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

Shades of Gum Leaf #AFCFB3

Tints of Gum Leaf #AFCFB3

Color information

#AFCFB3 (or 0xAFCFB3) is unknown color: approx Gum Leaf. HEX triplet: AF, CF and B3. RGB value is (175,207,179). Sum of RGB (Red+Green+Blue) = 175+207+179=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 179 (70.31% from 255 or 31.91% from 561); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCFB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCFB3 is #50304C. Grayscale: #C2C2C2. Windows color (decimal): -5255245 or 11784111. OLE color: 11784111.

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

Color convert

RGB175207179-
CMYK0.1500.140.19
HSL127.5º25%74.9%-
HSV(B)127.5º15.46%81.18%-
XYZ48.1356.9951.11-
YUV194.24119.4114.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.19%
GREEN value IS 207 (81.25% from 255) = 36.90%
BLUE value IS 179 (70.31% from 255) = 31.91%
R=31.19%
G=36.90%
B=31.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1752071790.1500.140.19127.52574.9
HexAFCFB3F0E137f194b
Octal257317263170162317731113
Binary101011111100111110110011111101110100111111111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCFB3; }

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

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

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

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

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

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

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

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