COLOR #A08998

HEX: #A08998
RGB: (160,137,152)

Color info

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

RGB color model

#A08998 color RGB value is (160,137,152).

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

RGB channels and saturation

R 160 of 255 = 63%
G 137 of 255 = 54%
B 152 of 255 = 60%

160
137
152

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

Portions of RGB colors in percentages

R + G + B =
160 + 137 + 152 = 449 (100%)
R 160 of 449 ~ 35.63%
G 137 of 449 ~ 30.51%
B 152 of 449 ~ 33.85%

%35.63
%30.51
%33.85

CMYK color model

#A08998 color CMYK value is (0,14,5,37).

  • cyan value is 0.00%
  • magenta value is 14.38%
  • yellow value is 5.00%
  • key color value is 37.25%
CMYK:
(0,14,5,37)
C0M14Y5K37 
(0%,14%,5%,37%)
(0.00/0.14/0.05/0.37)	

CMYK percentages

%0
%14.38
%5
%37.25

Codes

Color #A08998 in popluar color models

A08998
RGB160137152
HSL321°10.80%58.24%
HSB/HSV321°14.38%62.75%
CMYK0.00%14.38%5.00%
37.25%

Color #A08998 in popluar number systems.

HEXA08998
Decimal160137152
Binary101000001000100110011000
Octal240211230

Shades and tints

Shades of #A08998

#A08998
(160,137,152)
#927D8B
(146,125,139)
#84717E
(132,113,126)
#766571
(118,101,113)
#685964
(104,89,100)
#5A4D57
(90,77,87)
#4C414A
(76,65,74)
#3E353D
(62,53,61)
#302930
(48,41,48)
#221D23
(34,29,35)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #A08998

#A08998
(160,137,152)
#A893A1
(168,147,161)
#B09DAA
(176,157,170)
#B8A7B3
(184,167,179)
#C0B1BC
(192,177,188)
#C8BBC5
(200,187,197)
#D0C5CE
(208,197,206)
#D8CFD7
(216,207,215)
#E0D9E0
(224,217,224)
#E8E3E9
(232,227,233)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08998; }

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

This text font color is #A08998.


Background Color

.myBgColor { background-color: #A08998; }

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

This div background color is #A08998.


Border color

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

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

This div border color is #A08998.


Opacity

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

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

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

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

This text has shadow with #A08998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08998 on black background.


Color preview on white background

This text has color #A08998 on white background.



Black color preview on #A08998 background

This text has black color on #A08998 background.


White color preview on #A08998 background

This text has white color on #A08998 background.