#A3BEA7

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

Shades of Gum Leaf #A3BEA7

Tints of Gum Leaf #A3BEA7

Color information

#A3BEA7 (or 0xA3BEA7) is unknown color: approx Gum Leaf. HEX triplet: A3, BE and A7. RGB value is (163,190,167). Sum of RGB (Red+Green+Blue) = 163+190+167=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 167 (65.62% from 255 or 32.12% from 520); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BEA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BEA7 is #5C4158. Grayscale: #B3B3B3. Windows color (decimal): -6046041 or 10993315. OLE color: 10993315.

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

Color convert

RGB163190167-
CMYK0.1400.120.25
HSL128.89º17.2%69.22%-
HSV(B)128.89º14.21%74.51%-
XYZ40.4947.443.57-
YUV179.3121.05116.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.35%
GREEN value IS 190 (74.61% from 255) = 36.54%
BLUE value IS 167 (65.62% from 255) = 32.12%
R=31.35%
G=36.54%
B=32.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631901670.1400.120.25128.8917.269.22
HexA3BEA7E0C19811145
Octal243276247160143120121105
Binary1010001110111110101001111110011001100110000001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BEA7; }

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

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

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

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

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

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

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

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