COLOR #A48A7C

HEX: #A48A7C RGB: (164,138,124)

Color info

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

RGB color model

#A48A7C color RGB value is (164,138,124).

RGB: (164,138,124) (64%, 54%, 49%)

RGB channels and saturation

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

164
138
124

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

Portions of RGB colors in percentages

R + G + B = 164 + 138 + 124 = 426 (100%)
R 164 of 426 ~ 38.5%
G 138 of 426 ~ 32.39%
B 124 of 426 ~ 29.11'%

%38.5
%32.39
%29.11

CMYK color model

#A48A7C color CMYK value is (0,16,24,36).

  • cyan value is 0.00%
  • magenta value is 15.85%
  • yellow value is 24.39%
  • key color value is 35.69%

CMYK: (0,16,24,36)
C0M16Y24K36 (0%, 16%, 24%, 36%)
(0.00 / 0.16 / 0.24 / 0.36)

CMYK percentages

%0
%15.85
%24.39
%35.69

Codes

Color #A48A7C in popluar color models

A4 8A 7C
RGB 164 138 124
HSL 21° 18.02% 56.47%
HSB/HSV 21° 24.39% 64.31%
CMYK 0.00% 15.85% 24.39%
35.69%

Color #A48A7C in popluar number systems.

HEX A4 8A 7C
Decimal 164 138 124
Binary 10100100 10001010 1111100
Octal 244 212 174

Shades and tints

Shades of #A48A7C

#A48A7C
(164,138,124)
#967E71
(150,126,113)
#887266
(136,114,102)
#7A665B
(122,102,91)
#6C5A50
(108,90,80)
#5E4E45
(94,78,69)
#50423A
(80,66,58)
#42362F
(66,54,47)
#342A24
(52,42,36)
#261E19
(38,30,25)
#18120E
(24,18,14)
#000000
(0,0,0)

Tints of #A48A7C

#A48A7C
(164,138,124)
#AC9487
(172,148,135)
#B49E92
(180,158,146)
#BCA89D
(188,168,157)
#C4B2A8
(196,178,168)
#CCBCB3
(204,188,179)
#D4C6BE
(212,198,190)
#DCD0C9
(220,208,201)
#E4DAD4
(228,218,212)
#ECE4DF
(236,228,223)
#F4EEEA
(244,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48A7C; }

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

This text font color is #A48A7C.

Background Color

.myBgColor { background-color: #A48A7C; }

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

This div background color is #A48A7C.

Border color

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

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

This div border color is #A48A7C.

Opacity

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

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

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

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

This text has shadow with #A48A7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A48A7C.

Preview

Color preview on black background

This text has color #A48A7C on black background.


Color preview on white background

This text has color #A48A7C on white background.


Black color preview on #A48A7C background

This text has black color on #A48A7C background.


White color preview on #A48A7C background

This text has white color on #A48A7C background.


Related colors

Complementary color

Complementary color for #hex is #5B7583.


I love getcolorcode.com

Triadic colors

1 #7CA48A and #8A7CA4 with #A48A7C are triadic colors.

2 #7C8AA4 and #8AA47C with #A48A7C are triadic colors.