COLOR #A3C1A1

HEX: #A3C1A1
RGB: (163,193,161)

Color info

#A3C1A1 contains red, green and blue colors in about the same proportion. Web safe color of #A3C1A1 is #99CC99 (or #9C9).

RGB color model

#A3C1A1 color RGB value is (163,193,161).

  • red value is 163;
  • green value is 193;
  • blue value is 161.
RGB:
(163,193,161)
(64%,76%,63%)

RGB channels and saturation

R 163 of 255 = 64%
G 193 of 255 = 76%
B 161 of 255 = 63%

163
193
161

R + G + B ~ 68%. #A3C1A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 193 + 161 = 517 (100%)
R 163 of 517 ~ 31.53%
G 193 of 517 ~ 37.33%
B 161 of 517 ~ 31.14%

%31.53
%37.33
%31.14

CMYK color model

#A3C1A1 color CMYK value is (16,0,17,24).

  • cyan value is 15.54%
  • magenta value is 0.00%
  • yellow value is 16.58%
  • key color value is 24.31%
CMYK:
(16,0,17,24)
C16M0Y17K24 
(16%,0%,17%,24%)
(0.16/0.00/0.17/0.24)	

CMYK percentages

%15.54
%0
%16.58
%24.31

Codes

Color #A3C1A1 in popluar color models

A3C1A1
RGB163193161
HSL116°20.51%69.41%
HSB/HSV116°16.58%75.69%
CMYK15.54%0.00%16.58%
24.31%

Color #A3C1A1 in popluar number systems.

HEXA3C1A1
Decimal163193161
Binary101000111100000110100001
Octal243301241

Shades and tints

Shades of #A3C1A1

#A3C1A1
(163,193,161)
#95B093
(149,176,147)
#879F85
(135,159,133)
#798E77
(121,142,119)
#6B7D69
(107,125,105)
#5D6C5B
(93,108,91)
#4F5B4D
(79,91,77)
#414A3F
(65,74,63)
#333931
(51,57,49)
#252823
(37,40,35)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #A3C1A1

#A3C1A1
(163,193,161)
#ABC6A9
(171,198,169)
#B3CBB1
(179,203,177)
#BBD0B9
(187,208,185)
#C3D5C1
(195,213,193)
#CBDAC9
(203,218,201)
#D3DFD1
(211,223,209)
#DBE4D9
(219,228,217)
#E3E9E1
(227,233,225)
#EBEEE9
(235,238,233)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3C1A1 color. Also use rgb(163,193,161) instead hex code.

Text Font Color

.myTextColor { color: #A3C1A1; }

<p style="color:#A3C1A1">This sample text font color is #A3C1A1.</p>

This text font color is #A3C1A1.


Background Color

.myBgColor { background-color: #A3C1A1; }

<div style="background-color:#A3C1A1">Inner text</div>

This div background color is #A3C1A1.


Border color

.myBorderColor { border: 1px solid #A3C1A1; }

<div style="border:3px solid #A3C1A1">Div</div>

This div border color is #A3C1A1.


Opacity

.myOpacity80 { color: #A3C1A1; opacity: 0.8; }

<p style="color:#A3C1A1;opacity:0.8;">80%</p>

Text with #A3C1A1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A3C1A1;}

<p style="text-shadow: 3px 3px 1px #A3C1A1">Text here.</p>

This text has shadow with #A3C1A1 color.

.textShadow {text-shadow: 3px 3px 1px #A3C1A1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A3C1A1, 5px 5px 20px red">Text here.</p>

This text has shadow with #A3C1A1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A3C1A1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A3C1A1, Direction=45, Strength=4)">Text</p>

This text has shadow with #A3C1A1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A3C1A1;
  -webkit-box-shadow:	1px 1px 3px 2px #A3C1A1;
  box-shadow:		1px 1px 3px 2px #A3C1A1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A3C1A1;
-webkit-box-shadow: 1px 1px 3px 2px #A3C1A1;
box-shadow:1px 1px 3px 2px #A3C1A1;">
Div content here</div>
This div box has shadow with color #A3C1A1.

Preview

Color preview on black background

This text has color #A3C1A1 on black background.


Color preview on white background

This text has color #A3C1A1 on white background.



Black color preview on #A3C1A1 background

This text has black color on #A3C1A1 background.


White color preview on #A3C1A1 background

This text has white color on #A3C1A1 background.