COLOR #A08097

HEX: #A08097
RGB: (160,128,151)

Color info

#A08097 contains red, green and blue colors in about the same proportion. Web safe color of #A08097 is #996699 (or #969).

RGB color model

#A08097 color RGB value is (160,128,151).

  • red value is 160;
  • green value is 128;
  • blue value is 151.
RGB:
(160,128,151)
(63%,50%,59%)

RGB channels and saturation

R 160 of 255 = 63%
G 128 of 255 = 50%
B 151 of 255 = 59%

160
128
151

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

Portions of RGB colors in percentages

R + G + B =
160 + 128 + 151 = 439 (100%)
R 160 of 439 ~ 36.45%
G 128 of 439 ~ 29.16%
B 151 of 439 ~ 34.4%

%36.45
%29.16
%34.4

CMYK color model

#A08097 color CMYK value is (0,20,6,37).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 5.63%
  • key color value is 37.25%
CMYK:
(0,20,6,37)
C0M20Y6K37 
(0%,20%,6%,37%)
(0.00/0.20/0.06/0.37)	

CMYK percentages

%0
%20
%5.63
%37.25

Codes

Color #A08097 in popluar color models

A08097
RGB160128151
HSL317°14.41%56.47%
HSB/HSV317°20.00%62.75%
CMYK0.00%20.00%5.63%
37.25%

Color #A08097 in popluar number systems.

HEXA08097
Decimal160128151
Binary101000001000000010010111
Octal240200227

Shades and tints

Shades of #A08097

#A08097
(160,128,151)
#92758A
(146,117,138)
#846A7D
(132,106,125)
#765F70
(118,95,112)
#685463
(104,84,99)
#5A4956
(90,73,86)
#4C3E49
(76,62,73)
#3E333C
(62,51,60)
#30282F
(48,40,47)
#221D22
(34,29,34)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #A08097

#A08097
(160,128,151)
#A88BA0
(168,139,160)
#B096A9
(176,150,169)
#B8A1B2
(184,161,178)
#C0ACBB
(192,172,187)
#C8B7C4
(200,183,196)
#D0C2CD
(208,194,205)
#D8CDD6
(216,205,214)
#E0D8DF
(224,216,223)
#E8E3E8
(232,227,232)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08097 color. Also use rgb(160,128,151) instead hex code.

Text Font Color

.myTextColor { color: #A08097; }

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

This text font color is #A08097.


Background Color

.myBgColor { background-color: #A08097; }

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

This div background color is #A08097.


Border color

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

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

This div border color is #A08097.


Opacity

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

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

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

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

This text has shadow with #A08097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08097 on black background.


Color preview on white background

This text has color #A08097 on white background.



Black color preview on #A08097 background

This text has black color on #A08097 background.


White color preview on #A08097 background

This text has white color on #A08097 background.