COLOR #A89472

HEX: #A89472
RGB: (168,148,114)

Color info

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

RGB color model

#A89472 color RGB value is (168,148,114).

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

RGB channels and saturation

R 168 of 255 = 66%
G 148 of 255 = 58%
B 114 of 255 = 45%

168
148
114

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

Portions of RGB colors in percentages

R + G + B =
168 + 148 + 114 = 430 (100%)
R 168 of 430 ~ 39.07%
G 148 of 430 ~ 34.42%
B 114 of 430 ~ 26.51%

%39.07
%34.42
%26.51

CMYK color model

#A89472 color CMYK value is (0,12,32,34).

  • cyan value is 0.00%
  • magenta value is 11.90%
  • yellow value is 32.14%
  • key color value is 34.12%
CMYK:
(0,12,32,34)
C0M12Y32K34 
(0%,12%,32%,34%)
(0.00/0.12/0.32/0.34)	

CMYK percentages

%0
%11.9
%32.14
%34.12

Codes

Color #A89472 in popluar color models

A89472
RGB168148114
HSL38°23.68%55.29%
HSB/HSV38°32.14%65.88%
CMYK0.00%11.90%32.14%
34.12%

Color #A89472 in popluar number systems.

HEXA89472
Decimal168148114
Binary10101000100101001110010
Octal250224162

Shades and tints

Shades of #A89472

#A89472
(168,148,114)
#998768
(153,135,104)
#8A7A5E
(138,122,94)
#7B6D54
(123,109,84)
#6C604A
(108,96,74)
#5D5340
(93,83,64)
#4E4636
(78,70,54)
#3F392C
(63,57,44)
#302C22
(48,44,34)
#211F18
(33,31,24)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #A89472

#A89472
(168,148,114)
#AF9D7E
(175,157,126)
#B6A68A
(182,166,138)
#BDAF96
(189,175,150)
#C4B8A2
(196,184,162)
#CBC1AE
(203,193,174)
#D2CABA
(210,202,186)
#D9D3C6
(217,211,198)
#E0DCD2
(224,220,210)
#E7E5DE
(231,229,222)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A89472; }

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

This text font color is #A89472.


Background Color

.myBgColor { background-color: #A89472; }

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

This div background color is #A89472.


Border color

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

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

This div border color is #A89472.


Opacity

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

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

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

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

This text has shadow with #A89472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89472 on black background.


Color preview on white background

This text has color #A89472 on white background.



Black color preview on #A89472 background

This text has black color on #A89472 background.


White color preview on #A89472 background

This text has white color on #A89472 background.