COLOR #A09695

HEX: #A09695
RGB: (160,150,149)

Color info

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

RGB color model

#A09695 color RGB value is (160,150,149).

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

RGB channels and saturation

R 160 of 255 = 63%
G 150 of 255 = 59%
B 149 of 255 = 58%

160
150
149

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

Portions of RGB colors in percentages

R + G + B =
160 + 150 + 149 = 459 (100%)
R 160 of 459 ~ 34.86%
G 150 of 459 ~ 32.68%
B 149 of 459 ~ 32.46%

%34.86
%32.68
%32.46

CMYK color model

#A09695 color CMYK value is (0,6,7,37).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 6.87%
  • key color value is 37.25%
CMYK:
(0,6,7,37)
C0M6Y7K37 
(0%,6%,7%,37%)
(0.00/0.06/0.07/0.37)	

CMYK percentages

%0
%6.25
%6.87
%37.25

Codes

Color #A09695 in popluar color models

A09695
RGB160150149
HSL5.47%60.59%
HSB/HSV6.87%62.75%
CMYK0.00%6.25%6.87%
37.25%

Color #A09695 in popluar number systems.

HEXA09695
Decimal160150149
Binary101000001001011010010101
Octal240226225

Shades and tints

Shades of #A09695

#A09695
(160,150,149)
#928988
(146,137,136)
#847C7B
(132,124,123)
#766F6E
(118,111,110)
#686261
(104,98,97)
#5A5554
(90,85,84)
#4C4847
(76,72,71)
#3E3B3A
(62,59,58)
#302E2D
(48,46,45)
#222120
(34,33,32)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #A09695

#A09695
(160,150,149)
#A89F9E
(168,159,158)
#B0A8A7
(176,168,167)
#B8B1B0
(184,177,176)
#C0BAB9
(192,186,185)
#C8C3C2
(200,195,194)
#D0CCCB
(208,204,203)
#D8D5D4
(216,213,212)
#E0DEDD
(224,222,221)
#E8E7E6
(232,231,230)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09695; }

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

This text font color is #A09695.


Background Color

.myBgColor { background-color: #A09695; }

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

This div background color is #A09695.


Border color

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

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

This div border color is #A09695.


Opacity

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

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

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

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

This text has shadow with #A09695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09695 on black background.


Color preview on white background

This text has color #A09695 on white background.



Black color preview on #A09695 background

This text has black color on #A09695 background.


White color preview on #A09695 background

This text has white color on #A09695 background.