#AFBFB3

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

Shades of Gum Leaf #AFBFB3

Tints of Gum Leaf #AFBFB3

Color information

#AFBFB3 (or 0xAFBFB3) is unknown color: approx Gum Leaf. HEX triplet: AF, BF and B3. RGB value is (175,191,179). Sum of RGB (Red+Green+Blue) = 175+191+179=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 179 (70.31% from 255 or 32.84% from 545); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBFB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBFB3 is #50404C. Grayscale: #B8B8B8. Windows color (decimal): -5259341 or 11780015. OLE color: 11780015.

HSL color Cylindrical-coordinate representation of color #AFBFB3: hue angle of 135º 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 #AFBFB3 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB175191179-
CMYK0.0800.060.25
HSL135º11.11%71.76%-
HSV(B)135º8.38%74.9%-
XYZ44.4549.6349.88-
YUV184.85124.7120.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.11%
GREEN value IS 191 (75% from 255) = 35.05%
BLUE value IS 179 (70.31% from 255) = 32.84%
R=32.11%
G=35.05%
B=32.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751911790.0800.060.2513511.1171.76
HexAFBFB38061987b48
Octal25727726310063120713110
Binary10101111101111111011001110000110110011000011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBFB3; }

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

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

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

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

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

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

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

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