COLOR #A09892

HEX: #A09892
RGB: (160,152,146)

Color info

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

RGB color model

#A09892 color RGB value is (160,152,146).

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

RGB channels and saturation

R 160 of 255 = 63%
G 152 of 255 = 60%
B 146 of 255 = 57%

160
152
146

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

Portions of RGB colors in percentages

R + G + B =
160 + 152 + 146 = 458 (100%)
R 160 of 458 ~ 34.93%
G 152 of 458 ~ 33.19%
B 146 of 458 ~ 31.88%

%34.93
%33.19
%31.88

CMYK color model

#A09892 color CMYK value is (0,5,9,37).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 8.75%
  • key color value is 37.25%
CMYK:
(0,5,9,37)
C0M5Y9K37 
(0%,5%,9%,37%)
(0.00/0.05/0.09/0.37)	

CMYK percentages

%0
%5
%8.75
%37.25

Codes

Color #A09892 in popluar color models

A09892
RGB160152146
HSL26°6.86%60.00%
HSB/HSV26°8.75%62.75%
CMYK0.00%5.00%8.75%
37.25%

Color #A09892 in popluar number systems.

HEXA09892
Decimal160152146
Binary101000001001100010010010
Octal240230222

Shades and tints

Shades of #A09892

#A09892
(160,152,146)
#928B85
(146,139,133)
#847E78
(132,126,120)
#76716B
(118,113,107)
#68645E
(104,100,94)
#5A5751
(90,87,81)
#4C4A44
(76,74,68)
#3E3D37
(62,61,55)
#30302A
(48,48,42)
#22231D
(34,35,29)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #A09892

#A09892
(160,152,146)
#A8A19B
(168,161,155)
#B0AAA4
(176,170,164)
#B8B3AD
(184,179,173)
#C0BCB6
(192,188,182)
#C8C5BF
(200,197,191)
#D0CEC8
(208,206,200)
#D8D7D1
(216,215,209)
#E0E0DA
(224,224,218)
#E8E9E3
(232,233,227)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09892; }

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

This text font color is #A09892.


Background Color

.myBgColor { background-color: #A09892; }

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

This div background color is #A09892.


Border color

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

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

This div border color is #A09892.


Opacity

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

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

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

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

This text has shadow with #A09892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09892 on black background.


Color preview on white background

This text has color #A09892 on white background.



Black color preview on #A09892 background

This text has black color on #A09892 background.


White color preview on #A09892 background

This text has white color on #A09892 background.