COLOR #A09189

HEX: #A09189
RGB: (160,145,137)

Color info

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

RGB color model

#A09189 color RGB value is (160,145,137).

  • red value is 160;
  • green value is 145;
  • blue value is 137.
RGB: (160,145,137) (63%,57%,54%)

RGB channels and saturation

R 160 of 255 = 63%
G 145 of 255 = 57%
B 137 of 255 = 54%

160
145
137

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

Portions of RGB colors in percentages

R + G + B =
160 + 145 + 137 = 442 (100%)
R 160 of 442 ~ 36.2%
G 145 of 442 ~ 32.81%
B 137 of 442 ~ 31%

%36.2
%32.81
%31

CMYK color model

#A09189 color CMYK value is (0,9,14,37).

  • cyan value is 0.00%
  • magenta value is 9.38%
  • yellow value is 14.38%
  • key color value is 37.25%
CMYK: (0,9,14,37) C0M9Y14K37 (0%,9%,14%,37%) (0.00/0.09/0.14/0.37)

CMYK percentages

%0
%9.38
%14.38
%37.25

Codes

Color #A09189 in popluar color models

A09189
RGB160145137
HSL21°10.80%58.24%
HSB/HSV21°14.38%62.75%
CMYK0.00%9.38%14.38%
37.25%

Color #A09189 in popluar number systems.

HEXA09189
Decimal160145137
Binary101000001001000110001001
Octal240221211

Shades and tints

Shades of #A09189

#A09189
(160,145,137)
#92847D
(146,132,125)
#847771
(132,119,113)
#766A65
(118,106,101)
#685D59
(104,93,89)
#5A504D
(90,80,77)
#4C4341
(76,67,65)
#3E3635
(62,54,53)
#302929
(48,41,41)
#221C1D
(34,28,29)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #A09189

#A09189
(160,145,137)
#A89B93
(168,155,147)
#B0A59D
(176,165,157)
#B8AFA7
(184,175,167)
#C0B9B1
(192,185,177)
#C8C3BB
(200,195,187)
#D0CDC5
(208,205,197)
#D8D7CF
(216,215,207)
#E0E1D9
(224,225,217)
#E8EBE3
(232,235,227)
#F0F5ED
(240,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09189 color. Also use rgb(160,145,137) instead hex code.

Text Font Color

.myTextColor { color: #A09189; }

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

This text font color is #A09189.


Background Color

.myBgColor { background-color: #A09189; }

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

This div background color is #A09189.


Border color

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

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

This div border color is #A09189.


Opacity

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

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

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

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

This text has shadow with #A09189 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A09189 on black background.


Color preview on white background

This text has color #A09189 on white background.



Black color preview on #A09189 background

This text has black color on #A09189 background.


White color preview on #A09189 background

This text has white color on #A09189 background.