COLOR #A09881

HEX: #A09881 RGB: (160,152,129)

Color info

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

RGB color model

#A09881 color RGB value is (160,152,129).

RGB: (160,152,129) (63%, 60%, 51%)

RGB channels and saturation

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

160
152
129

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

Portions of RGB colors in percentages

R + G + B = 160 + 152 + 129 = 441 (100%)
R 160 of 441 ~ 36.28%
G 152 of 441 ~ 34.47%
B 129 of 441 ~ 29.25'%

%36.28
%34.47
%29.25

CMYK color model

#A09881 color CMYK value is (0,5,19,37).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 19.38%
  • key color value is 37.25%
CMYK: (0,5,19,37) C0M5Y19K37 (0%,5%,19%,37%) (0.00/0.05/0.19/0.37) 

CMYK percentages

%0
%5
%19.38
%37.25

Codes

Color #A09881 in popluar color models

A0 98 81
RGB 160 152 129
HSL 45° 14.03% 56.67%
HSB/HSV 45° 19.38% 62.75%
CMYK 0.00% 5.00% 19.38%
37.25%

Color #A09881 in popluar number systems.

HEX A0 98 81
Decimal 160 152 129
Binary 10100000 10011000 10000001
Octal 240 230 201

Shades and tints

Shades of #A09881

#A09881
(160,152,129)
#928B76
(146,139,118)
#847E6B
(132,126,107)
#767160
(118,113,96)
#686455
(104,100,85)
#5A574A
(90,87,74)
#4C4A3F
(76,74,63)
#3E3D34
(62,61,52)
#303029
(48,48,41)
#22231E
(34,35,30)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #A09881

#A09881
(160,152,129)
#A8A18C
(168,161,140)
#B0AA97
(176,170,151)
#B8B3A2
(184,179,162)
#C0BCAD
(192,188,173)
#C8C5B8
(200,197,184)
#D0CEC3
(208,206,195)
#D8D7CE
(216,215,206)
#E0E0D9
(224,224,217)
#E8E9E4
(232,233,228)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09881; }

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

This text font color is #A09881.

Background Color

.myBgColor { background-color: #A09881; }

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

This div background color is #A09881.

Border color

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

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

This div border color is #A09881.

Opacity

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

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

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

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

This text has shadow with #A09881 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09881.

Preview

Color preview on black background

This text has color #A09881 on black background.


Color preview on white background

This text has color #A09881 on white background.


Black color preview on #A09881 background

This text has black color on #A09881 background.


White color preview on #A09881 background

This text has white color on #A09881 background.


Related colors

Complementary color

Complementary color for #hex is #5F677E.


I love getcolorcode.com

Triadic colors

1 #81A098 and #9881A0 with #A09881 are triadic colors.

2 #8198A0 and #98A081 with #A09881 are triadic colors.