COLOR #A09491

HEX: #A09491
RGB: (160,148,145)

Color info

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

RGB color model

#A09491 color RGB value is (160,148,145).

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

RGB channels and saturation

R 160 of 255 = 63%
G 148 of 255 = 58%
B 145 of 255 = 57%

160
148
145

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

Portions of RGB colors in percentages

R + G + B =
160 + 148 + 145 = 453 (100%)
R 160 of 453 ~ 35.32%
G 148 of 453 ~ 32.67%
B 145 of 453 ~ 32.01%

%35.32
%32.67
%32.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.50%
  • yellow value is 9.38%
  • key color value is 37.25%
CMYK:
(0,7,9,37)
C0M7Y9K37 
(0%,7%,9%,37%)
(0.00/0.07/0.09/0.37)	

CMYK percentages

%0
%7.5
%9.38
%37.25

Codes

Color #A09491 in popluar color models

A09491
RGB160148145
HSL12°7.32%59.80%
HSB/HSV12°9.38%62.75%
CMYK0.00%7.50%9.38%
37.25%

Color #A09491 in popluar number systems.

HEXA09491
Decimal160148145
Binary101000001001010010010001
Octal240224221

Shades and tints

Shades of #A09491

#A09491
(160,148,145)
#928784
(146,135,132)
#847A77
(132,122,119)
#766D6A
(118,109,106)
#68605D
(104,96,93)
#5A5350
(90,83,80)
#4C4643
(76,70,67)
#3E3936
(62,57,54)
#302C29
(48,44,41)
#221F1C
(34,31,28)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #A09491

#A09491
(160,148,145)
#A89D9B
(168,157,155)
#B0A6A5
(176,166,165)
#B8AFAF
(184,175,175)
#C0B8B9
(192,184,185)
#C8C1C3
(200,193,195)
#D0CACD
(208,202,205)
#D8D3D7
(216,211,215)
#E0DCE1
(224,220,225)
#E8E5EB
(232,229,235)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09491; }

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

This text font color is #A09491.


Background Color

.myBgColor { background-color: #A09491; }

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

This div background color is #A09491.


Border color

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

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

This div border color is #A09491.


Opacity

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

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

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

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

This text has shadow with #A09491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09491 on black background.


Color preview on white background

This text has color #A09491 on white background.



Black color preview on #A09491 background

This text has black color on #A09491 background.


White color preview on #A09491 background

This text has white color on #A09491 background.