COLOR #A89E7F

HEX: #A89E7F RGB: (168,158,127)

Color info

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

RGB color model

#A89E7F color RGB value is (168,158,127).

RGB: (168,158,127) (66%, 62%, 50%)

RGB channels and saturation

R 168 of 255 = 66%
G 158 of 255 = 62%
B 127 of 255 = 50%

168
158
127

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

Portions of RGB colors in percentages

R + G + B = 168 + 158 + 127 = 453 (100%)
R 168 of 453 ~ 37.09%
G 158 of 453 ~ 34.88%
B 127 of 453 ~ 28.04'%

%37.09
%34.88
%28.04

CMYK color model

#A89E7F color CMYK value is (0,6,24,34).

  • cyan value is 0.00%
  • magenta value is 5.95%
  • yellow value is 24.40%
  • key color value is 34.12%

CMYK: (0,6,24,34)
C0M6Y24K34 (0%, 6%, 24%, 34%)
(0.00 / 0.06 / 0.24 / 0.34)

CMYK percentages

%0
%5.95
%24.4
%34.12

Codes

Color #A89E7F in popluar color models

A8 9E 7F
RGB 168 158 127
HSL 45° 19.07% 57.84%
HSB/HSV 45° 24.40% 65.88%
CMYK 0.00% 5.95% 24.40%
34.12%

Color #A89E7F in popluar number systems.

HEX A8 9E 7F
Decimal 168 158 127
Binary 10101000 10011110 1111111
Octal 250 236 177

Shades and tints

Shades of #A89E7F

#A89E7F
(168,158,127)
#999074
(153,144,116)
#8A8269
(138,130,105)
#7B745E
(123,116,94)
#6C6653
(108,102,83)
#5D5848
(93,88,72)
#4E4A3D
(78,74,61)
#3F3C32
(63,60,50)
#302E27
(48,46,39)
#21201C
(33,32,28)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #A89E7F

#A89E7F
(168,158,127)
#AFA68A
(175,166,138)
#B6AE95
(182,174,149)
#BDB6A0
(189,182,160)
#C4BEAB
(196,190,171)
#CBC6B6
(203,198,182)
#D2CEC1
(210,206,193)
#D9D6CC
(217,214,204)
#E0DED7
(224,222,215)
#E7E6E2
(231,230,226)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89E7F color. Also use rgb(168,158,127) instead hex code.

Text Font Color

.myTextColor { color: #A89E7F; }

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

This text font color is #A89E7F.

Background Color

.myBgColor { background-color: #A89E7F; }

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

This div background color is #A89E7F.

Border color

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

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

This div border color is #A89E7F.

Opacity

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

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

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

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

This text has shadow with #A89E7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A89E7F.

Preview

Color preview on black background

This text has color #A89E7F on black background.


Color preview on white background

This text has color #A89E7F on white background.


Black color preview on #A89E7F background

This text has black color on #A89E7F background.


White color preview on #A89E7F background

This text has white color on #A89E7F background.


Related colors

Complementary color

Complementary color for #hex is #576180.


I love getcolorcode.com

Triadic colors

1 #7FA89E and #9E7FA8 with #A89E7F are triadic colors.

2 #7F9EA8 and #9EA87F with #A89E7F are triadic colors.