COLOR #A09198

HEX: #A09198
RGB: (160,145,152)

Color info

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

RGB color model

#A09198 color RGB value is (160,145,152).

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

RGB channels and saturation

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

160
145
152

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

Portions of RGB colors in percentages

R + G + B =
160 + 145 + 152 = 457 (100%)
R 160 of 457 ~ 35.01%
G 145 of 457 ~ 31.73%
B 152 of 457 ~ 33.26%

%35.01
%31.73
%33.26

CMYK color model

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

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

CMYK percentages

%0
%9.38
%5
%37.25

Codes

Color #A09198 in popluar color models

A09198
RGB160145152
HSL332°7.32%59.80%
HSB/HSV332°9.38%62.75%
CMYK0.00%9.38%5.00%
37.25%

Color #A09198 in popluar number systems.

HEXA09198
Decimal160145152
Binary101000001001000110011000
Octal240221230

Shades and tints

Shades of #A09198

#A09198
(160,145,152)
#92848B
(146,132,139)
#84777E
(132,119,126)
#766A71
(118,106,113)
#685D64
(104,93,100)
#5A5057
(90,80,87)
#4C434A
(76,67,74)
#3E363D
(62,54,61)
#302930
(48,41,48)
#221C23
(34,28,35)
#140F16
(20,15,22)
#000000
(0,0,0)

Tints of #A09198

#A09198
(160,145,152)
#A89BA1
(168,155,161)
#B0A5AA
(176,165,170)
#B8AFB3
(184,175,179)
#C0B9BC
(192,185,188)
#C8C3C5
(200,195,197)
#D0CDCE
(208,205,206)
#D8D7D7
(216,215,215)
#E0E1E0
(224,225,224)
#E8EBE9
(232,235,233)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09198; }

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

This text font color is #A09198.


Background Color

.myBgColor { background-color: #A09198; }

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

This div background color is #A09198.


Border color

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

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

This div border color is #A09198.


Opacity

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

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

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

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

This text has shadow with #A09198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09198 on black background.


Color preview on white background

This text has color #A09198 on white background.



Black color preview on #A09198 background

This text has black color on #A09198 background.


White color preview on #A09198 background

This text has white color on #A09198 background.