COLOR #A08E97

HEX: #A08E97 RGB: (160,142,151)

Color info

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

RGB color model

#A08E97 color RGB value is (160,142,151).

RGB: (160,142,151) (63%, 56%, 59%)

RGB channels and saturation

R 160 of 255 = 63%
G 142 of 255 = 56%
B 151 of 255 = 59%

160
142
151

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

Portions of RGB colors in percentages

R + G + B = 160 + 142 + 151 = 453 (100%)
R 160 of 453 ~ 35.32%
G 142 of 453 ~ 31.35%
B 151 of 453 ~ 33.33'%

%35.32
%31.35
%33.33

CMYK color model

#A08E97 color CMYK value is (0,11,6,37).

  • cyan value is 0.00%
  • magenta value is 11.25%
  • yellow value is 5.63%
  • key color value is 37.25%

CMYK: (0,11,6,37)
C0M11Y6K37 (0%, 11%, 6%, 37%)
(0.00 / 0.11 / 0.06 / 0.37)

CMYK percentages

%0
%11.25
%5.63
%37.25

Codes

Color #A08E97 in popluar color models

A0 8E 97
RGB 160 142 151
HSL 330° 8.65% 59.22%
HSB/HSV 330° 11.25% 62.75%
CMYK 0.00% 11.25% 5.63%
37.25%

Color #A08E97 in popluar number systems.

HEX A0 8E 97
Decimal 160 142 151
Binary 10100000 10001110 10010111
Octal 240 216 227

Shades and tints

Shades of #A08E97

#A08E97
(160,142,151)
#92828A
(146,130,138)
#84767D
(132,118,125)
#766A70
(118,106,112)
#685E63
(104,94,99)
#5A5256
(90,82,86)
#4C4649
(76,70,73)
#3E3A3C
(62,58,60)
#302E2F
(48,46,47)
#222222
(34,34,34)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #A08E97

#A08E97
(160,142,151)
#A898A0
(168,152,160)
#B0A2A9
(176,162,169)
#B8ACB2
(184,172,178)
#C0B6BB
(192,182,187)
#C8C0C4
(200,192,196)
#D0CACD
(208,202,205)
#D8D4D6
(216,212,214)
#E0DEDF
(224,222,223)
#E8E8E8
(232,232,232)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08E97; }

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

This text font color is #A08E97.

Background Color

.myBgColor { background-color: #A08E97; }

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

This div background color is #A08E97.

Border color

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

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

This div border color is #A08E97.

Opacity

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

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

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

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

This text has shadow with #A08E97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08E97.

Preview

Color preview on black background

This text has color #A08E97 on black background.


Color preview on white background

This text has color #A08E97 on white background.


Black color preview on #A08E97 background

This text has black color on #A08E97 background.


White color preview on #A08E97 background

This text has white color on #A08E97 background.


Related colors

Complementary color

Complementary color for #hex is #5F7168.


I love getcolorcode.com

Triadic colors

1 #97A08E and #8E97A0 with #A08E97 are triadic colors.

2 #978EA0 and #8EA097 with #A08E97 are triadic colors.