#AFBEB3

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

Shades of Gum Leaf #AFBEB3

Tints of Gum Leaf #AFBEB3

Color information

#AFBEB3 (or 0xAFBEB3) is unknown color: approx Gum Leaf. HEX triplet: AF, BE and B3. RGB value is (175,190,179). Sum of RGB (Red+Green+Blue) = 175+190+179=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 179 (70.31% from 255 or 32.90% from 544); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBEB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBEB3 is #50414C. Grayscale: #B8B8B8. Windows color (decimal): -5259597 or 11779759. OLE color: 11779759.

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

Color convert

RGB175190179-
CMYK0.0800.060.25
HSL136º10.34%71.57%-
HSV(B)136º7.89%74.51%-
XYZ44.2349.249.81-
YUV184.26125.03121.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.17%
GREEN value IS 190 (74.61% from 255) = 34.93%
BLUE value IS 179 (70.31% from 255) = 32.90%
R=32.17%
G=34.93%
B=32.90%

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
Decimal1751901790.0800.060.2513610.3471.57
HexAFBEB38061988a48
Octal25727626310063121012110
Binary10101111101111101011001110000110110011000100010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBEB3; }

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

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

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

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

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

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

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

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