COLOR #A09595

HEX: #A09595
RGB: (160,149,149)

Color info

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

RGB color model

#A09595 color RGB value is (160,149,149).

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

RGB channels and saturation

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

160
149
149

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

Portions of RGB colors in percentages

R + G + B =
160 + 149 + 149 = 458 (100%)
R 160 of 458 ~ 34.93%
G 149 of 458 ~ 32.53%
B 149 of 458 ~ 32.53%

%34.93
%32.53
%32.53

CMYK color model

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

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

CMYK percentages

%0
%6.87
%6.87
%37.25

Codes

Color #A09595 in popluar color models

A09595
RGB160149149
HSL5.47%60.59%
HSB/HSV6.87%62.75%
CMYK0.00%6.87%6.87%
37.25%

Color #A09595 in popluar number systems.

HEXA09595
Decimal160149149
Binary101000001001010110010101
Octal240225225

Shades and tints

Shades of #A09595

#A09595
(160,149,149)
#928888
(146,136,136)
#847B7B
(132,123,123)
#766E6E
(118,110,110)
#686161
(104,97,97)
#5A5454
(90,84,84)
#4C4747
(76,71,71)
#3E3A3A
(62,58,58)
#302D2D
(48,45,45)
#222020
(34,32,32)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #A09595

#A09595
(160,149,149)
#A89E9E
(168,158,158)
#B0A7A7
(176,167,167)
#B8B0B0
(184,176,176)
#C0B9B9
(192,185,185)
#C8C2C2
(200,194,194)
#D0CBCB
(208,203,203)
#D8D4D4
(216,212,212)
#E0DDDD
(224,221,221)
#E8E6E6
(232,230,230)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09595; }

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

This text font color is #A09595.


Background Color

.myBgColor { background-color: #A09595; }

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

This div background color is #A09595.


Border color

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

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

This div border color is #A09595.


Opacity

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

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

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

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

This text has shadow with #A09595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09595 on black background.


Color preview on white background

This text has color #A09595 on white background.



Black color preview on #A09595 background

This text has black color on #A09595 background.


White color preview on #A09595 background

This text has white color on #A09595 background.