COLOR #A48B7D

HEX: #A48B7D RGB: (164,139,125)

Color info

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

RGB color model

#A48B7D color RGB value is (164,139,125).

RGB: (164,139,125) (64%, 55%, 49%)

RGB channels and saturation

R 164 of 255 = 64%
G 139 of 255 = 55%
B 125 of 255 = 49%

164
139
125

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

Portions of RGB colors in percentages

R + G + B = 164 + 139 + 125 = 428 (100%)
R 164 of 428 ~ 38.32%
G 139 of 428 ~ 32.48%
B 125 of 428 ~ 29.21'%

%38.32
%32.48
%29.21

CMYK color model

#A48B7D color CMYK value is (0,15,24,36).

  • cyan value is 0.00%
  • magenta value is 15.24%
  • yellow value is 23.78%
  • key color value is 35.69%

CMYK: (0,15,24,36)
C0M15Y24K36 (0%, 15%, 24%, 36%)
(0.00 / 0.15 / 0.24 / 0.36)

CMYK percentages

%0
%15.24
%23.78
%35.69

Codes

Color #A48B7D in popluar color models

A4 8B 7D
RGB 164 139 125
HSL 22° 17.65% 56.67%
HSB/HSV 22° 23.78% 64.31%
CMYK 0.00% 15.24% 23.78%
35.69%

Color #A48B7D in popluar number systems.

HEX A4 8B 7D
Decimal 164 139 125
Binary 10100100 10001011 1111101
Octal 244 213 175

Shades and tints

Shades of #A48B7D

#A48B7D
(164,139,125)
#967F72
(150,127,114)
#887367
(136,115,103)
#7A675C
(122,103,92)
#6C5B51
(108,91,81)
#5E4F46
(94,79,70)
#50433B
(80,67,59)
#423730
(66,55,48)
#342B25
(52,43,37)
#261F1A
(38,31,26)
#18130F
(24,19,15)
#000000
(0,0,0)

Tints of #A48B7D

#A48B7D
(164,139,125)
#AC9588
(172,149,136)
#B49F93
(180,159,147)
#BCA99E
(188,169,158)
#C4B3A9
(196,179,169)
#CCBDB4
(204,189,180)
#D4C7BF
(212,199,191)
#DCD1CA
(220,209,202)
#E4DBD5
(228,219,213)
#ECE5E0
(236,229,224)
#F4EFEB
(244,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48B7D color. Also use rgb(164,139,125) instead hex code.

Text Font Color

.myTextColor { color: #A48B7D; }

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

This text font color is #A48B7D.

Background Color

.myBgColor { background-color: #A48B7D; }

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

This div background color is #A48B7D.

Border color

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

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

This div border color is #A48B7D.

Opacity

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

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

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

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

This text has shadow with #A48B7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A48B7D.

Preview

Color preview on black background

This text has color #A48B7D on black background.


Color preview on white background

This text has color #A48B7D on white background.


Black color preview on #A48B7D background

This text has black color on #A48B7D background.


White color preview on #A48B7D background

This text has white color on #A48B7D background.


Related colors

Complementary color

Complementary color for #hex is #5B7482.


I love getcolorcode.com

Triadic colors

1 #7DA48B and #8B7DA4 with #A48B7D are triadic colors.

2 #7D8BA4 and #8BA47D with #A48B7D are triadic colors.