COLOR #A48790

HEX: #A48790
RGB: (164,135,144)

Color info

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

RGB color model

#A48790 color RGB value is (164,135,144).

  • red value is 164;
  • green value is 135;
  • blue value is 144.
RGB:
(164,135,144)
(64%,53%,56%)

RGB channels and saturation

R 164 of 255 = 64%
G 135 of 255 = 53%
B 144 of 255 = 56%

164
135
144

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

Portions of RGB colors in percentages

R + G + B =
164 + 135 + 144 = 443 (100%)
R 164 of 443 ~ 37.02%
G 135 of 443 ~ 30.47%
B 144 of 443 ~ 32.51%

%37.02
%30.47
%32.51

CMYK color model

#A48790 color CMYK value is (0,18,12,36).

  • cyan value is 0.00%
  • magenta value is 17.68%
  • yellow value is 12.20%
  • key color value is 35.69%
CMYK:
(0,18,12,36)
C0M18Y12K36 
(0%,18%,12%,36%)
(0.00/0.18/0.12/0.36)	

CMYK percentages

%0
%17.68
%12.2
%35.69

Codes

Color #A48790 in popluar color models

A48790
RGB164135144
HSL341°13.74%58.63%
HSB/HSV341°17.68%64.31%
CMYK0.00%17.68%12.20%
35.69%

Color #A48790 in popluar number systems.

HEXA48790
Decimal164135144
Binary101001001000011110010000
Octal244207220

Shades and tints

Shades of #A48790

#A48790
(164,135,144)
#967B83
(150,123,131)
#886F76
(136,111,118)
#7A6369
(122,99,105)
#6C575C
(108,87,92)
#5E4B4F
(94,75,79)
#503F42
(80,63,66)
#423335
(66,51,53)
#342728
(52,39,40)
#261B1B
(38,27,27)
#180F0E
(24,15,14)
#000000
(0,0,0)

Tints of #A48790

#A48790
(164,135,144)
#AC919A
(172,145,154)
#B49BA4
(180,155,164)
#BCA5AE
(188,165,174)
#C4AFB8
(196,175,184)
#CCB9C2
(204,185,194)
#D4C3CC
(212,195,204)
#DCCDD6
(220,205,214)
#E4D7E0
(228,215,224)
#ECE1EA
(236,225,234)
#F4EBF4
(244,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48790; }

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

This text font color is #A48790.


Background Color

.myBgColor { background-color: #A48790; }

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

This div background color is #A48790.


Border color

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

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

This div border color is #A48790.


Opacity

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

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

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

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

This text has shadow with #A48790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48790 on black background.


Color preview on white background

This text has color #A48790 on white background.



Black color preview on #A48790 background

This text has black color on #A48790 background.


White color preview on #A48790 background

This text has white color on #A48790 background.