COLOR #A89F7C

HEX: #A89F7C RGB: (168,159,124)

Color info

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

RGB color model

#A89F7C color RGB value is (168,159,124).

RGB: (168,159,124) (66%, 62%, 49%)

RGB channels and saturation

R 168 of 255 = 66%
G 159 of 255 = 62%
B 124 of 255 = 49%

168
159
124

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

Portions of RGB colors in percentages

R + G + B = 168 + 159 + 124 = 451 (100%)
R 168 of 451 ~ 37.25%
G 159 of 451 ~ 35.25%
B 124 of 451 ~ 27.49'%

%37.25
%35.25
%27.49

CMYK color model

#A89F7C color CMYK value is (0,5,26,34).

  • cyan value is 0.00%
  • magenta value is 5.36%
  • yellow value is 26.19%
  • key color value is 34.12%

CMYK: (0,5,26,34)
C0M5Y26K34 (0%, 5%, 26%, 34%)
(0.00 / 0.05 / 0.26 / 0.34)

CMYK percentages

%0
%5.36
%26.19
%34.12

Codes

Color #A89F7C in popluar color models

A8 9F 7C
RGB 168 159 124
HSL 48° 20.18% 57.25%
HSB/HSV 48° 26.19% 65.88%
CMYK 0.00% 5.36% 26.19%
34.12%

Color #A89F7C in popluar number systems.

HEX A8 9F 7C
Decimal 168 159 124
Binary 10101000 10011111 1111100
Octal 250 237 174

Shades and tints

Shades of #A89F7C

#A89F7C
(168,159,124)
#999171
(153,145,113)
#8A8366
(138,131,102)
#7B755B
(123,117,91)
#6C6750
(108,103,80)
#5D5945
(93,89,69)
#4E4B3A
(78,75,58)
#3F3D2F
(63,61,47)
#302F24
(48,47,36)
#212119
(33,33,25)
#12130E
(18,19,14)
#000000
(0,0,0)

Tints of #A89F7C

#A89F7C
(168,159,124)
#AFA787
(175,167,135)
#B6AF92
(182,175,146)
#BDB79D
(189,183,157)
#C4BFA8
(196,191,168)
#CBC7B3
(203,199,179)
#D2CFBE
(210,207,190)
#D9D7C9
(217,215,201)
#E0DFD4
(224,223,212)
#E7E7DF
(231,231,223)
#EEEFEA
(238,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89F7C color. Also use rgb(168,159,124) instead hex code.

Text Font Color

.myTextColor { color: #A89F7C; }

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

This text font color is #A89F7C.

Background Color

.myBgColor { background-color: #A89F7C; }

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

This div background color is #A89F7C.

Border color

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

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

This div border color is #A89F7C.

Opacity

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

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

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

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

This text has shadow with #A89F7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A89F7C.

Preview

Color preview on black background

This text has color #A89F7C on black background.


Color preview on white background

This text has color #A89F7C on white background.


Black color preview on #A89F7C background

This text has black color on #A89F7C background.


White color preview on #A89F7C background

This text has white color on #A89F7C background.


Related colors

Complementary color

Complementary color for #hex is #576083.


I love getcolorcode.com

Triadic colors

1 #7CA89F and #9F7CA8 with #A89F7C are triadic colors.

2 #7C9FA8 and #9FA87C with #A89F7C are triadic colors.