COLOR #A18888

HEX: #A18888 RGB: (161,136,136)

Color info

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

RGB color model

#A18888 color RGB value is (161,136,136).

RGB: (161,136,136) (63%, 53%, 53%)

RGB channels and saturation

R 161 of 255 = 63%
G 136 of 255 = 53%
B 136 of 255 = 53%

161
136
136

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

Portions of RGB colors in percentages

R + G + B = 161 + 136 + 136 = 433 (100%)
R 161 of 433 ~ 37.18%
G 136 of 433 ~ 31.41%
B 136 of 433 ~ 31.41'%

%37.18
%31.41
%31.41

CMYK color model

#A18888 color CMYK value is (0,16,16,37).

  • cyan value is 0.00%
  • magenta value is 15.53%
  • yellow value is 15.53%
  • key color value is 36.86%

CMYK: (0,16,16,37)
C0M16Y16K37 (0%, 16%, 16%, 37%)
(0.00 / 0.16 / 0.16 / 0.37)

CMYK percentages

%0
%15.53
%15.53
%36.86

Codes

Color #A18888 in popluar color models

A1 88 88
RGB 161 136 136
HSL 11.74% 58.24%
HSB/HSV 15.53% 63.14%
CMYK 0.00% 15.53% 15.53%
36.86%

Color #A18888 in popluar number systems.

HEX A1 88 88
Decimal 161 136 136
Binary 10100001 10001000 10001000
Octal 241 210 210

Shades and tints

Shades of #A18888

#A18888
(161,136,136)
#937C7C
(147,124,124)
#857070
(133,112,112)
#776464
(119,100,100)
#695858
(105,88,88)
#5B4C4C
(91,76,76)
#4D4040
(77,64,64)
#3F3434
(63,52,52)
#312828
(49,40,40)
#231C1C
(35,28,28)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #A18888

#A18888
(161,136,136)
#A99292
(169,146,146)
#B19C9C
(177,156,156)
#B9A6A6
(185,166,166)
#C1B0B0
(193,176,176)
#C9BABA
(201,186,186)
#D1C4C4
(209,196,196)
#D9CECE
(217,206,206)
#E1D8D8
(225,216,216)
#E9E2E2
(233,226,226)
#F1ECEC
(241,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18888; }

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

This text font color is #A18888.

Background Color

.myBgColor { background-color: #A18888; }

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

This div background color is #A18888.

Border color

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

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

This div border color is #A18888.

Opacity

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

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

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

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

This text has shadow with #A18888 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A18888.

Preview

Color preview on black background

This text has color #A18888 on black background.


Color preview on white background

This text has color #A18888 on white background.


Black color preview on #A18888 background

This text has black color on #A18888 background.


White color preview on #A18888 background

This text has white color on #A18888 background.


Related colors

Complementary color

Complementary color for #hex is #5E7777.


I love getcolorcode.com