#A3BFA6

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

Shades of Gum Leaf #A3BFA6

Tints of Gum Leaf #A3BFA6

Color information

#A3BFA6 (or 0xA3BFA6) is unknown color: approx Gum Leaf. HEX triplet: A3, BF and A6. RGB value is (163,191,166). Sum of RGB (Red+Green+Blue) = 163+191+166=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 191 - color contains mainly: green. Hex color #A3BFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BFA6 is #5C4059. Grayscale: #B3B3B3. Windows color (decimal): -6045786 or 10928035. OLE color: 10928035.

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

Color convert

RGB163191166-
CMYK0.1500.130.25
HSL126.43º17.95%69.41%-
HSV(B)126.43º14.66%74.9%-
XYZ40.6247.843.16-
YUV179.78120.22116.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.35%
GREEN value IS 191 (75% from 255) = 36.73%
BLUE value IS 166 (65.23% from 255) = 31.92%
R=31.35%
G=36.73%
B=31.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631911660.1500.130.25126.4317.9569.41
HexA3BFA6F0D197e1245
Octal243277246170153117622105
Binary101000111011111110100110111101101110011111110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BFA6; }

 p { color: rgb(163,191,166); }

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

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

 a { background-color: rgb(163,191,166); }

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

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

 span { border-color: rgb(163,191,166); }

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