COLOR #A48088

HEX: #A48088
RGB: (164,128,136)

Color info

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

RGB color model

#A48088 color RGB value is (164,128,136).

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

RGB channels and saturation

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

164
128
136

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

Portions of RGB colors in percentages

R + G + B =
164 + 128 + 136 = 428 (100%)
R 164 of 428 ~ 38.32%
G 128 of 428 ~ 29.91%
B 136 of 428 ~ 31.78%

%38.32
%29.91
%31.78

CMYK color model

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

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

CMYK percentages

%0
%21.95
%17.07
%35.69

Codes

Color #A48088 in popluar color models

A48088
RGB164128136
HSL347°16.51%57.25%
HSB/HSV347°21.95%64.31%
CMYK0.00%21.95%17.07%
35.69%

Color #A48088 in popluar number systems.

HEXA48088
Decimal164128136
Binary101001001000000010001000
Octal244200210

Shades and tints

Shades of #A48088

#A48088
(164,128,136)
#96757C
(150,117,124)
#886A70
(136,106,112)
#7A5F64
(122,95,100)
#6C5458
(108,84,88)
#5E494C
(94,73,76)
#503E40
(80,62,64)
#423334
(66,51,52)
#342828
(52,40,40)
#261D1C
(38,29,28)
#181210
(24,18,16)
#000000
(0,0,0)

Tints of #A48088

#A48088
(164,128,136)
#AC8B92
(172,139,146)
#B4969C
(180,150,156)
#BCA1A6
(188,161,166)
#C4ACB0
(196,172,176)
#CCB7BA
(204,183,186)
#D4C2C4
(212,194,196)
#DCCDCE
(220,205,206)
#E4D8D8
(228,216,216)
#ECE3E2
(236,227,226)
#F4EEEC
(244,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48088; }

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

This text font color is #A48088.


Background Color

.myBgColor { background-color: #A48088; }

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

This div background color is #A48088.


Border color

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

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

This div border color is #A48088.


Opacity

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

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

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

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

This text has shadow with #A48088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48088 on black background.


Color preview on white background

This text has color #A48088 on white background.



Black color preview on #A48088 background

This text has black color on #A48088 background.


White color preview on #A48088 background

This text has white color on #A48088 background.