COLOR #A88170

HEX: #A88170
RGB: (168,129,112)

Color info

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

RGB color model

#A88170 color RGB value is (168,129,112).

  • red value is 168;
  • green value is 129;
  • blue value is 112.
RGB:
(168,129,112)
(66%,51%,44%)

RGB channels and saturation

R 168 of 255 = 66%
G 129 of 255 = 51%
B 112 of 255 = 44%

168
129
112

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

Portions of RGB colors in percentages

R + G + B =
168 + 129 + 112 = 409 (100%)
R 168 of 409 ~ 41.08%
G 129 of 409 ~ 31.54%
B 112 of 409 ~ 27.38%

%41.08
%31.54
%27.38

CMYK color model

#A88170 color CMYK value is (0,23,33,34).

  • cyan value is 0.00%
  • magenta value is 23.21%
  • yellow value is 33.33%
  • key color value is 34.12%
CMYK:
(0,23,33,34)
C0M23Y33K34 
(0%,23%,33%,34%)
(0.00/0.23/0.33/0.34)	

CMYK percentages

%0
%23.21
%33.33
%34.12

Codes

Color #A88170 in popluar color models

A88170
RGB168129112
HSL18°24.35%54.90%
HSB/HSV18°33.33%65.88%
CMYK0.00%23.21%33.33%
34.12%

Color #A88170 in popluar number systems.

HEXA88170
Decimal168129112
Binary10101000100000011110000
Octal250201160

Shades and tints

Shades of #A88170

#A88170
(168,129,112)
#997666
(153,118,102)
#8A6B5C
(138,107,92)
#7B6052
(123,96,82)
#6C5548
(108,85,72)
#5D4A3E
(93,74,62)
#4E3F34
(78,63,52)
#3F342A
(63,52,42)
#302920
(48,41,32)
#211E16
(33,30,22)
#12130C
(18,19,12)
#000000
(0,0,0)

Tints of #A88170

#A88170
(168,129,112)
#AF8C7D
(175,140,125)
#B6978A
(182,151,138)
#BDA297
(189,162,151)
#C4ADA4
(196,173,164)
#CBB8B1
(203,184,177)
#D2C3BE
(210,195,190)
#D9CECB
(217,206,203)
#E0D9D8
(224,217,216)
#E7E4E5
(231,228,229)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88170 color. Also use rgb(168,129,112) instead hex code.

Text Font Color

.myTextColor { color: #A88170; }

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

This text font color is #A88170.


Background Color

.myBgColor { background-color: #A88170; }

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

This div background color is #A88170.


Border color

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

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

This div border color is #A88170.


Opacity

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

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

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

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

This text has shadow with #A88170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88170 on black background.


Color preview on white background

This text has color #A88170 on white background.



Black color preview on #A88170 background

This text has black color on #A88170 background.


White color preview on #A88170 background

This text has white color on #A88170 background.