COLOR #A09883

HEX: #A09883
RGB: (160,152,131)

Color info

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

RGB color model

#A09883 color RGB value is (160,152,131).

  • red value is 160;
  • green value is 152;
  • blue value is 131.
RGB: (160,152,131) (63%,60%,51%)

RGB channels and saturation

R 160 of 255 = 63%
G 152 of 255 = 60%
B 131 of 255 = 51%

160
152
131

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

Portions of RGB colors in percentages

R + G + B =
160 + 152 + 131 = 443 (100%)
R 160 of 443 ~ 36.12%
G 152 of 443 ~ 34.31%
B 131 of 443 ~ 29.57%

%36.12
%34.31
%29.57

CMYK color model

#A09883 color CMYK value is (0,5,18,37).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 18.13%
  • key color value is 37.25%
CMYK: (0,5,18,37) C0M5Y18K37 (0%,5%,18%,37%) (0.00/0.05/0.18/0.37)

CMYK percentages

%0
%5
%18.13
%37.25

Codes

Color #A09883 in popluar color models

A09883
RGB160152131
HSL43°13.24%57.06%
HSB/HSV43°18.13%62.75%
CMYK0.00%5.00%18.13%
37.25%

Color #A09883 in popluar number systems.

HEXA09883
Decimal160152131
Binary101000001001100010000011
Octal240230203

Shades and tints

Shades of #A09883

#A09883
(160,152,131)
#928B78
(146,139,120)
#847E6D
(132,126,109)
#767162
(118,113,98)
#686457
(104,100,87)
#5A574C
(90,87,76)
#4C4A41
(76,74,65)
#3E3D36
(62,61,54)
#30302B
(48,48,43)
#222320
(34,35,32)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #A09883

#A09883
(160,152,131)
#A8A18E
(168,161,142)
#B0AA99
(176,170,153)
#B8B3A4
(184,179,164)
#C0BCAF
(192,188,175)
#C8C5BA
(200,197,186)
#D0CEC5
(208,206,197)
#D8D7D0
(216,215,208)
#E0E0DB
(224,224,219)
#E8E9E6
(232,233,230)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09883 color. Also use rgb(160,152,131) instead hex code.

Text Font Color

.myTextColor { color: #A09883; }

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

This text font color is #A09883.


Background Color

.myBgColor { background-color: #A09883; }

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

This div background color is #A09883.


Border color

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

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

This div border color is #A09883.


Opacity

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

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

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

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

This text has shadow with #A09883 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A09883 on black background.


Color preview on white background

This text has color #A09883 on white background.



Black color preview on #A09883 background

This text has black color on #A09883 background.


White color preview on #A09883 background

This text has white color on #A09883 background.