COLOR #A48E93

HEX: #A48E93 RGB: (164,142,147)

Color info

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

RGB color model

#A48E93 color RGB value is (164,142,147).

RGB: (164,142,147) (64%, 56%, 58%)

RGB channels and saturation

R 164 of 255 = 64%
G 142 of 255 = 56%
B 147 of 255 = 58%

164
142
147

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

Portions of RGB colors in percentages

R + G + B = 164 + 142 + 147 = 453 (100%)
R 164 of 453 ~ 36.2%
G 142 of 453 ~ 31.35%
B 147 of 453 ~ 32.45'%

%36.2
%31.35
%32.45

CMYK color model

#A48E93 color CMYK value is (0,13,10,36).

  • cyan value is 0.00%
  • magenta value is 13.41%
  • yellow value is 10.37%
  • key color value is 35.69%
CMYK: (0,13,10,36) C0M13Y10K36 (0%,13%,10%,36%) (0.00/0.13/0.10/0.36) 

CMYK percentages

%0
%13.41
%10.37
%35.69

Codes

Color #A48E93 in popluar color models

A4 8E 93
RGB 164 142 147
HSL 346° 10.78% 60.00%
HSB/HSV 346° 13.41% 64.31%
CMYK 0.00% 13.41% 10.37%
35.69%

Color #A48E93 in popluar number systems.

HEX A4 8E 93
Decimal 164 142 147
Binary 10100100 10001110 10010011
Octal 244 216 223

Shades and tints

Shades of #A48E93

#A48E93
(164,142,147)
#968286
(150,130,134)
#887679
(136,118,121)
#7A6A6C
(122,106,108)
#6C5E5F
(108,94,95)
#5E5252
(94,82,82)
#504645
(80,70,69)
#423A38
(66,58,56)
#342E2B
(52,46,43)
#26221E
(38,34,30)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #A48E93

#A48E93
(164,142,147)
#AC989C
(172,152,156)
#B4A2A5
(180,162,165)
#BCACAE
(188,172,174)
#C4B6B7
(196,182,183)
#CCC0C0
(204,192,192)
#D4CAC9
(212,202,201)
#DCD4D2
(220,212,210)
#E4DEDB
(228,222,219)
#ECE8E4
(236,232,228)
#F4F2ED
(244,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48E93 color. Also use rgb(164,142,147) instead hex code.

Text Font Color

.myTextColor { color: #A48E93; }

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

This text font color is #A48E93.

Background Color

.myBgColor { background-color: #A48E93; }

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

This div background color is #A48E93.

Border color

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

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

This div border color is #A48E93.

Opacity

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

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

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

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

This text has shadow with #A48E93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A48E93.

Preview

Color preview on black background

This text has color #A48E93 on black background.


Color preview on white background

This text has color #A48E93 on white background.


Black color preview on #A48E93 background

This text has black color on #A48E93 background.


White color preview on #A48E93 background

This text has white color on #A48E93 background.


Related colors

Complementary color

Complementary color for #hex is #5B716C.


I love getcolorcode.com

Triadic colors

1 #93A48E and #8E93A4 with #A48E93 are triadic colors.

2 #938EA4 and #8EA493 with #A48E93 are triadic colors.