COLOR #A09C98

HEX: #A09C98
RGB: (160,156,152)

Color info

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

RGB color model

#A09C98 color RGB value is (160,156,152).

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

RGB channels and saturation

R 160 of 255 = 63%
G 156 of 255 = 61%
B 152 of 255 = 60%

160
156
152

R + G + B ~ 61%. #A09C98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 156 + 152 = 468 (100%)
R 160 of 468 ~ 34.19%
G 156 of 468 ~ 33.33%
B 152 of 468 ~ 32.48%

%34.19
%33.33
%32.48

CMYK color model

#A09C98 color CMYK value is (0,2,5,37).

  • cyan value is 0.00%
  • magenta value is 2.50%
  • yellow value is 5.00%
  • key color value is 37.25%
CMYK:
(0,2,5,37)
C0M2Y5K37 
(0%,2%,5%,37%)
(0.00/0.02/0.05/0.37)	

CMYK percentages

%0
%2.5
%5
%37.25

Codes

Color #A09C98 in popluar color models

A09C98
RGB160156152
HSL30°4.04%61.18%
HSB/HSV30°5.00%62.75%
CMYK0.00%2.50%5.00%
37.25%

Color #A09C98 in popluar number systems.

HEXA09C98
Decimal160156152
Binary101000001001110010011000
Octal240234230

Shades and tints

Shades of #A09C98

#A09C98
(160,156,152)
#928E8B
(146,142,139)
#84807E
(132,128,126)
#767271
(118,114,113)
#686464
(104,100,100)
#5A5657
(90,86,87)
#4C484A
(76,72,74)
#3E3A3D
(62,58,61)
#302C30
(48,44,48)
#221E23
(34,30,35)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #A09C98

#A09C98
(160,156,152)
#A8A5A1
(168,165,161)
#B0AEAA
(176,174,170)
#B8B7B3
(184,183,179)
#C0C0BC
(192,192,188)
#C8C9C5
(200,201,197)
#D0D2CE
(208,210,206)
#D8DBD7
(216,219,215)
#E0E4E0
(224,228,224)
#E8EDE9
(232,237,233)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09C98; }

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

This text font color is #A09C98.


Background Color

.myBgColor { background-color: #A09C98; }

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

This div background color is #A09C98.


Border color

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

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

This div border color is #A09C98.


Opacity

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

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

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

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

This text has shadow with #A09C98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09C98 on black background.


Color preview on white background

This text has color #A09C98 on white background.



Black color preview on #A09C98 background

This text has black color on #A09C98 background.


White color preview on #A09C98 background

This text has white color on #A09C98 background.