#A3BEAC

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

Shades of Gum Leaf #A3BEAC

Tints of Gum Leaf #A3BEAC

Color information

#A3BEAC (or 0xA3BEAC) is unknown color: approx Gum Leaf. HEX triplet: A3, BE and AC. RGB value is (163,190,172). Sum of RGB (Red+Green+Blue) = 163+190+172=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BEAC is #5C4153. Grayscale: #B3B3B3. Windows color (decimal): -6046036 or 11320995. OLE color: 11320995.

HSL color Cylindrical-coordinate representation of color #A3BEAC: hue angle of 140º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A3BEAC is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB163190172-
CMYK0.1400.090.25
HSL140º17.2%69.22%-
HSV(B)140º14.21%74.51%-
XYZ40.9647.5946.06-
YUV179.88123.55115.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.05%
GREEN value IS 190 (74.61% from 255) = 36.19%
BLUE value IS 172 (67.58% from 255) = 32.76%
R=31.05%
G=36.19%
B=32.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631901720.1400.090.2514017.269.22
HexA3BEACE09198c1145
Octal243276254160113121421105
Binary1010001110111110101011001110010011100110001100100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BEAC; }

 p { color: rgb(163,190,172); }

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

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

 a { background-color: rgb(163,190,172); }

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

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

 span { border-color: rgb(163,190,172); }

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