#AFB7B1

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

Shades of Gum Leaf #AFB7B1

Tints of Gum Leaf #AFB7B1

Color information

#AFB7B1 (or 0xAFB7B1) is unknown color: approx Gum Leaf. HEX triplet: AF, B7 and B1. RGB value is (175,183,177). Sum of RGB (Red+Green+Blue) = 175+183+177=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 183 (71.88% from 255 or 34.21% from 535); Blue value is 177 (69.53% from 255 or 33.08% from 535); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB7B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB7B1 is #50484E. Grayscale: #B3B3B3. Windows color (decimal): -5261391 or 11646895. OLE color: 11646895.

HSL color Cylindrical-coordinate representation of color #AFB7B1: hue angle of 135º degrees, saturation: 0.05, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AFB7B1 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB175183177-
CMYK0.0400.030.28
HSL135º5.26%70.2%-
HSV(B)135º4.37%71.76%-
XYZ42.5546.1648.26-
YUV179.92126.35124.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.71%
GREEN value IS 183 (71.88% from 255) = 34.21%
BLUE value IS 177 (69.53% from 255) = 33.08%
R=32.71%
G=34.21%
B=33.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751831770.0400.030.281355.2670.2
HexAFB7B14031C87546
Octal257267261403342075106
Binary10101111101101111011000110001111100100001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB7B1; }

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

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

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

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

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

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

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

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