COLOR #A09C81

HEX: #A09C81 RGB: (160,156,129)

Color info

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

RGB color model

#A09C81 color RGB value is (160,156,129).

RGB: (160,156,129) (63%, 61%, 51%)

RGB channels and saturation

R 160 of 255 = 63%
G 156 of 255 = 61%
B 129 of 255 = 51%

160
156
129

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

Portions of RGB colors in percentages

R + G + B = 160 + 156 + 129 = 445 (100%)
R 160 of 445 ~ 35.96%
G 156 of 445 ~ 35.06%
B 129 of 445 ~ 28.99'%

%35.96
%35.06
%28.99

CMYK color model

#A09C81 color CMYK value is (0,2,19,37).

  • cyan value is 0.00%
  • magenta value is 2.50%
  • yellow value is 19.38%
  • key color value is 37.25%
CMYK: (0,2,19,37) C0M2Y19K37 (0%,2%,19%,37%) (0.00/0.02/0.19/0.37) 

CMYK percentages

%0
%2.5
%19.38
%37.25

Codes

Color #A09C81 in popluar color models

A0 9C 81
RGB 160 156 129
HSL 52° 14.03% 56.67%
HSB/HSV 52° 19.38% 62.75%
CMYK 0.00% 2.50% 19.38%
37.25%

Color #A09C81 in popluar number systems.

HEX A0 9C 81
Decimal 160 156 129
Binary 10100000 10011100 10000001
Octal 240 234 201

Shades and tints

Shades of #A09C81

#A09C81
(160,156,129)
#928E76
(146,142,118)
#84806B
(132,128,107)
#767260
(118,114,96)
#686455
(104,100,85)
#5A564A
(90,86,74)
#4C483F
(76,72,63)
#3E3A34
(62,58,52)
#302C29
(48,44,41)
#221E1E
(34,30,30)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #A09C81

#A09C81
(160,156,129)
#A8A58C
(168,165,140)
#B0AE97
(176,174,151)
#B8B7A2
(184,183,162)
#C0C0AD
(192,192,173)
#C8C9B8
(200,201,184)
#D0D2C3
(208,210,195)
#D8DBCE
(216,219,206)
#E0E4D9
(224,228,217)
#E8EDE4
(232,237,228)
#F0F6EF
(240,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09C81; }

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

This text font color is #A09C81.

Background Color

.myBgColor { background-color: #A09C81; }

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

This div background color is #A09C81.

Border color

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

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

This div border color is #A09C81.

Opacity

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

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

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

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

This text has shadow with #A09C81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09C81.

Preview

Color preview on black background

This text has color #A09C81 on black background.


Color preview on white background

This text has color #A09C81 on white background.


Black color preview on #A09C81 background

This text has black color on #A09C81 background.


White color preview on #A09C81 background

This text has white color on #A09C81 background.


Related colors

Complementary color

Complementary color for #hex is #5F637E.


I love getcolorcode.com

Triadic colors

1 #81A09C and #9C81A0 with #A09C81 are triadic colors.

2 #819CA0 and #9CA081 with #A09C81 are triadic colors.