COLOR #A18089

HEX: #A18089 RGB: (161,128,137)

Color info

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

RGB color model

#A18089 color RGB value is (161,128,137).

RGB: (161,128,137) (63%, 50%, 54%)

RGB channels and saturation

R 161 of 255 = 63%
G 128 of 255 = 50%
B 137 of 255 = 54%

161
128
137

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

Portions of RGB colors in percentages

R + G + B = 161 + 128 + 137 = 426 (100%)
R 161 of 426 ~ 37.79%
G 128 of 426 ~ 30.05%
B 137 of 426 ~ 32.16'%

%37.79
%30.05
%32.16

CMYK color model

#A18089 color CMYK value is (0,20,15,37).

  • cyan value is 0.00%
  • magenta value is 20.50%
  • yellow value is 14.91%
  • key color value is 36.86%
CMYK: (0,20,15,37) C0M20Y15K37 (0%,20%,15%,37%) (0.00/0.20/0.15/0.37) 

CMYK percentages

%0
%20.5
%14.91
%36.86

Codes

Color #A18089 in popluar color models

A1 80 89
RGB 161 128 137
HSL 344° 14.93% 56.67%
HSB/HSV 344° 20.50% 63.14%
CMYK 0.00% 20.50% 14.91%
36.86%

Color #A18089 in popluar number systems.

HEX A1 80 89
Decimal 161 128 137
Binary 10100001 10000000 10001001
Octal 241 200 211

Shades and tints

Shades of #A18089

#A18089
(161,128,137)
#93757D
(147,117,125)
#856A71
(133,106,113)
#775F65
(119,95,101)
#695459
(105,84,89)
#5B494D
(91,73,77)
#4D3E41
(77,62,65)
#3F3335
(63,51,53)
#312829
(49,40,41)
#231D1D
(35,29,29)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #A18089

#A18089
(161,128,137)
#A98B93
(169,139,147)
#B1969D
(177,150,157)
#B9A1A7
(185,161,167)
#C1ACB1
(193,172,177)
#C9B7BB
(201,183,187)
#D1C2C5
(209,194,197)
#D9CDCF
(217,205,207)
#E1D8D9
(225,216,217)
#E9E3E3
(233,227,227)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18089; }

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

This text font color is #A18089.

Background Color

.myBgColor { background-color: #A18089; }

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

This div background color is #A18089.

Border color

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

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

This div border color is #A18089.

Opacity

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

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

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

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

This text has shadow with #A18089 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A18089.

Preview

Color preview on black background

This text has color #A18089 on black background.


Color preview on white background

This text has color #A18089 on white background.


Black color preview on #A18089 background

This text has black color on #A18089 background.


White color preview on #A18089 background

This text has white color on #A18089 background.


Related colors

Complementary color

Complementary color for #hex is #5E7F76.


I love getcolorcode.com

Triadic colors

1 #89A180 and #8089A1 with #A18089 are triadic colors.

2 #8980A1 and #80A189 with #A18089 are triadic colors.