#A3BFA9

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

Shades of Gum Leaf #A3BFA9

Tints of Gum Leaf #A3BFA9

Color information

#A3BFA9 (or 0xA3BFA9) is unknown color: approx Gum Leaf. HEX triplet: A3, BF and A9. RGB value is (163,191,169). Sum of RGB (Red+Green+Blue) = 163+191+169=523 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.17% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 169 (66.41% from 255 or 32.31% from 523); Max value from RGB is 191 - color contains mainly: green. Hex color #A3BFA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BFA9 is #5C4056. Grayscale: #B4B4B4. Windows color (decimal): -6045783 or 11124643. OLE color: 11124643.

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

Color convert

RGB163191169-
CMYK0.1500.120.25
HSL132.86º17.95%69.41%-
HSV(B)132.86º14.66%74.9%-
XYZ40.947.9144.63-
YUV180.12121.72115.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.17%
GREEN value IS 191 (75% from 255) = 36.52%
BLUE value IS 169 (66.41% from 255) = 32.31%
R=31.17%
G=36.52%
B=32.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631911690.1500.120.25132.8617.9569.41
HexA3BFA9F0C19851245
Octal243277251170143120522105
Binary1010001110111111101010011111011001100110000101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BFA9; }

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

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

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

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

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

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

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

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