COLOR #A48F93

HEX: #A48F93
RGB: (164,143,147)

Color info

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

RGB color model

#A48F93 color RGB value is (164,143,147).

  • red value is 164;
  • green value is 143;
  • blue value is 147.
RGB:
(164,143,147)
(64%,56%,58%)

RGB channels and saturation

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

164
143
147

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

Portions of RGB colors in percentages

R + G + B =
164 + 143 + 147 = 454 (100%)
R 164 of 454 ~ 36.12%
G 143 of 454 ~ 31.5%
B 147 of 454 ~ 32.38%

%36.12
%31.5
%32.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.80%
  • 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
%12.8
%10.37
%35.69

Codes

Color #A48F93 in popluar color models

A48F93
RGB164143147
HSL349°10.34%60.20%
HSB/HSV349°12.80%64.31%
CMYK0.00%12.80%10.37%
35.69%

Color #A48F93 in popluar number systems.

HEXA48F93
Decimal164143147
Binary101001001000111110010011
Octal244217223

Shades and tints

Shades of #A48F93

#A48F93
(164,143,147)
#968286
(150,130,134)
#887579
(136,117,121)
#7A686C
(122,104,108)
#6C5B5F
(108,91,95)
#5E4E52
(94,78,82)
#504145
(80,65,69)
#423438
(66,52,56)
#34272B
(52,39,43)
#261A1E
(38,26,30)
#180D11
(24,13,17)
#000000
(0,0,0)

Tints of #A48F93

#A48F93
(164,143,147)
#AC999C
(172,153,156)
#B4A3A5
(180,163,165)
#BCADAE
(188,173,174)
#C4B7B7
(196,183,183)
#CCC1C0
(204,193,192)
#D4CBC9
(212,203,201)
#DCD5D2
(220,213,210)
#E4DFDB
(228,223,219)
#ECE9E4
(236,233,228)
#F4F3ED
(244,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48F93; }

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

This text font color is #A48F93.


Background Color

.myBgColor { background-color: #A48F93; }

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

This div background color is #A48F93.


Border color

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

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

This div border color is #A48F93.


Opacity

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

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

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

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

This text has shadow with #A48F93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48F93 on black background.


Color preview on white background

This text has color #A48F93 on white background.



Black color preview on #A48F93 background

This text has black color on #A48F93 background.


White color preview on #A48F93 background

This text has white color on #A48F93 background.