COLOR #A48E7E

HEX: #A48E7E
RGB: (164,142,126)

Color info

#A48E7E contains red, green and blue colors in about the same proportion. Web safe color of #A48E7E is #999966 (or #996).

RGB color model

#A48E7E color RGB value is (164,142,126).

  • red value is 164;
  • green value is 142;
  • blue value is 126.
RGB:
(164,142,126)
(64%,56%,49%)

RGB channels and saturation

R 164 of 255 = 64%
G 142 of 255 = 56%
B 126 of 255 = 49%

164
142
126

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

Portions of RGB colors in percentages

R + G + B =
164 + 142 + 126 = 432 (100%)
R 164 of 432 ~ 37.96%
G 142 of 432 ~ 32.87%
B 126 of 432 ~ 29.17%

%37.96
%32.87
%29.17

CMYK color model

#A48E7E color CMYK value is (0,13,23,36).

  • cyan value is 0.00%
  • magenta value is 13.41%
  • yellow value is 23.17%
  • key color value is 35.69%
CMYK:
(0,13,23,36)
C0M13Y23K36 
(0%,13%,23%,36%)
(0.00/0.13/0.23/0.36)	

CMYK percentages

%0
%13.41
%23.17
%35.69

Codes

Color #A48E7E in popluar color models

A48E7E
RGB164142126
HSL25°17.27%56.86%
HSB/HSV25°23.17%64.31%
CMYK0.00%13.41%23.17%
35.69%

Color #A48E7E in popluar number systems.

HEXA48E7E
Decimal164142126
Binary10100100100011101111110
Octal244216176

Shades and tints

Shades of #A48E7E

#A48E7E
(164,142,126)
#968273
(150,130,115)
#887668
(136,118,104)
#7A6A5D
(122,106,93)
#6C5E52
(108,94,82)
#5E5247
(94,82,71)
#50463C
(80,70,60)
#423A31
(66,58,49)
#342E26
(52,46,38)
#26221B
(38,34,27)
#181610
(24,22,16)
#000000
(0,0,0)

Tints of #A48E7E

#A48E7E
(164,142,126)
#AC9889
(172,152,137)
#B4A294
(180,162,148)
#BCAC9F
(188,172,159)
#C4B6AA
(196,182,170)
#CCC0B5
(204,192,181)
#D4CAC0
(212,202,192)
#DCD4CB
(220,212,203)
#E4DED6
(228,222,214)
#ECE8E1
(236,232,225)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48E7E; }

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

This text font color is #A48E7E.


Background Color

.myBgColor { background-color: #A48E7E; }

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

This div background color is #A48E7E.


Border color

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

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

This div border color is #A48E7E.


Opacity

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

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

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

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

This text has shadow with #A48E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48E7E on black background.


Color preview on white background

This text has color #A48E7E on white background.



Black color preview on #A48E7E background

This text has black color on #A48E7E background.


White color preview on #A48E7E background

This text has white color on #A48E7E background.