COLOR #A08C97

HEX: #A08C97
RGB: (160,140,151)

Color info

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

RGB color model

#A08C97 color RGB value is (160,140,151).

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

RGB channels and saturation

R 160 of 255 = 63%
G 140 of 255 = 55%
B 151 of 255 = 59%

160
140
151

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

Portions of RGB colors in percentages

R + G + B =
160 + 140 + 151 = 451 (100%)
R 160 of 451 ~ 35.48%
G 140 of 451 ~ 31.04%
B 151 of 451 ~ 33.48%

%35.48
%31.04
%33.48

CMYK color model

#A08C97 color CMYK value is (0,13,6,37).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 5.63%
  • key color value is 37.25%
CMYK:
(0,13,6,37)
C0M13Y6K37 
(0%,13%,6%,37%)
(0.00/0.13/0.06/0.37)	

CMYK percentages

%0
%12.5
%5.63
%37.25

Codes

Color #A08C97 in popluar color models

A08C97
RGB160140151
HSL327°9.52%58.82%
HSB/HSV327°12.50%62.75%
CMYK0.00%12.50%5.63%
37.25%

Color #A08C97 in popluar number systems.

HEXA08C97
Decimal160140151
Binary101000001000110010010111
Octal240214227

Shades and tints

Shades of #A08C97

#A08C97
(160,140,151)
#92808A
(146,128,138)
#84747D
(132,116,125)
#766870
(118,104,112)
#685C63
(104,92,99)
#5A5056
(90,80,86)
#4C4449
(76,68,73)
#3E383C
(62,56,60)
#302C2F
(48,44,47)
#222022
(34,32,34)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #A08C97

#A08C97
(160,140,151)
#A896A0
(168,150,160)
#B0A0A9
(176,160,169)
#B8AAB2
(184,170,178)
#C0B4BB
(192,180,187)
#C8BEC4
(200,190,196)
#D0C8CD
(208,200,205)
#D8D2D6
(216,210,214)
#E0DCDF
(224,220,223)
#E8E6E8
(232,230,232)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08C97; }

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

This text font color is #A08C97.


Background Color

.myBgColor { background-color: #A08C97; }

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

This div background color is #A08C97.


Border color

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

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

This div border color is #A08C97.


Opacity

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

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

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

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

This text has shadow with #A08C97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08C97 on black background.


Color preview on white background

This text has color #A08C97 on white background.



Black color preview on #A08C97 background

This text has black color on #A08C97 background.


White color preview on #A08C97 background

This text has white color on #A08C97 background.