COLOR #A48280

HEX: #A48280
RGB: (164,130,128)

Color info

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

RGB color model

#A48280 color RGB value is (164,130,128).

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

RGB channels and saturation

R 164 of 255 = 64%
G 130 of 255 = 51%
B 128 of 255 = 50%

164
130
128

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

Portions of RGB colors in percentages

R + G + B =
164 + 130 + 128 = 422 (100%)
R 164 of 422 ~ 38.86%
G 130 of 422 ~ 30.81%
B 128 of 422 ~ 30.33%

%38.86
%30.81
%30.33

CMYK color model

#A48280 color CMYK value is (0,21,22,36).

  • cyan value is 0.00%
  • magenta value is 20.73%
  • yellow value is 21.95%
  • key color value is 35.69%
CMYK:
(0,21,22,36)
C0M21Y22K36 
(0%,21%,22%,36%)
(0.00/0.21/0.22/0.36)	

CMYK percentages

%0
%20.73
%21.95
%35.69

Codes

Color #A48280 in popluar color models

A48280
RGB164130128
HSL16.51%57.25%
HSB/HSV21.95%64.31%
CMYK0.00%20.73%21.95%
35.69%

Color #A48280 in popluar number systems.

HEXA48280
Decimal164130128
Binary101001001000001010000000
Octal244202200

Shades and tints

Shades of #A48280

#A48280
(164,130,128)
#967775
(150,119,117)
#886C6A
(136,108,106)
#7A615F
(122,97,95)
#6C5654
(108,86,84)
#5E4B49
(94,75,73)
#50403E
(80,64,62)
#423533
(66,53,51)
#342A28
(52,42,40)
#261F1D
(38,31,29)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #A48280

#A48280
(164,130,128)
#AC8D8B
(172,141,139)
#B49896
(180,152,150)
#BCA3A1
(188,163,161)
#C4AEAC
(196,174,172)
#CCB9B7
(204,185,183)
#D4C4C2
(212,196,194)
#DCCFCD
(220,207,205)
#E4DAD8
(228,218,216)
#ECE5E3
(236,229,227)
#F4F0EE
(244,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48280; }

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

This text font color is #A48280.


Background Color

.myBgColor { background-color: #A48280; }

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

This div background color is #A48280.


Border color

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

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

This div border color is #A48280.


Opacity

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

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

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

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

This text has shadow with #A48280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48280 on black background.


Color preview on white background

This text has color #A48280 on white background.



Black color preview on #A48280 background

This text has black color on #A48280 background.


White color preview on #A48280 background

This text has white color on #A48280 background.