COLOR #A09C80

HEX: #A09C80 RGB: (160,156,128)

Color info

#A09C80 contains red, green and blue colors in about the same proportion. Web safe color of #A09C80 is #999966 (or #996).

RGB color model

#A09C80 color RGB value is (160,156,128).

RGB: (160,156,128) (63%, 61%, 50%)

RGB channels and saturation

R 160 of 255 = 63%
G 156 of 255 = 61%
B 128 of 255 = 50%

160
156
128

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

Portions of RGB colors in percentages

R + G + B = 160 + 156 + 128 = 444 (100%)
R 160 of 444 ~ 36.04%
G 156 of 444 ~ 35.14%
B 128 of 444 ~ 28.83'%

%36.04
%35.14
%28.83

CMYK color model

#A09C80 color CMYK value is (0,2,20,37).

  • cyan value is 0.00%
  • magenta value is 2.50%
  • yellow value is 20.00%
  • key color value is 37.25%

CMYK: (0,2,20,37)
C0M2Y20K37 (0%, 2%, 20%, 37%)
(0.00 / 0.02 / 0.20 / 0.37)

CMYK percentages

%0
%2.5
%20
%37.25

Codes

Color #A09C80 in popluar color models

A0 9C 80
RGB 160 156 128
HSL 53° 14.41% 56.47%
HSB/HSV 53° 20.00% 62.75%
CMYK 0.00% 2.50% 20.00%
37.25%

Color #A09C80 in popluar number systems.

HEX A0 9C 80
Decimal 160 156 128
Binary 10100000 10011100 10000000
Octal 240 234 200

Shades and tints

Shades of #A09C80

#A09C80
(160,156,128)
#928E75
(146,142,117)
#84806A
(132,128,106)
#76725F
(118,114,95)
#686454
(104,100,84)
#5A5649
(90,86,73)
#4C483E
(76,72,62)
#3E3A33
(62,58,51)
#302C28
(48,44,40)
#221E1D
(34,30,29)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #A09C80

#A09C80
(160,156,128)
#A8A58B
(168,165,139)
#B0AE96
(176,174,150)
#B8B7A1
(184,183,161)
#C0C0AC
(192,192,172)
#C8C9B7
(200,201,183)
#D0D2C2
(208,210,194)
#D8DBCD
(216,219,205)
#E0E4D8
(224,228,216)
#E8EDE3
(232,237,227)
#F0F6EE
(240,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09C80; }

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

This text font color is #A09C80.

Background Color

.myBgColor { background-color: #A09C80; }

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

This div background color is #A09C80.

Border color

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

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

This div border color is #A09C80.

Opacity

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

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

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

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

This text has shadow with #A09C80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09C80.

Preview

Color preview on black background

This text has color #A09C80 on black background.


Color preview on white background

This text has color #A09C80 on white background.


Black color preview on #A09C80 background

This text has black color on #A09C80 background.


White color preview on #A09C80 background

This text has white color on #A09C80 background.


Related colors

Complementary color

Complementary color for #hex is #5F637F.


I love getcolorcode.com

Triadic colors

1 #80A09C and #9C80A0 with #A09C80 are triadic colors.

2 #809CA0 and #9CA080 with #A09C80 are triadic colors.