#A3BAA8

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

Shades of Gum Leaf #A3BAA8

Tints of Gum Leaf #A3BAA8

Color information

#A3BAA8 (or 0xA3BAA8) is unknown color: approx Gum Leaf. HEX triplet: A3, BA and A8. RGB value is (163,186,168). Sum of RGB (Red+Green+Blue) = 163+186+168=517 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.53% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BAA8 is #5C4557. Grayscale: #B1B1B1. Windows color (decimal): -6047064 or 11057827. OLE color: 11057827.

HSL color Cylindrical-coordinate representation of color #A3BAA8: hue angle of 133.04º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A3BAA8 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB163186168-
CMYK0.1200.100.27
HSL133.04º14.29%68.43%-
HSV(B)133.04º12.37%72.94%-
XYZ39.7345.7343.78-
YUV177.07122.88117.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.53%
GREEN value IS 186 (73.05% from 255) = 35.98%
BLUE value IS 168 (66.02% from 255) = 32.50%
R=31.53%
G=35.98%
B=32.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631861680.1200.100.27133.0414.2968.43
HexA3BAA8C0A1B85e44
Octal243272250140123320516104
Binary101000111011101010101000110001010110111000010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BAA8; }

 p { color: rgb(163,186,168); }

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

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

 a { background-color: rgb(163,186,168); }

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

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

 span { border-color: rgb(163,186,168); }

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