COLOR #A89395

HEX: #A89395 RGB: (168,147,149)

Color info

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

RGB color model

#A89395 color RGB value is (168,147,149).

RGB: (168,147,149) (66%, 58%, 58%)

RGB channels and saturation

R 168 of 255 = 66%
G 147 of 255 = 58%
B 149 of 255 = 58%

168
147
149

R + G + B ~ 61%. #A89395 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 147 + 149 = 464 (100%)
R 168 of 464 ~ 36.21%
G 147 of 464 ~ 31.68%
B 149 of 464 ~ 32.11'%

%36.21
%31.68
%32.11

CMYK color model

#A89395 color CMYK value is (0,13,11,34).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 11.31%
  • key color value is 34.12%
CMYK: (0,13,11,34) C0M13Y11K34 (0%,13%,11%,34%) (0.00/0.13/0.11/0.34) 

CMYK percentages

%0
%12.5
%11.31
%34.12

Codes

Color #A89395 in popluar color models

A8 93 95
RGB 168 147 149
HSL 354° 10.77% 61.76%
HSB/HSV 354° 12.50% 65.88%
CMYK 0.00% 12.50% 11.31%
34.12%

Color #A89395 in popluar number systems.

HEX A8 93 95
Decimal 168 147 149
Binary 10101000 10010011 10010101
Octal 250 223 225

Shades and tints

Shades of #A89395

#A89395
(168,147,149)
#998688
(153,134,136)
#8A797B
(138,121,123)
#7B6C6E
(123,108,110)
#6C5F61
(108,95,97)
#5D5254
(93,82,84)
#4E4547
(78,69,71)
#3F383A
(63,56,58)
#302B2D
(48,43,45)
#211E20
(33,30,32)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #A89395

#A89395
(168,147,149)
#AF9C9E
(175,156,158)
#B6A5A7
(182,165,167)
#BDAEB0
(189,174,176)
#C4B7B9
(196,183,185)
#CBC0C2
(203,192,194)
#D2C9CB
(210,201,203)
#D9D2D4
(217,210,212)
#E0DBDD
(224,219,221)
#E7E4E6
(231,228,230)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89395 color. Also use rgb(168,147,149) instead hex code.

Text Font Color

.myTextColor { color: #A89395; }

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

This text font color is #A89395.

Background Color

.myBgColor { background-color: #A89395; }

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

This div background color is #A89395.

Border color

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

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

This div border color is #A89395.

Opacity

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

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

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

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

This text has shadow with #A89395 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A89395.

Preview

Color preview on black background

This text has color #A89395 on black background.


Color preview on white background

This text has color #A89395 on white background.


Black color preview on #A89395 background

This text has black color on #A89395 background.


White color preview on #A89395 background

This text has white color on #A89395 background.


Related colors

Complementary color

Complementary color for #hex is #576C6A.


I love getcolorcode.com

Triadic colors

1 #95A893 and #9395A8 with #A89395 are triadic colors.

2 #9593A8 and #93A895 with #A89395 are triadic colors.