COLOR #A09183

HEX: #A09183 RGB: (160,145,131)

Color info

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

RGB color model

#A09183 color RGB value is (160,145,131).

RGB: (160,145,131) (63%, 57%, 51%)

RGB channels and saturation

R 160 of 255 = 63%
G 145 of 255 = 57%
B 131 of 255 = 51%

160
145
131

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

Portions of RGB colors in percentages

R + G + B = 160 + 145 + 131 = 436 (100%)
R 160 of 436 ~ 36.7%
G 145 of 436 ~ 33.26%
B 131 of 436 ~ 30.05'%

%36.7
%33.26
%30.05

CMYK color model

#A09183 color CMYK value is (0,9,18,37).

  • cyan value is 0.00%
  • magenta value is 9.38%
  • yellow value is 18.13%
  • key color value is 37.25%

CMYK: (0,9,18,37)
C0M9Y18K37 (0%, 9%, 18%, 37%)
(0.00 / 0.09 / 0.18 / 0.37)

CMYK percentages

%0
%9.38
%18.13
%37.25

Codes

Color #A09183 in popluar color models

A0 91 83
RGB 160 145 131
HSL 29° 13.24% 57.06%
HSB/HSV 29° 18.13% 62.75%
CMYK 0.00% 9.38% 18.13%
37.25%

Color #A09183 in popluar number systems.

HEX A0 91 83
Decimal 160 145 131
Binary 10100000 10010001 10000011
Octal 240 221 203

Shades and tints

Shades of #A09183

#A09183
(160,145,131)
#928478
(146,132,120)
#84776D
(132,119,109)
#766A62
(118,106,98)
#685D57
(104,93,87)
#5A504C
(90,80,76)
#4C4341
(76,67,65)
#3E3636
(62,54,54)
#30292B
(48,41,43)
#221C20
(34,28,32)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #A09183

#A09183
(160,145,131)
#A89B8E
(168,155,142)
#B0A599
(176,165,153)
#B8AFA4
(184,175,164)
#C0B9AF
(192,185,175)
#C8C3BA
(200,195,186)
#D0CDC5
(208,205,197)
#D8D7D0
(216,215,208)
#E0E1DB
(224,225,219)
#E8EBE6
(232,235,230)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09183; }

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

This text font color is #A09183.

Background Color

.myBgColor { background-color: #A09183; }

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

This div background color is #A09183.

Border color

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

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

This div border color is #A09183.

Opacity

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

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

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

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

This text has shadow with #A09183 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09183.

Preview

Color preview on black background

This text has color #A09183 on black background.


Color preview on white background

This text has color #A09183 on white background.


Black color preview on #A09183 background

This text has black color on #A09183 background.


White color preview on #A09183 background

This text has white color on #A09183 background.


Related colors

Complementary color

Complementary color for #hex is #5F6E7C.


I love getcolorcode.com

Triadic colors

1 #83A091 and #9183A0 with #A09183 are triadic colors.

2 #8391A0 and #91A083 with #A09183 are triadic colors.