COLOR #A89277

HEX: #A89277
RGB: (168,146,119)

Color info

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

RGB color model

#A89277 color RGB value is (168,146,119).

  • red value is 168;
  • green value is 146;
  • blue value is 119.
RGB:
(168,146,119)
(66%,57%,47%)

RGB channels and saturation

R 168 of 255 = 66%
G 146 of 255 = 57%
B 119 of 255 = 47%

168
146
119

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

Portions of RGB colors in percentages

R + G + B =
168 + 146 + 119 = 433 (100%)
R 168 of 433 ~ 38.8%
G 146 of 433 ~ 33.72%
B 119 of 433 ~ 27.48%

%38.8
%33.72
%27.48

CMYK color model

#A89277 color CMYK value is (0,13,29,34).

  • cyan value is 0.00%
  • magenta value is 13.10%
  • yellow value is 29.17%
  • key color value is 34.12%
CMYK:
(0,13,29,34)
C0M13Y29K34 
(0%,13%,29%,34%)
(0.00/0.13/0.29/0.34)	

CMYK percentages

%0
%13.1
%29.17
%34.12

Codes

Color #A89277 in popluar color models

A89277
RGB168146119
HSL33°21.97%56.27%
HSB/HSV33°29.17%65.88%
CMYK0.00%13.10%29.17%
34.12%

Color #A89277 in popluar number systems.

HEXA89277
Decimal168146119
Binary10101000100100101110111
Octal250222167

Shades and tints

Shades of #A89277

#A89277
(168,146,119)
#99856D
(153,133,109)
#8A7863
(138,120,99)
#7B6B59
(123,107,89)
#6C5E4F
(108,94,79)
#5D5145
(93,81,69)
#4E443B
(78,68,59)
#3F3731
(63,55,49)
#302A27
(48,42,39)
#211D1D
(33,29,29)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #A89277

#A89277
(168,146,119)
#AF9B83
(175,155,131)
#B6A48F
(182,164,143)
#BDAD9B
(189,173,155)
#C4B6A7
(196,182,167)
#CBBFB3
(203,191,179)
#D2C8BF
(210,200,191)
#D9D1CB
(217,209,203)
#E0DAD7
(224,218,215)
#E7E3E3
(231,227,227)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A89277; }

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

This text font color is #A89277.


Background Color

.myBgColor { background-color: #A89277; }

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

This div background color is #A89277.


Border color

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

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

This div border color is #A89277.


Opacity

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

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

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

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

This text has shadow with #A89277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89277 on black background.


Color preview on white background

This text has color #A89277 on white background.



Black color preview on #A89277 background

This text has black color on #A89277 background.


White color preview on #A89277 background

This text has white color on #A89277 background.