COLOR #A4B6AA

HEX: #A4B6AA
RGB: (164,182,170)

Color info

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

RGB color model

#A4B6AA color RGB value is (164,182,170).

  • red value is 164;
  • green value is 182;
  • blue value is 170.
RGB:
(164,182,170)
(64%,71%,67%)

RGB channels and saturation

R 164 of 255 = 64%
G 182 of 255 = 71%
B 170 of 255 = 67%

164
182
170

R + G + B ~ 67%. #A4B6AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 182 + 170 = 516 (100%)
R 164 of 516 ~ 31.78%
G 182 of 516 ~ 35.27%
B 170 of 516 ~ 32.95%

%31.78
%35.27
%32.95

CMYK color model

#A4B6AA color CMYK value is (10,0,7,29).

  • cyan value is 9.89%
  • magenta value is 0.00%
  • yellow value is 6.59%
  • key color value is 28.63%
CMYK:
(10,0,7,29)
C10M0Y7K29 
(10%,0%,7%,29%)
(0.10/0.00/0.07/0.29)	

CMYK percentages

%9.89
%0
%6.59
%28.63

Codes

Color #A4B6AA in popluar color models

A4B6AA
RGB164182170
HSL140°10.98%67.84%
HSB/HSV140°9.89%71.37%
CMYK9.89%0.00%6.59%
28.63%

Color #A4B6AA in popluar number systems.

HEXA4B6AA
Decimal164182170
Binary101001001011011010101010
Octal244266252

Shades and tints

Shades of #A4B6AA

#A4B6AA
(164,182,170)
#96A69B
(150,166,155)
#88968C
(136,150,140)
#7A867D
(122,134,125)
#6C766E
(108,118,110)
#5E665F
(94,102,95)
#505650
(80,86,80)
#424641
(66,70,65)
#343632
(52,54,50)
#262623
(38,38,35)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #A4B6AA

#A4B6AA
(164,182,170)
#ACBCB1
(172,188,177)
#B4C2B8
(180,194,184)
#BCC8BF
(188,200,191)
#C4CEC6
(196,206,198)
#CCD4CD
(204,212,205)
#D4DAD4
(212,218,212)
#DCE0DB
(220,224,219)
#E4E6E2
(228,230,226)
#ECECE9
(236,236,233)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B6AA; }

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

This text font color is #A4B6AA.


Background Color

.myBgColor { background-color: #A4B6AA; }

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

This div background color is #A4B6AA.


Border color

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

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

This div border color is #A4B6AA.


Opacity

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

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

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

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

This text has shadow with #A4B6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B6AA on black background.


Color preview on white background

This text has color #A4B6AA on white background.



Black color preview on #A4B6AA background

This text has black color on #A4B6AA background.


White color preview on #A4B6AA background

This text has white color on #A4B6AA background.