COLOR #A48A91

HEX: #A48A91
RGB: (164,138,145)

Color info

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

RGB color model

#A48A91 color RGB value is (164,138,145).

  • red value is 164;
  • green value is 138;
  • blue value is 145.
RGB:
(164,138,145)
(64%,54%,57%)

RGB channels and saturation

R 164 of 255 = 64%
G 138 of 255 = 54%
B 145 of 255 = 57%

164
138
145

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

Portions of RGB colors in percentages

R + G + B =
164 + 138 + 145 = 447 (100%)
R 164 of 447 ~ 36.69%
G 138 of 447 ~ 30.87%
B 145 of 447 ~ 32.44%

%36.69
%30.87
%32.44

CMYK color model

#A48A91 color CMYK value is (0,16,12,36).

  • cyan value is 0.00%
  • magenta value is 15.85%
  • yellow value is 11.59%
  • key color value is 35.69%
CMYK:
(0,16,12,36)
C0M16Y12K36 
(0%,16%,12%,36%)
(0.00/0.16/0.12/0.36)	

CMYK percentages

%0
%15.85
%11.59
%35.69

Codes

Color #A48A91 in popluar color models

A48A91
RGB164138145
HSL344°12.50%59.22%
HSB/HSV344°15.85%64.31%
CMYK0.00%15.85%11.59%
35.69%

Color #A48A91 in popluar number systems.

HEXA48A91
Decimal164138145
Binary101001001000101010010001
Octal244212221

Shades and tints

Shades of #A48A91

#A48A91
(164,138,145)
#967E84
(150,126,132)
#887277
(136,114,119)
#7A666A
(122,102,106)
#6C5A5D
(108,90,93)
#5E4E50
(94,78,80)
#504243
(80,66,67)
#423636
(66,54,54)
#342A29
(52,42,41)
#261E1C
(38,30,28)
#18120F
(24,18,15)
#000000
(0,0,0)

Tints of #A48A91

#A48A91
(164,138,145)
#AC949B
(172,148,155)
#B49EA5
(180,158,165)
#BCA8AF
(188,168,175)
#C4B2B9
(196,178,185)
#CCBCC3
(204,188,195)
#D4C6CD
(212,198,205)
#DCD0D7
(220,208,215)
#E4DAE1
(228,218,225)
#ECE4EB
(236,228,235)
#F4EEF5
(244,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48A91 color. Also use rgb(164,138,145) instead hex code.

Text Font Color

.myTextColor { color: #A48A91; }

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

This text font color is #A48A91.


Background Color

.myBgColor { background-color: #A48A91; }

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

This div background color is #A48A91.


Border color

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

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

This div border color is #A48A91.


Opacity

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

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

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

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

This text has shadow with #A48A91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48A91 on black background.


Color preview on white background

This text has color #A48A91 on white background.



Black color preview on #A48A91 background

This text has black color on #A48A91 background.


White color preview on #A48A91 background

This text has white color on #A48A91 background.