#A3BCA9

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

Shades of Gum Leaf #A3BCA9

Tints of Gum Leaf #A3BCA9

Color information

#A3BCA9 (or 0xA3BCA9) is unknown color: approx Gum Leaf. HEX triplet: A3, BC and A9. RGB value is (163,188,169). Sum of RGB (Red+Green+Blue) = 163+188+169=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 169 (66.41% from 255 or 32.5% from 520); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BCA9 is #5C4356. Grayscale: #B2B2B2. Windows color (decimal): -6046551 or 11123875. OLE color: 11123875.

HSL color Cylindrical-coordinate representation of color #A3BCA9: hue angle of 134.4º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3BCA9 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB163188169-
CMYK0.1300.100.26
HSL134.4º15.72%68.82%-
HSV(B)134.4º13.3%73.73%-
XYZ40.2546.6244.41-
YUV178.36122.72117.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.35%
GREEN value IS 188 (73.83% from 255) = 36.15%
BLUE value IS 169 (66.41% from 255) = 32.5%
R=31.35%
G=36.15%
B=32.5%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631881690.1300.100.26134.415.7268.82
HexA3BCA9D0A1A861045
Octal243274251150123220620105
Binary1010001110111100101010011101010101101010000110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BCA9; }

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

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

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

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

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

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

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

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