COLOR #A09F85

HEX: #A09F85
RGB: (160,159,133)

Color info

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

RGB color model

#A09F85 color RGB value is (160,159,133).

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

RGB channels and saturation

R 160 of 255 = 63%
G 159 of 255 = 62%
B 133 of 255 = 52%

160
159
133

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

Portions of RGB colors in percentages

R + G + B =
160 + 159 + 133 = 452 (100%)
R 160 of 452 ~ 35.4%
G 159 of 452 ~ 35.18%
B 133 of 452 ~ 29.42%

%35.4
%35.18
%29.42

CMYK color model

#A09F85 color CMYK value is (0,1,17,37).

  • cyan value is 0.00%
  • magenta value is 0.62%
  • yellow value is 16.88%
  • key color value is 37.25%
CMYK:
(0,1,17,37)
C0M1Y17K37 
(0%,1%,17%,37%)
(0.00/0.01/0.17/0.37)	

CMYK percentages

%0
%0.62
%16.88
%37.25

Codes

Color #A09F85 in popluar color models

A09F85
RGB160159133
HSL58°12.44%57.45%
HSB/HSV58°16.88%62.75%
CMYK0.00%0.62%16.88%
37.25%

Color #A09F85 in popluar number systems.

HEXA09F85
Decimal160159133
Binary101000001001111110000101
Octal240237205

Shades and tints

Shades of #A09F85

#A09F85
(160,159,133)
#929179
(146,145,121)
#84836D
(132,131,109)
#767561
(118,117,97)
#686755
(104,103,85)
#5A5949
(90,89,73)
#4C4B3D
(76,75,61)
#3E3D31
(62,61,49)
#302F25
(48,47,37)
#222119
(34,33,25)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #A09F85

#A09F85
(160,159,133)
#A8A790
(168,167,144)
#B0AF9B
(176,175,155)
#B8B7A6
(184,183,166)
#C0BFB1
(192,191,177)
#C8C7BC
(200,199,188)
#D0CFC7
(208,207,199)
#D8D7D2
(216,215,210)
#E0DFDD
(224,223,221)
#E8E7E8
(232,231,232)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09F85; }

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

This text font color is #A09F85.


Background Color

.myBgColor { background-color: #A09F85; }

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

This div background color is #A09F85.


Border color

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

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

This div border color is #A09F85.


Opacity

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

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

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

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

This text has shadow with #A09F85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09F85 on black background.


Color preview on white background

This text has color #A09F85 on white background.



Black color preview on #A09F85 background

This text has black color on #A09F85 background.


White color preview on #A09F85 background

This text has white color on #A09F85 background.