COLOR #A48482

HEX: #A48482
RGB: (164,132,130)

Color info

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

RGB color model

#A48482 color RGB value is (164,132,130).

  • red value is 164;
  • green value is 132;
  • blue value is 130.
RGB:
(164,132,130)
(64%,52%,51%)

RGB channels and saturation

R 164 of 255 = 64%
G 132 of 255 = 52%
B 130 of 255 = 51%

164
132
130

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

Portions of RGB colors in percentages

R + G + B =
164 + 132 + 130 = 426 (100%)
R 164 of 426 ~ 38.5%
G 132 of 426 ~ 30.99%
B 130 of 426 ~ 30.52%

%38.5
%30.99
%30.52

CMYK color model

#A48482 color CMYK value is (0,20,21,36).

  • cyan value is 0.00%
  • magenta value is 19.51%
  • yellow value is 20.73%
  • key color value is 35.69%
CMYK:
(0,20,21,36)
C0M20Y21K36 
(0%,20%,21%,36%)
(0.00/0.20/0.21/0.36)	

CMYK percentages

%0
%19.51
%20.73
%35.69

Codes

Color #A48482 in popluar color models

A48482
RGB164132130
HSL15.74%57.65%
HSB/HSV20.73%64.31%
CMYK0.00%19.51%20.73%
35.69%

Color #A48482 in popluar number systems.

HEXA48482
Decimal164132130
Binary101001001000010010000010
Octal244204202

Shades and tints

Shades of #A48482

#A48482
(164,132,130)
#967877
(150,120,119)
#886C6C
(136,108,108)
#7A6061
(122,96,97)
#6C5456
(108,84,86)
#5E484B
(94,72,75)
#503C40
(80,60,64)
#423035
(66,48,53)
#34242A
(52,36,42)
#26181F
(38,24,31)
#180C14
(24,12,20)
#000000
(0,0,0)

Tints of #A48482

#A48482
(164,132,130)
#AC8F8D
(172,143,141)
#B49A98
(180,154,152)
#BCA5A3
(188,165,163)
#C4B0AE
(196,176,174)
#CCBBB9
(204,187,185)
#D4C6C4
(212,198,196)
#DCD1CF
(220,209,207)
#E4DCDA
(228,220,218)
#ECE7E5
(236,231,229)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48482 color. Also use rgb(164,132,130) instead hex code.

Text Font Color

.myTextColor { color: #A48482; }

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

This text font color is #A48482.


Background Color

.myBgColor { background-color: #A48482; }

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

This div background color is #A48482.


Border color

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

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

This div border color is #A48482.


Opacity

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

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

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

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

This text has shadow with #A48482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48482 on black background.


Color preview on white background

This text has color #A48482 on white background.



Black color preview on #A48482 background

This text has black color on #A48482 background.


White color preview on #A48482 background

This text has white color on #A48482 background.