#AFBDB1

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

Shades of Gum Leaf #AFBDB1

Tints of Gum Leaf #AFBDB1

Color information

#AFBDB1 (or 0xAFBDB1) is unknown color: approx Gum Leaf. HEX triplet: AF, BD and B1. RGB value is (175,189,177). Sum of RGB (Red+Green+Blue) = 175+189+177=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 177 (69.53% from 255 or 32.72% from 541); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBDB1 is #50424E. Grayscale: #B7B7B7. Windows color (decimal): -5259855 or 11648431. OLE color: 11648431.

HSL color Cylindrical-coordinate representation of color #AFBDB1: hue angle of 128.57º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFBDB1 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB175189177-
CMYK0.0700.060.26
HSL128.57º9.59%71.37%-
HSV(B)128.57º7.41%74.12%-
XYZ43.8148.6848.68-
YUV183.45124.36121.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.35%
GREEN value IS 189 (74.22% from 255) = 34.94%
BLUE value IS 177 (69.53% from 255) = 32.72%
R=32.35%
G=34.94%
B=32.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751891770.0700.060.26128.579.5971.37
HexAFBDB17061A81a47
Octal2572752617063220112107
Binary1010111110111101101100011110110110101000000110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDB1; }

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

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

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

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

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

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

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

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