COLOR #A48F7D

HEX: #A48F7D RGB: (164,143,125)

Color info

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

RGB color model

#A48F7D color RGB value is (164,143,125).

RGB: (164,143,125) (64%, 56%, 49%)

RGB channels and saturation

R 164 of 255 = 64%
G 143 of 255 = 56%
B 125 of 255 = 49%

164
143
125

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

Portions of RGB colors in percentages

R + G + B = 164 + 143 + 125 = 432 (100%)
R 164 of 432 ~ 37.96%
G 143 of 432 ~ 33.1%
B 125 of 432 ~ 28.94'%

%37.96
%33.1
%28.94

CMYK color model

#A48F7D color CMYK value is (0,13,24,36).

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

CMYK: (0,13,24,36)
C0M13Y24K36 (0%, 13%, 24%, 36%)
(0.00 / 0.13 / 0.24 / 0.36)

CMYK percentages

%0
%12.8
%23.78
%35.69

Codes

Color #A48F7D in popluar color models

A4 8F 7D
RGB 164 143 125
HSL 28° 17.65% 56.67%
HSB/HSV 28° 23.78% 64.31%
CMYK 0.00% 12.80% 23.78%
35.69%

Color #A48F7D in popluar number systems.

HEX A4 8F 7D
Decimal 164 143 125
Binary 10100100 10001111 1111101
Octal 244 217 175

Shades and tints

Shades of #A48F7D

#A48F7D
(164,143,125)
#968272
(150,130,114)
#887567
(136,117,103)
#7A685C
(122,104,92)
#6C5B51
(108,91,81)
#5E4E46
(94,78,70)
#50413B
(80,65,59)
#423430
(66,52,48)
#342725
(52,39,37)
#261A1A
(38,26,26)
#180D0F
(24,13,15)
#000000
(0,0,0)

Tints of #A48F7D

#A48F7D
(164,143,125)
#AC9988
(172,153,136)
#B4A393
(180,163,147)
#BCAD9E
(188,173,158)
#C4B7A9
(196,183,169)
#CCC1B4
(204,193,180)
#D4CBBF
(212,203,191)
#DCD5CA
(220,213,202)
#E4DFD5
(228,223,213)
#ECE9E0
(236,233,224)
#F4F3EB
(244,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48F7D; }

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

This text font color is #A48F7D.

Background Color

.myBgColor { background-color: #A48F7D; }

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

This div background color is #A48F7D.

Border color

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

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

This div border color is #A48F7D.

Opacity

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

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

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

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

This text has shadow with #A48F7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A48F7D.

Preview

Color preview on black background

This text has color #A48F7D on black background.


Color preview on white background

This text has color #A48F7D on white background.


Black color preview on #A48F7D background

This text has black color on #A48F7D background.


White color preview on #A48F7D background

This text has white color on #A48F7D background.


Related colors

Complementary color

Complementary color for #hex is #5B7082.


I love getcolorcode.com

Triadic colors

1 #7DA48F and #8F7DA4 with #A48F7D are triadic colors.

2 #7D8FA4 and #8FA47D with #A48F7D are triadic colors.