COLOR #A48A7E

HEX: #A48A7E
RGB: (164,138,126)

Color info

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

RGB color model

#A48A7E color RGB value is (164,138,126).

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

RGB channels and saturation

R 164 of 255 = 64%
G 138 of 255 = 54%
B 126 of 255 = 49%

164
138
126

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

Portions of RGB colors in percentages

R + G + B =
164 + 138 + 126 = 428 (100%)
R 164 of 428 ~ 38.32%
G 138 of 428 ~ 32.24%
B 126 of 428 ~ 29.44%

%38.32
%32.24
%29.44

CMYK color model

#A48A7E color CMYK value is (0,16,23,36).

  • cyan value is 0.00%
  • magenta value is 15.85%
  • yellow value is 23.17%
  • key color value is 35.69%
CMYK:
(0,16,23,36)
C0M16Y23K36 
(0%,16%,23%,36%)
(0.00/0.16/0.23/0.36)	

CMYK percentages

%0
%15.85
%23.17
%35.69

Codes

Color #A48A7E in popluar color models

A48A7E
RGB164138126
HSL19°17.27%56.86%
HSB/HSV19°23.17%64.31%
CMYK0.00%15.85%23.17%
35.69%

Color #A48A7E in popluar number systems.

HEXA48A7E
Decimal164138126
Binary10100100100010101111110
Octal244212176

Shades and tints

Shades of #A48A7E

#A48A7E
(164,138,126)
#967E73
(150,126,115)
#887268
(136,114,104)
#7A665D
(122,102,93)
#6C5A52
(108,90,82)
#5E4E47
(94,78,71)
#50423C
(80,66,60)
#423631
(66,54,49)
#342A26
(52,42,38)
#261E1B
(38,30,27)
#181210
(24,18,16)
#000000
(0,0,0)

Tints of #A48A7E

#A48A7E
(164,138,126)
#AC9489
(172,148,137)
#B49E94
(180,158,148)
#BCA89F
(188,168,159)
#C4B2AA
(196,178,170)
#CCBCB5
(204,188,181)
#D4C6C0
(212,198,192)
#DCD0CB
(220,208,203)
#E4DAD6
(228,218,214)
#ECE4E1
(236,228,225)
#F4EEEC
(244,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48A7E; }

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

This text font color is #A48A7E.


Background Color

.myBgColor { background-color: #A48A7E; }

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

This div background color is #A48A7E.


Border color

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

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

This div border color is #A48A7E.


Opacity

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

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

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

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

This text has shadow with #A48A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48A7E on black background.


Color preview on white background

This text has color #A48A7E on white background.



Black color preview on #A48A7E background

This text has black color on #A48A7E background.


White color preview on #A48A7E background

This text has white color on #A48A7E background.