COLOR #A48783

HEX: #A48783 RGB: (164,135,131)

Color info

#A48783 contains red, green and blue colors in about the same proportion. Web safe color of #A48783 is #999999 (or #999).

RGB color model

#A48783 color RGB value is (164,135,131).

RGB: (164,135,131) (64%, 53%, 51%)

RGB channels and saturation

R 164 of 255 = 64%
G 135 of 255 = 53%
B 131 of 255 = 51%

164
135
131

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

Portions of RGB colors in percentages

R + G + B = 164 + 135 + 131 = 430 (100%)
R 164 of 430 ~ 38.14%
G 135 of 430 ~ 31.4%
B 131 of 430 ~ 30.47'%

%38.14
%31.4
%30.47

CMYK color model

#A48783 color CMYK value is (0,18,20,36).

  • cyan value is 0.00%
  • magenta value is 17.68%
  • yellow value is 20.12%
  • key color value is 35.69%

CMYK: (0,18,20,36)
C0M18Y20K36 (0%, 18%, 20%, 36%)
(0.00 / 0.18 / 0.20 / 0.36)

CMYK percentages

%0
%17.68
%20.12
%35.69

Codes

Color #A48783 in popluar color models

A4 87 83
RGB 164 135 131
HSL 15.35% 57.84%
HSB/HSV 20.12% 64.31%
CMYK 0.00% 17.68% 20.12%
35.69%

Color #A48783 in popluar number systems.

HEX A4 87 83
Decimal 164 135 131
Binary 10100100 10000111 10000011
Octal 244 207 203

Shades and tints

Shades of #A48783

#A48783
(164,135,131)
#967B78
(150,123,120)
#886F6D
(136,111,109)
#7A6362
(122,99,98)
#6C5757
(108,87,87)
#5E4B4C
(94,75,76)
#503F41
(80,63,65)
#423336
(66,51,54)
#34272B
(52,39,43)
#261B20
(38,27,32)
#180F15
(24,15,21)
#000000
(0,0,0)

Tints of #A48783

#A48783
(164,135,131)
#AC918E
(172,145,142)
#B49B99
(180,155,153)
#BCA5A4
(188,165,164)
#C4AFAF
(196,175,175)
#CCB9BA
(204,185,186)
#D4C3C5
(212,195,197)
#DCCDD0
(220,205,208)
#E4D7DB
(228,215,219)
#ECE1E6
(236,225,230)
#F4EBF1
(244,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48783 color. Also use rgb(164,135,131) instead hex code.

Text Font Color

.myTextColor { color: #A48783; }

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

This text font color is #A48783.

Background Color

.myBgColor { background-color: #A48783; }

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

This div background color is #A48783.

Border color

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

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

This div border color is #A48783.

Opacity

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

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

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

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

This text has shadow with #A48783 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A48783.

Preview

Color preview on black background

This text has color #A48783 on black background.


Color preview on white background

This text has color #A48783 on white background.


Black color preview on #A48783 background

This text has black color on #A48783 background.


White color preview on #A48783 background

This text has white color on #A48783 background.


Related colors

Complementary color

Complementary color for #hex is #5B787C.


I love getcolorcode.com

Triadic colors

1 #83A487 and #8783A4 with #A48783 are triadic colors.

2 #8387A4 and #87A483 with #A48783 are triadic colors.