COLOR #A09B95

HEX: #A09B95
RGB: (160,155,149)

Color info

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

RGB color model

#A09B95 color RGB value is (160,155,149).

  • red value is 160;
  • green value is 155;
  • blue value is 149.
RGB:
(160,155,149)
(63%,61%,58%)

RGB channels and saturation

R 160 of 255 = 63%
G 155 of 255 = 61%
B 149 of 255 = 58%

160
155
149

R + G + B ~ 61%. #A09B95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 155 + 149 = 464 (100%)
R 160 of 464 ~ 34.48%
G 155 of 464 ~ 33.41%
B 149 of 464 ~ 32.11%

%34.48
%33.41
%32.11

CMYK color model

#A09B95 color CMYK value is (0,3,7,37).

  • cyan value is 0.00%
  • magenta value is 3.13%
  • yellow value is 6.87%
  • key color value is 37.25%
CMYK:
(0,3,7,37)
C0M3Y7K37 
(0%,3%,7%,37%)
(0.00/0.03/0.07/0.37)	

CMYK percentages

%0
%3.13
%6.87
%37.25

Codes

Color #A09B95 in popluar color models

A09B95
RGB160155149
HSL33°5.47%60.59%
HSB/HSV33°6.87%62.75%
CMYK0.00%3.13%6.87%
37.25%

Color #A09B95 in popluar number systems.

HEXA09B95
Decimal160155149
Binary101000001001101110010101
Octal240233225

Shades and tints

Shades of #A09B95

#A09B95
(160,155,149)
#928D88
(146,141,136)
#847F7B
(132,127,123)
#76716E
(118,113,110)
#686361
(104,99,97)
#5A5554
(90,85,84)
#4C4747
(76,71,71)
#3E393A
(62,57,58)
#302B2D
(48,43,45)
#221D20
(34,29,32)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #A09B95

#A09B95
(160,155,149)
#A8A49E
(168,164,158)
#B0ADA7
(176,173,167)
#B8B6B0
(184,182,176)
#C0BFB9
(192,191,185)
#C8C8C2
(200,200,194)
#D0D1CB
(208,209,203)
#D8DAD4
(216,218,212)
#E0E3DD
(224,227,221)
#E8ECE6
(232,236,230)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09B95 color. Also use rgb(160,155,149) instead hex code.

Text Font Color

.myTextColor { color: #A09B95; }

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

This text font color is #A09B95.


Background Color

.myBgColor { background-color: #A09B95; }

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

This div background color is #A09B95.


Border color

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

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

This div border color is #A09B95.


Opacity

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

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

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

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

This text has shadow with #A09B95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09B95 on black background.


Color preview on white background

This text has color #A09B95 on white background.



Black color preview on #A09B95 background

This text has black color on #A09B95 background.


White color preview on #A09B95 background

This text has white color on #A09B95 background.