COLOR #A8797D

HEX: #A8797D
RGB: (168,121,125)

Color info

#A8797D contains red, green and blue colors in about the same proportion. Web safe color of #A8797D is #996666 (or #966).

RGB color model

#A8797D color RGB value is (168,121,125).

  • red value is 168;
  • green value is 121;
  • blue value is 125.
RGB:
(168,121,125)
(66%,47%,49%)

RGB channels and saturation

R 168 of 255 = 66%
G 121 of 255 = 47%
B 125 of 255 = 49%

168
121
125

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

Portions of RGB colors in percentages

R + G + B =
168 + 121 + 125 = 414 (100%)
R 168 of 414 ~ 40.58%
G 121 of 414 ~ 29.23%
B 125 of 414 ~ 30.19%

%40.58
%29.23
%30.19

CMYK color model

#A8797D color CMYK value is (0,28,26,34).

  • cyan value is 0.00%
  • magenta value is 27.98%
  • yellow value is 25.60%
  • key color value is 34.12%
CMYK:
(0,28,26,34)
C0M28Y26K34 
(0%,28%,26%,34%)
(0.00/0.28/0.26/0.34)	

CMYK percentages

%0
%27.98
%25.6
%34.12

Codes

Color #A8797D in popluar color models

A8797D
RGB168121125
HSL355°21.27%56.67%
HSB/HSV355°27.98%65.88%
CMYK0.00%27.98%25.60%
34.12%

Color #A8797D in popluar number systems.

HEXA8797D
Decimal168121125
Binary1010100011110011111101
Octal250171175

Shades and tints

Shades of #A8797D

#A8797D
(168,121,125)
#996E72
(153,110,114)
#8A6367
(138,99,103)
#7B585C
(123,88,92)
#6C4D51
(108,77,81)
#5D4246
(93,66,70)
#4E373B
(78,55,59)
#3F2C30
(63,44,48)
#302125
(48,33,37)
#21161A
(33,22,26)
#120B0F
(18,11,15)
#000000
(0,0,0)

Tints of #A8797D

#A8797D
(168,121,125)
#AF8588
(175,133,136)
#B69193
(182,145,147)
#BD9D9E
(189,157,158)
#C4A9A9
(196,169,169)
#CBB5B4
(203,181,180)
#D2C1BF
(210,193,191)
#D9CDCA
(217,205,202)
#E0D9D5
(224,217,213)
#E7E5E0
(231,229,224)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8797D color. Also use rgb(168,121,125) instead hex code.

Text Font Color

.myTextColor { color: #A8797D; }

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

This text font color is #A8797D.


Background Color

.myBgColor { background-color: #A8797D; }

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

This div background color is #A8797D.


Border color

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

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

This div border color is #A8797D.


Opacity

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

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

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

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

This text has shadow with #A8797D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8797D on black background.


Color preview on white background

This text has color #A8797D on white background.



Black color preview on #A8797D background

This text has black color on #A8797D background.


White color preview on #A8797D background

This text has white color on #A8797D background.