COLOR #A4999B

HEX: #A4999B
RGB: (164,153,155)

Color info

#A4999B contains red, green and blue colors in about the same proportion. Web safe color of #A4999B is #999999 (or #999).

RGB color model

#A4999B color RGB value is (164,153,155).

  • red value is 164;
  • green value is 153;
  • blue value is 155.
RGB:
(164,153,155)
(64%,60%,61%)

RGB channels and saturation

R 164 of 255 = 64%
G 153 of 255 = 60%
B 155 of 255 = 61%

164
153
155

R + G + B ~ 62%. #A4999B is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 153 + 155 = 472 (100%)
R 164 of 472 ~ 34.75%
G 153 of 472 ~ 32.42%
B 155 of 472 ~ 32.84%

%34.75
%32.42
%32.84

CMYK color model

#A4999B color CMYK value is (0,7,5,36).

  • cyan value is 0.00%
  • magenta value is 6.71%
  • yellow value is 5.49%
  • key color value is 35.69%
CMYK:
(0,7,5,36)
C0M7Y5K36 
(0%,7%,5%,36%)
(0.00/0.07/0.05/0.36)	

CMYK percentages

%0
%6.71
%5.49
%35.69

Codes

Color #A4999B in popluar color models

A4999B
RGB164153155
HSL349°5.70%62.16%
HSB/HSV349°6.71%64.31%
CMYK0.00%6.71%5.49%
35.69%

Color #A4999B in popluar number systems.

HEXA4999B
Decimal164153155
Binary101001001001100110011011
Octal244231233

Shades and tints

Shades of #A4999B

#A4999B
(164,153,155)
#968C8D
(150,140,141)
#887F7F
(136,127,127)
#7A7271
(122,114,113)
#6C6563
(108,101,99)
#5E5855
(94,88,85)
#504B47
(80,75,71)
#423E39
(66,62,57)
#34312B
(52,49,43)
#26241D
(38,36,29)
#18170F
(24,23,15)
#000000
(0,0,0)

Tints of #A4999B

#A4999B
(164,153,155)
#ACA2A4
(172,162,164)
#B4ABAD
(180,171,173)
#BCB4B6
(188,180,182)
#C4BDBF
(196,189,191)
#CCC6C8
(204,198,200)
#D4CFD1
(212,207,209)
#DCD8DA
(220,216,218)
#E4E1E3
(228,225,227)
#ECEAEC
(236,234,236)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4999B color. Also use rgb(164,153,155) instead hex code.

Text Font Color

.myTextColor { color: #A4999B; }

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

This text font color is #A4999B.


Background Color

.myBgColor { background-color: #A4999B; }

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

This div background color is #A4999B.


Border color

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

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

This div border color is #A4999B.


Opacity

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

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

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

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

This text has shadow with #A4999B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4999B on black background.


Color preview on white background

This text has color #A4999B on white background.



Black color preview on #A4999B background

This text has black color on #A4999B background.


White color preview on #A4999B background

This text has white color on #A4999B background.