COLOR #A4C3AA

HEX: #A4C3AA RGB: (164,195,170)

Color info

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

RGB color model

#A4C3AA color RGB value is (164,195,170).

RGB: (164,195,170) (64%, 76%, 67%)

RGB channels and saturation

R 164 of 255 = 64%
G 195 of 255 = 76%
B 170 of 255 = 67%

164
195
170

R + G + B ~ 69%. #A4C3AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 195 + 170 = 529 (100%)
R 164 of 529 ~ 31%
G 195 of 529 ~ 36.86%
B 170 of 529 ~ 32.14'%

%31
%36.86
%32.14

CMYK color model

#A4C3AA color CMYK value is (16,0,13,24).

  • cyan value is 15.90%
  • magenta value is 0.00%
  • yellow value is 12.82%
  • key color value is 23.53%

CMYK: (16,0,13,24)
C16M0Y13K24 (16%, 0%, 13%, 24%)
(0.16 / 0.00 / 0.13 / 0.24)

CMYK percentages

%15.9
%0
%12.82
%23.53

Codes

Color #A4C3AA in popluar color models

A4 C3 AA
RGB 164 195 170
HSL 132° 20.53% 70.39%
HSB/HSV 132° 15.90% 76.47%
CMYK 15.90% 0.00% 12.82%
23.53%

Color #A4C3AA in popluar number systems.

HEX A4 C3 AA
Decimal 164 195 170
Binary 10100100 11000011 10101010
Octal 244 303 252

Shades and tints

Shades of #A4C3AA

#A4C3AA
(164,195,170)
#96B29B
(150,178,155)
#88A18C
(136,161,140)
#7A907D
(122,144,125)
#6C7F6E
(108,127,110)
#5E6E5F
(94,110,95)
#505D50
(80,93,80)
#424C41
(66,76,65)
#343B32
(52,59,50)
#262A23
(38,42,35)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #A4C3AA

#A4C3AA
(164,195,170)
#ACC8B1
(172,200,177)
#B4CDB8
(180,205,184)
#BCD2BF
(188,210,191)
#C4D7C6
(196,215,198)
#CCDCCD
(204,220,205)
#D4E1D4
(212,225,212)
#DCE6DB
(220,230,219)
#E4EBE2
(228,235,226)
#ECF0E9
(236,240,233)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C3AA color. Also use rgb(164,195,170) instead hex code.

Text Font Color

.myTextColor { color: #A4C3AA; }

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

This text font color is #A4C3AA.

Background Color

.myBgColor { background-color: #A4C3AA; }

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

This div background color is #A4C3AA.

Border color

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

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

This div border color is #A4C3AA.

Opacity

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

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

Text with #A4C3AA 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 #A4C3AA;}

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

This text has shadow with #A4C3AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4C3AA.

Preview

Color preview on black background

This text has color #A4C3AA on black background.


Color preview on white background

This text has color #A4C3AA on white background.


Black color preview on #A4C3AA background

This text has black color on #A4C3AA background.


White color preview on #A4C3AA background

This text has white color on #A4C3AA background.


Related colors

Complementary color

Complementary color for #hex is #5B3C55.


I love getcolorcode.com

Triadic colors

1 #AAA4C3 and #C3AAA4 with #A4C3AA are triadic colors.

2 #AAC3A4 and #C3A4AA with #A4C3AA are triadic colors.