#AFBDB3

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

Shades of Gum Leaf #AFBDB3

Tints of Gum Leaf #AFBDB3

Color information

#AFBDB3 (or 0xAFBDB3) is unknown color: approx Gum Leaf. HEX triplet: AF, BD and B3. RGB value is (175,189,179). Sum of RGB (Red+Green+Blue) = 175+189+179=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 179 (70.31% from 255 or 32.97% from 543); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDB3 is #50424C. Grayscale: #B7B7B7. Windows color (decimal): -5259853 or 11779503. OLE color: 11779503.

HSL color Cylindrical-coordinate representation of color #AFBDB3: hue angle of 137.14º 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 #AFBDB3 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB175189179-
CMYK0.0700.050.26
HSL137.14º9.59%71.37%-
HSV(B)137.14º7.41%74.12%-
XYZ44.0148.7649.74-
YUV183.67125.36121.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.23%
GREEN value IS 189 (74.22% from 255) = 34.81%
BLUE value IS 179 (70.31% from 255) = 32.97%
R=32.23%
G=34.81%
B=32.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751891790.0700.050.26137.149.5971.37
HexAFBDB37051A89a47
Octal2572752637053221112107
Binary1010111110111101101100111110101110101000100110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDB3; }

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

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

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

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

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

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

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

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