#AFBFB1

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

Shades of Gum Leaf #AFBFB1

Tints of Gum Leaf #AFBFB1

Color information

#AFBFB1 (or 0xAFBFB1) is unknown color: approx Gum Leaf. HEX triplet: AF, BF and B1. RGB value is (175,191,177). Sum of RGB (Red+Green+Blue) = 175+191+177=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBFB1 is #50404E. Grayscale: #B8B8B8. Windows color (decimal): -5259343 or 11648943. OLE color: 11648943.

HSL color Cylindrical-coordinate representation of color #AFBFB1: hue angle of 127.5º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AFBFB1 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB175191177-
CMYK0.0800.070.25
HSL127.5º11.11%71.76%-
HSV(B)127.5º8.38%74.9%-
XYZ44.2549.5548.83-
YUV184.62123.7121.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.23%
GREEN value IS 191 (75% from 255) = 35.17%
BLUE value IS 177 (69.53% from 255) = 32.60%
R=32.23%
G=35.17%
B=32.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751911770.0800.070.25127.511.1171.76
HexAFBFB1807197fb48
Octal25727726110073117713110
Binary1010111110111111101100011000011111001111111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBFB1; }

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

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

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

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

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

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

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

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