COLOR #A4908C

HEX: #A4908C
RGB: (164,144,140)

Color info

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

RGB color model

#A4908C color RGB value is (164,144,140).

  • red value is 164;
  • green value is 144;
  • blue value is 140.
RGB:
(164,144,140)
(64%,56%,55%)

RGB channels and saturation

R 164 of 255 = 64%
G 144 of 255 = 56%
B 140 of 255 = 55%

164
144
140

R + G + B ~ 58%. #A4908C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
164 + 144 + 140 = 448 (100%)
R 164 of 448 ~ 36.61%
G 144 of 448 ~ 32.14%
B 140 of 448 ~ 31.25%

%36.61
%32.14
%31.25

CMYK color model

#A4908C color CMYK value is (0,12,15,36).

  • cyan value is 0.00%
  • magenta value is 12.20%
  • yellow value is 14.63%
  • key color value is 35.69%
CMYK:
(0,12,15,36)
C0M12Y15K36 
(0%,12%,15%,36%)
(0.00/0.12/0.15/0.36)	

CMYK percentages

%0
%12.2
%14.63
%35.69

Codes

Color #A4908C in popluar color models

A4908C
RGB164144140
HSL10°11.65%59.61%
HSB/HSV10°14.63%64.31%
CMYK0.00%12.20%14.63%
35.69%

Color #A4908C in popluar number systems.

HEXA4908C
Decimal164144140
Binary101001001001000010001100
Octal244220214

Shades and tints

Shades of #A4908C

#A4908C
(164,144,140)
#968380
(150,131,128)
#887674
(136,118,116)
#7A6968
(122,105,104)
#6C5C5C
(108,92,92)
#5E4F50
(94,79,80)
#504244
(80,66,68)
#423538
(66,53,56)
#34282C
(52,40,44)
#261B20
(38,27,32)
#180E14
(24,14,20)
#000000
(0,0,0)

Tints of #A4908C

#A4908C
(164,144,140)
#AC9A96
(172,154,150)
#B4A4A0
(180,164,160)
#BCAEAA
(188,174,170)
#C4B8B4
(196,184,180)
#CCC2BE
(204,194,190)
#D4CCC8
(212,204,200)
#DCD6D2
(220,214,210)
#E4E0DC
(228,224,220)
#ECEAE6
(236,234,230)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4908C color. Also use rgb(164,144,140) instead hex code.

Text Font Color

.myTextColor { color: #A4908C; }

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

This text font color is #A4908C.


Background Color

.myBgColor { background-color: #A4908C; }

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

This div background color is #A4908C.


Border color

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

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

This div border color is #A4908C.


Opacity

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

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

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

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

This text has shadow with #A4908C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4908C on black background.


Color preview on white background

This text has color #A4908C on white background.



Black color preview on #A4908C background

This text has black color on #A4908C background.


White color preview on #A4908C background

This text has white color on #A4908C background.