COLOR #A08B90

HEX: #A08B90
RGB: (160,139,144)

Color info

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

RGB color model

#A08B90 color RGB value is (160,139,144).

  • red value is 160;
  • green value is 139;
  • blue value is 144.
RGB:
(160,139,144)
(63%,55%,56%)

RGB channels and saturation

R 160 of 255 = 63%
G 139 of 255 = 55%
B 144 of 255 = 56%

160
139
144

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

Portions of RGB colors in percentages

R + G + B =
160 + 139 + 144 = 443 (100%)
R 160 of 443 ~ 36.12%
G 139 of 443 ~ 31.38%
B 144 of 443 ~ 32.51%

%36.12
%31.38
%32.51

CMYK color model

#A08B90 color CMYK value is (0,13,10,37).

  • cyan value is 0.00%
  • magenta value is 13.13%
  • yellow value is 10.00%
  • key color value is 37.25%
CMYK:
(0,13,10,37)
C0M13Y10K37 
(0%,13%,10%,37%)
(0.00/0.13/0.10/0.37)	

CMYK percentages

%0
%13.13
%10
%37.25

Codes

Color #A08B90 in popluar color models

A08B90
RGB160139144
HSL346°9.95%58.63%
HSB/HSV346°13.13%62.75%
CMYK0.00%13.13%10.00%
37.25%

Color #A08B90 in popluar number systems.

HEXA08B90
Decimal160139144
Binary101000001000101110010000
Octal240213220

Shades and tints

Shades of #A08B90

#A08B90
(160,139,144)
#927F83
(146,127,131)
#847376
(132,115,118)
#766769
(118,103,105)
#685B5C
(104,91,92)
#5A4F4F
(90,79,79)
#4C4342
(76,67,66)
#3E3735
(62,55,53)
#302B28
(48,43,40)
#221F1B
(34,31,27)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #A08B90

#A08B90
(160,139,144)
#A8959A
(168,149,154)
#B09FA4
(176,159,164)
#B8A9AE
(184,169,174)
#C0B3B8
(192,179,184)
#C8BDC2
(200,189,194)
#D0C7CC
(208,199,204)
#D8D1D6
(216,209,214)
#E0DBE0
(224,219,224)
#E8E5EA
(232,229,234)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08B90 color. Also use rgb(160,139,144) instead hex code.

Text Font Color

.myTextColor { color: #A08B90; }

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

This text font color is #A08B90.


Background Color

.myBgColor { background-color: #A08B90; }

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

This div background color is #A08B90.


Border color

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

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

This div border color is #A08B90.


Opacity

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

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

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

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

This text has shadow with #A08B90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08B90 on black background.


Color preview on white background

This text has color #A08B90 on white background.



Black color preview on #A08B90 background

This text has black color on #A08B90 background.


White color preview on #A08B90 background

This text has white color on #A08B90 background.