#A3C1A6

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

Shades of Gum Leaf #A3C1A6

Tints of Gum Leaf #A3C1A6

Color information

#A3C1A6 (or 0xA3C1A6) is unknown color: approx Gum Leaf. HEX triplet: A3, C1 and A6. RGB value is (163,193,166). Sum of RGB (Red+Green+Blue) = 163+193+166=522 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.23% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 166 (65.23% from 255 or 31.80% from 522); Max value from RGB is 193 - color contains mainly: green. Hex color #A3C1A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C1A6 is #5C3E59. Grayscale: #B5B5B5. Windows color (decimal): -6045274 or 10928547. OLE color: 10928547.

HSL color Cylindrical-coordinate representation of color #A3C1A6: hue angle of 126º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A3C1A6 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB163193166-
CMYK0.1600.140.24
HSL126º19.48%69.8%-
HSV(B)126º15.54%75.69%-
XYZ41.0648.6843.31-
YUV180.95119.56115.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.23%
GREEN value IS 193 (75.78% from 255) = 36.97%
BLUE value IS 166 (65.23% from 255) = 31.80%
R=31.23%
G=36.97%
B=31.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631931660.1600.140.2412619.4869.8
HexA3C1A6100E187e1346
Octal243301246200163017623106
Binary1010001111000001101001101000001110110001111110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C1A6; }

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

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

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

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

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

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

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

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