#A3C4AB

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

Shades of Gum Leaf #A3C4AB

Tints of Gum Leaf #A3C4AB

Color information

#A3C4AB (or 0xA3C4AB) is unknown color: approx Gum Leaf. HEX triplet: A3, C4 and AB. RGB value is (163,196,171). Sum of RGB (Red+Green+Blue) = 163+196+171=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C4AB is #5C3B54. Grayscale: #B7B7B7. Windows color (decimal): -6044501 or 11256995. OLE color: 11256995.

HSL color Cylindrical-coordinate representation of color #A3C4AB: hue angle of 134.55º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A3C4AB is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB163196171-
CMYK0.1700.130.23
HSL134.55º21.85%70.39%-
HSV(B)134.55º16.84%76.86%-
XYZ42.1950.2146-
YUV183.28121.07113.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.75%
GREEN value IS 196 (76.95% from 255) = 36.98%
BLUE value IS 171 (67.19% from 255) = 32.26%
R=30.75%
G=36.98%
B=32.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1631961710.1700.130.23134.5521.8570.39
HexA3C4AB110D17871646
Octal243304253210152720726106
Binary10100011110001001010101110001011011011110000111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C4AB; }

 p { color: rgb(163,196,171); }

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

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

 a { background-color: rgb(163,196,171); }

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

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

 span { border-color: rgb(163,196,171); }

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