COLOR #A48084

HEX: #A48084
RGB: (164,128,132)

Color info

#A48084 contains red, green and blue colors in about the same proportion. Web safe color of #A48084 is #996699 (or #969).

RGB color model

#A48084 color RGB value is (164,128,132).

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

RGB channels and saturation

R 164 of 255 = 64%
G 128 of 255 = 50%
B 132 of 255 = 52%

164
128
132

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

Portions of RGB colors in percentages

R + G + B =
164 + 128 + 132 = 424 (100%)
R 164 of 424 ~ 38.68%
G 128 of 424 ~ 30.19%
B 132 of 424 ~ 31.13%

%38.68
%30.19
%31.13

CMYK color model

#A48084 color CMYK value is (0,22,20,36).

  • cyan value is 0.00%
  • magenta value is 21.95%
  • yellow value is 19.51%
  • key color value is 35.69%
CMYK:
(0,22,20,36)
C0M22Y20K36 
(0%,22%,20%,36%)
(0.00/0.22/0.20/0.36)	

CMYK percentages

%0
%21.95
%19.51
%35.69

Codes

Color #A48084 in popluar color models

A48084
RGB164128132
HSL353°16.51%57.25%
HSB/HSV353°21.95%64.31%
CMYK0.00%21.95%19.51%
35.69%

Color #A48084 in popluar number systems.

HEXA48084
Decimal164128132
Binary101001001000000010000100
Octal244200204

Shades and tints

Shades of #A48084

#A48084
(164,128,132)
#967578
(150,117,120)
#886A6C
(136,106,108)
#7A5F60
(122,95,96)
#6C5454
(108,84,84)
#5E4948
(94,73,72)
#503E3C
(80,62,60)
#423330
(66,51,48)
#342824
(52,40,36)
#261D18
(38,29,24)
#18120C
(24,18,12)
#000000
(0,0,0)

Tints of #A48084

#A48084
(164,128,132)
#AC8B8F
(172,139,143)
#B4969A
(180,150,154)
#BCA1A5
(188,161,165)
#C4ACB0
(196,172,176)
#CCB7BB
(204,183,187)
#D4C2C6
(212,194,198)
#DCCDD1
(220,205,209)
#E4D8DC
(228,216,220)
#ECE3E7
(236,227,231)
#F4EEF2
(244,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48084; }

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

This text font color is #A48084.


Background Color

.myBgColor { background-color: #A48084; }

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

This div background color is #A48084.


Border color

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

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

This div border color is #A48084.


Opacity

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

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

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

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

This text has shadow with #A48084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48084 on black background.


Color preview on white background

This text has color #A48084 on white background.



Black color preview on #A48084 background

This text has black color on #A48084 background.


White color preview on #A48084 background

This text has white color on #A48084 background.