COLOR #A89A7E

HEX: #A89A7E
RGB: (168,154,126)

Color info

#A89A7E contains red, green and blue colors in about the same proportion. Web safe color of #A89A7E is #999966 (or #996).

RGB color model

#A89A7E color RGB value is (168,154,126).

  • red value is 168;
  • green value is 154;
  • blue value is 126.
RGB:
(168,154,126)
(66%,60%,49%)

RGB channels and saturation

R 168 of 255 = 66%
G 154 of 255 = 60%
B 126 of 255 = 49%

168
154
126

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

Portions of RGB colors in percentages

R + G + B =
168 + 154 + 126 = 448 (100%)
R 168 of 448 ~ 37.5%
G 154 of 448 ~ 34.38%
B 126 of 448 ~ 28.13%

%37.5
%34.38
%28.13

CMYK color model

#A89A7E color CMYK value is (0,8,25,34).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 25.00%
  • key color value is 34.12%
CMYK:
(0,8,25,34)
C0M8Y25K34 
(0%,8%,25%,34%)
(0.00/0.08/0.25/0.34)	

CMYK percentages

%0
%8.33
%25
%34.12

Codes

Color #A89A7E in popluar color models

A89A7E
RGB168154126
HSL40°19.44%57.65%
HSB/HSV40°25.00%65.88%
CMYK0.00%8.33%25.00%
34.12%

Color #A89A7E in popluar number systems.

HEXA89A7E
Decimal168154126
Binary10101000100110101111110
Octal250232176

Shades and tints

Shades of #A89A7E

#A89A7E
(168,154,126)
#998C73
(153,140,115)
#8A7E68
(138,126,104)
#7B705D
(123,112,93)
#6C6252
(108,98,82)
#5D5447
(93,84,71)
#4E463C
(78,70,60)
#3F3831
(63,56,49)
#302A26
(48,42,38)
#211C1B
(33,28,27)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #A89A7E

#A89A7E
(168,154,126)
#AFA389
(175,163,137)
#B6AC94
(182,172,148)
#BDB59F
(189,181,159)
#C4BEAA
(196,190,170)
#CBC7B5
(203,199,181)
#D2D0C0
(210,208,192)
#D9D9CB
(217,217,203)
#E0E2D6
(224,226,214)
#E7EBE1
(231,235,225)
#EEF4EC
(238,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89A7E color. Also use rgb(168,154,126) instead hex code.

Text Font Color

.myTextColor { color: #A89A7E; }

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

This text font color is #A89A7E.


Background Color

.myBgColor { background-color: #A89A7E; }

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

This div background color is #A89A7E.


Border color

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

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

This div border color is #A89A7E.


Opacity

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

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

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

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

This text has shadow with #A89A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89A7E on black background.


Color preview on white background

This text has color #A89A7E on white background.



Black color preview on #A89A7E background

This text has black color on #A89A7E background.


White color preview on #A89A7E background

This text has white color on #A89A7E background.