COLOR #A09C85

HEX: #A09C85
RGB: (160,156,133)

Color info

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

RGB color model

#A09C85 color RGB value is (160,156,133).

  • red value is 160;
  • green value is 156;
  • blue value is 133.
RGB:
(160,156,133)
(63%,61%,52%)

RGB channels and saturation

R 160 of 255 = 63%
G 156 of 255 = 61%
B 133 of 255 = 52%

160
156
133

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

Portions of RGB colors in percentages

R + G + B =
160 + 156 + 133 = 449 (100%)
R 160 of 449 ~ 35.63%
G 156 of 449 ~ 34.74%
B 133 of 449 ~ 29.62%

%35.63
%34.74
%29.62

CMYK color model

#A09C85 color CMYK value is (0,2,17,37).

  • cyan value is 0.00%
  • magenta value is 2.50%
  • yellow value is 16.88%
  • key color value is 37.25%
CMYK:
(0,2,17,37)
C0M2Y17K37 
(0%,2%,17%,37%)
(0.00/0.02/0.17/0.37)	

CMYK percentages

%0
%2.5
%16.88
%37.25

Codes

Color #A09C85 in popluar color models

A09C85
RGB160156133
HSL51°12.44%57.45%
HSB/HSV51°16.88%62.75%
CMYK0.00%2.50%16.88%
37.25%

Color #A09C85 in popluar number systems.

HEXA09C85
Decimal160156133
Binary101000001001110010000101
Octal240234205

Shades and tints

Shades of #A09C85

#A09C85
(160,156,133)
#928E79
(146,142,121)
#84806D
(132,128,109)
#767261
(118,114,97)
#686455
(104,100,85)
#5A5649
(90,86,73)
#4C483D
(76,72,61)
#3E3A31
(62,58,49)
#302C25
(48,44,37)
#221E19
(34,30,25)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #A09C85

#A09C85
(160,156,133)
#A8A590
(168,165,144)
#B0AE9B
(176,174,155)
#B8B7A6
(184,183,166)
#C0C0B1
(192,192,177)
#C8C9BC
(200,201,188)
#D0D2C7
(208,210,199)
#D8DBD2
(216,219,210)
#E0E4DD
(224,228,221)
#E8EDE8
(232,237,232)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09C85; }

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

This text font color is #A09C85.


Background Color

.myBgColor { background-color: #A09C85; }

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

This div background color is #A09C85.


Border color

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

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

This div border color is #A09C85.


Opacity

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

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

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

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

This text has shadow with #A09C85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09C85 on black background.


Color preview on white background

This text has color #A09C85 on white background.



Black color preview on #A09C85 background

This text has black color on #A09C85 background.


White color preview on #A09C85 background

This text has white color on #A09C85 background.