COLOR #A09885

HEX: #A09885
RGB: (160,152,133)

Color info

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

RGB color model

#A09885 color RGB value is (160,152,133).

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

RGB channels and saturation

R 160 of 255 = 63%
G 152 of 255 = 60%
B 133 of 255 = 52%

160
152
133

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

Portions of RGB colors in percentages

R + G + B =
160 + 152 + 133 = 445 (100%)
R 160 of 445 ~ 35.96%
G 152 of 445 ~ 34.16%
B 133 of 445 ~ 29.89%

%35.96
%34.16
%29.89

CMYK color model

#A09885 color CMYK value is (0,5,17,37).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 16.88%
  • key color value is 37.25%
CMYK:
(0,5,17,37)
C0M5Y17K37 
(0%,5%,17%,37%)
(0.00/0.05/0.17/0.37)	

CMYK percentages

%0
%5
%16.88
%37.25

Codes

Color #A09885 in popluar color models

A09885
RGB160152133
HSL42°12.44%57.45%
HSB/HSV42°16.88%62.75%
CMYK0.00%5.00%16.88%
37.25%

Color #A09885 in popluar number systems.

HEXA09885
Decimal160152133
Binary101000001001100010000101
Octal240230205

Shades and tints

Shades of #A09885

#A09885
(160,152,133)
#928B79
(146,139,121)
#847E6D
(132,126,109)
#767161
(118,113,97)
#686455
(104,100,85)
#5A5749
(90,87,73)
#4C4A3D
(76,74,61)
#3E3D31
(62,61,49)
#303025
(48,48,37)
#222319
(34,35,25)
#14160D
(20,22,13)
#000000
(0,0,0)

Tints of #A09885

#A09885
(160,152,133)
#A8A190
(168,161,144)
#B0AA9B
(176,170,155)
#B8B3A6
(184,179,166)
#C0BCB1
(192,188,177)
#C8C5BC
(200,197,188)
#D0CEC7
(208,206,199)
#D8D7D2
(216,215,210)
#E0E0DD
(224,224,221)
#E8E9E8
(232,233,232)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09885; }

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

This text font color is #A09885.


Background Color

.myBgColor { background-color: #A09885; }

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

This div background color is #A09885.


Border color

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

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

This div border color is #A09885.


Opacity

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

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

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

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

This text has shadow with #A09885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09885 on black background.


Color preview on white background

This text has color #A09885 on white background.



Black color preview on #A09885 background

This text has black color on #A09885 background.


White color preview on #A09885 background

This text has white color on #A09885 background.