COLOR #A89289

HEX: #A89289 RGB: (168,146,137)

Color info

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

RGB color model

#A89289 color RGB value is (168,146,137).

RGB: (168,146,137) (66%, 57%, 54%)

RGB channels and saturation

R 168 of 255 = 66%
G 146 of 255 = 57%
B 137 of 255 = 54%

168
146
137

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

Portions of RGB colors in percentages

R + G + B = 168 + 146 + 137 = 451 (100%)
R 168 of 451 ~ 37.25%
G 146 of 451 ~ 32.37%
B 137 of 451 ~ 30.38'%

%37.25
%32.37
%30.38

CMYK color model

#A89289 color CMYK value is (0,13,18,34).

  • cyan value is 0.00%
  • magenta value is 13.10%
  • yellow value is 18.45%
  • key color value is 34.12%
CMYK: (0,13,18,34) C0M13Y18K34 (0%,13%,18%,34%) (0.00/0.13/0.18/0.34) 

CMYK percentages

%0
%13.1
%18.45
%34.12

Codes

Color #A89289 in popluar color models

A8 92 89
RGB 168 146 137
HSL 17° 15.12% 59.80%
HSB/HSV 17° 18.45% 65.88%
CMYK 0.00% 13.10% 18.45%
34.12%

Color #A89289 in popluar number systems.

HEX A8 92 89
Decimal 168 146 137
Binary 10101000 10010010 10001001
Octal 250 222 211

Shades and tints

Shades of #A89289

#A89289
(168,146,137)
#99857D
(153,133,125)
#8A7871
(138,120,113)
#7B6B65
(123,107,101)
#6C5E59
(108,94,89)
#5D514D
(93,81,77)
#4E4441
(78,68,65)
#3F3735
(63,55,53)
#302A29
(48,42,41)
#211D1D
(33,29,29)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #A89289

#A89289
(168,146,137)
#AF9B93
(175,155,147)
#B6A49D
(182,164,157)
#BDADA7
(189,173,167)
#C4B6B1
(196,182,177)
#CBBFBB
(203,191,187)
#D2C8C5
(210,200,197)
#D9D1CF
(217,209,207)
#E0DAD9
(224,218,217)
#E7E3E3
(231,227,227)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89289 color. Also use rgb(168,146,137) instead hex code.

Text Font Color

.myTextColor { color: #A89289; }

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

This text font color is #A89289.

Background Color

.myBgColor { background-color: #A89289; }

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

This div background color is #A89289.

Border color

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

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

This div border color is #A89289.

Opacity

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

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

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

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

This text has shadow with #A89289 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A89289.

Preview

Color preview on black background

This text has color #A89289 on black background.


Color preview on white background

This text has color #A89289 on white background.


Black color preview on #A89289 background

This text has black color on #A89289 background.


White color preview on #A89289 background

This text has white color on #A89289 background.


Related colors

Complementary color

Complementary color for #hex is #576D76.


I love getcolorcode.com

Triadic colors

1 #89A892 and #9289A8 with #A89289 are triadic colors.

2 #8992A8 and #92A889 with #A89289 are triadic colors.