COLOR #A4999A

HEX: #A4999A
RGB: (164,153,154)

Color info

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

RGB color model

#A4999A color RGB value is (164,153,154).

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

RGB channels and saturation

R 164 of 255 = 64%
G 153 of 255 = 60%
B 154 of 255 = 60%

164
153
154

R + G + B ~ 61%. #A4999A is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 153 + 154 = 471 (100%)
R 164 of 471 ~ 34.82%
G 153 of 471 ~ 32.48%
B 154 of 471 ~ 32.7%

%34.82
%32.48
%32.7

CMYK color model

#A4999A color CMYK value is (0,7,6,36).

  • cyan value is 0.00%
  • magenta value is 6.71%
  • yellow value is 6.10%
  • key color value is 35.69%
CMYK:
(0,7,6,36)
C0M7Y6K36 
(0%,7%,6%,36%)
(0.00/0.07/0.06/0.36)	

CMYK percentages

%0
%6.71
%6.1
%35.69

Codes

Color #A4999A in popluar color models

A4999A
RGB164153154
HSL355°5.70%62.16%
HSB/HSV355°6.71%64.31%
CMYK0.00%6.71%6.10%
35.69%

Color #A4999A in popluar number systems.

HEXA4999A
Decimal164153154
Binary101001001001100110011010
Octal244231232

Shades and tints

Shades of #A4999A

#A4999A
(164,153,154)
#968C8C
(150,140,140)
#887F7E
(136,127,126)
#7A7270
(122,114,112)
#6C6562
(108,101,98)
#5E5854
(94,88,84)
#504B46
(80,75,70)
#423E38
(66,62,56)
#34312A
(52,49,42)
#26241C
(38,36,28)
#18170E
(24,23,14)
#000000
(0,0,0)

Tints of #A4999A

#A4999A
(164,153,154)
#ACA2A3
(172,162,163)
#B4ABAC
(180,171,172)
#BCB4B5
(188,180,181)
#C4BDBE
(196,189,190)
#CCC6C7
(204,198,199)
#D4CFD0
(212,207,208)
#DCD8D9
(220,216,217)
#E4E1E2
(228,225,226)
#ECEAEB
(236,234,235)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4999A; }

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

This text font color is #A4999A.


Background Color

.myBgColor { background-color: #A4999A; }

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

This div background color is #A4999A.


Border color

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

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

This div border color is #A4999A.


Opacity

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

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

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

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

This text has shadow with #A4999A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4999A on black background.


Color preview on white background

This text has color #A4999A on white background.



Black color preview on #A4999A background

This text has black color on #A4999A background.


White color preview on #A4999A background

This text has white color on #A4999A background.