#A3C1A5

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

Shades of Gum Leaf #A3C1A5

Tints of Gum Leaf #A3C1A5

Color information

#A3C1A5 (or 0xA3C1A5) is unknown color: approx Gum Leaf. HEX triplet: A3, C1 and A5. RGB value is (163,193,165). Sum of RGB (Red+Green+Blue) = 163+193+165=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 165 (64.84% from 255 or 31.67% from 521); Max value from RGB is 193 - color contains mainly: green. Hex color #A3C1A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C1A5 is #5C3E5A. Grayscale: #B4B4B4. Windows color (decimal): -6045275 or 10863011. OLE color: 10863011.

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

Color convert

RGB163193165-
CMYK0.1600.150.24
HSL124º19.48%69.8%-
HSV(B)124º15.54%75.69%-
XYZ40.9748.6442.83-
YUV180.84119.06115.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.29%
GREEN value IS 193 (75.78% from 255) = 37.04%
BLUE value IS 165 (64.84% from 255) = 31.67%
R=31.29%
G=37.04%
B=31.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631931650.1600.150.2412419.4869.8
HexA3C1A5100F187c1346
Octal243301245200173017423106
Binary1010001111000001101001011000001111110001111100100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C1A5; }

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

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

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

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

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

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

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

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