COLOR #A89476

HEX: #A89476
RGB: (168,148,118)

Color info

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

RGB color model

#A89476 color RGB value is (168,148,118).

  • red value is 168;
  • green value is 148;
  • blue value is 118.
RGB:
(168,148,118)
(66%,58%,46%)

RGB channels and saturation

R 168 of 255 = 66%
G 148 of 255 = 58%
B 118 of 255 = 46%

168
148
118

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

Portions of RGB colors in percentages

R + G + B =
168 + 148 + 118 = 434 (100%)
R 168 of 434 ~ 38.71%
G 148 of 434 ~ 34.1%
B 118 of 434 ~ 27.19%

%38.71
%34.1
%27.19

CMYK color model

#A89476 color CMYK value is (0,12,30,34).

  • cyan value is 0.00%
  • magenta value is 11.90%
  • yellow value is 29.76%
  • key color value is 34.12%
CMYK:
(0,12,30,34)
C0M12Y30K34 
(0%,12%,30%,34%)
(0.00/0.12/0.30/0.34)	

CMYK percentages

%0
%11.9
%29.76
%34.12

Codes

Color #A89476 in popluar color models

A89476
RGB168148118
HSL36°22.32%56.08%
HSB/HSV36°29.76%65.88%
CMYK0.00%11.90%29.76%
34.12%

Color #A89476 in popluar number systems.

HEXA89476
Decimal168148118
Binary10101000100101001110110
Octal250224166

Shades and tints

Shades of #A89476

#A89476
(168,148,118)
#99876C
(153,135,108)
#8A7A62
(138,122,98)
#7B6D58
(123,109,88)
#6C604E
(108,96,78)
#5D5344
(93,83,68)
#4E463A
(78,70,58)
#3F3930
(63,57,48)
#302C26
(48,44,38)
#211F1C
(33,31,28)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #A89476

#A89476
(168,148,118)
#AF9D82
(175,157,130)
#B6A68E
(182,166,142)
#BDAF9A
(189,175,154)
#C4B8A6
(196,184,166)
#CBC1B2
(203,193,178)
#D2CABE
(210,202,190)
#D9D3CA
(217,211,202)
#E0DCD6
(224,220,214)
#E7E5E2
(231,229,226)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89476 color. Also use rgb(168,148,118) instead hex code.

Text Font Color

.myTextColor { color: #A89476; }

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

This text font color is #A89476.


Background Color

.myBgColor { background-color: #A89476; }

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

This div background color is #A89476.


Border color

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

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

This div border color is #A89476.


Opacity

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

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

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

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

This text has shadow with #A89476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89476 on black background.


Color preview on white background

This text has color #A89476 on white background.



Black color preview on #A89476 background

This text has black color on #A89476 background.


White color preview on #A89476 background

This text has white color on #A89476 background.