COLOR #A48080

HEX: #A48080
RGB: (164,128,128)

Color info

#A48080 contains red, green and blue colors in about the same proportion. Web safe color of #A48080 is #996666 (or #966).

RGB color model

#A48080 color RGB value is (164,128,128).

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

RGB channels and saturation

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

164
128
128

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

Portions of RGB colors in percentages

R + G + B =
164 + 128 + 128 = 420 (100%)
R 164 of 420 ~ 39.05%
G 128 of 420 ~ 30.48%
B 128 of 420 ~ 30.48%

%39.05
%30.48
%30.48

CMYK color model

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

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

CMYK percentages

%0
%21.95
%21.95
%35.69

Codes

Color #A48080 in popluar color models

A48080
RGB164128128
HSL16.51%57.25%
HSB/HSV21.95%64.31%
CMYK0.00%21.95%21.95%
35.69%

Color #A48080 in popluar number systems.

HEXA48080
Decimal164128128
Binary101001001000000010000000
Octal244200200

Shades and tints

Shades of #A48080

#A48080
(164,128,128)
#967575
(150,117,117)
#886A6A
(136,106,106)
#7A5F5F
(122,95,95)
#6C5454
(108,84,84)
#5E4949
(94,73,73)
#503E3E
(80,62,62)
#423333
(66,51,51)
#342828
(52,40,40)
#261D1D
(38,29,29)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #A48080

#A48080
(164,128,128)
#AC8B8B
(172,139,139)
#B49696
(180,150,150)
#BCA1A1
(188,161,161)
#C4ACAC
(196,172,172)
#CCB7B7
(204,183,183)
#D4C2C2
(212,194,194)
#DCCDCD
(220,205,205)
#E4D8D8
(228,216,216)
#ECE3E3
(236,227,227)
#F4EEEE
(244,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48080; }

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

This text font color is #A48080.


Background Color

.myBgColor { background-color: #A48080; }

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

This div background color is #A48080.


Border color

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

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

This div border color is #A48080.


Opacity

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

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

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

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

This text has shadow with #A48080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48080 on black background.


Color preview on white background

This text has color #A48080 on white background.



Black color preview on #A48080 background

This text has black color on #A48080 background.


White color preview on #A48080 background

This text has white color on #A48080 background.