COLOR #A09592

HEX: #A09592
RGB: (160,149,146)

Color info

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

RGB color model

#A09592 color RGB value is (160,149,146).

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

RGB channels and saturation

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

160
149
146

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

Portions of RGB colors in percentages

R + G + B =
160 + 149 + 146 = 455 (100%)
R 160 of 455 ~ 35.16%
G 149 of 455 ~ 32.75%
B 146 of 455 ~ 32.09%

%35.16
%32.75
%32.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.87%
  • yellow value is 8.75%
  • 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
%6.87
%8.75
%37.25

Codes

Color #A09592 in popluar color models

A09592
RGB160149146
HSL13°6.86%60.00%
HSB/HSV13°8.75%62.75%
CMYK0.00%6.87%8.75%
37.25%

Color #A09592 in popluar number systems.

HEXA09592
Decimal160149146
Binary101000001001010110010010
Octal240225222

Shades and tints

Shades of #A09592

#A09592
(160,149,146)
#928885
(146,136,133)
#847B78
(132,123,120)
#766E6B
(118,110,107)
#68615E
(104,97,94)
#5A5451
(90,84,81)
#4C4744
(76,71,68)
#3E3A37
(62,58,55)
#302D2A
(48,45,42)
#22201D
(34,32,29)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #A09592

#A09592
(160,149,146)
#A89E9B
(168,158,155)
#B0A7A4
(176,167,164)
#B8B0AD
(184,176,173)
#C0B9B6
(192,185,182)
#C8C2BF
(200,194,191)
#D0CBC8
(208,203,200)
#D8D4D1
(216,212,209)
#E0DDDA
(224,221,218)
#E8E6E3
(232,230,227)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09592; }

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

This text font color is #A09592.


Background Color

.myBgColor { background-color: #A09592; }

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

This div background color is #A09592.


Border color

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

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

This div border color is #A09592.


Opacity

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

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

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

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

This text has shadow with #A09592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09592 on black background.


Color preview on white background

This text has color #A09592 on white background.



Black color preview on #A09592 background

This text has black color on #A09592 background.


White color preview on #A09592 background

This text has white color on #A09592 background.