COLOR #A88681

HEX: #A88681
RGB: (168,134,129)

Color info

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

RGB color model

#A88681 color RGB value is (168,134,129).

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

RGB channels and saturation

R 168 of 255 = 66%
G 134 of 255 = 53%
B 129 of 255 = 51%

168
134
129

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

Portions of RGB colors in percentages

R + G + B =
168 + 134 + 129 = 431 (100%)
R 168 of 431 ~ 38.98%
G 134 of 431 ~ 31.09%
B 129 of 431 ~ 29.93%

%38.98
%31.09
%29.93

CMYK color model

#A88681 color CMYK value is (0,20,23,34).

  • cyan value is 0.00%
  • magenta value is 20.24%
  • yellow value is 23.21%
  • key color value is 34.12%
CMYK:
(0,20,23,34)
C0M20Y23K34 
(0%,20%,23%,34%)
(0.00/0.20/0.23/0.34)	

CMYK percentages

%0
%20.24
%23.21
%34.12

Codes

Color #A88681 in popluar color models

A88681
RGB168134129
HSL18.31%58.24%
HSB/HSV23.21%65.88%
CMYK0.00%20.24%23.21%
34.12%

Color #A88681 in popluar number systems.

HEXA88681
Decimal168134129
Binary101010001000011010000001
Octal250206201

Shades and tints

Shades of #A88681

#A88681
(168,134,129)
#997A76
(153,122,118)
#8A6E6B
(138,110,107)
#7B6260
(123,98,96)
#6C5655
(108,86,85)
#5D4A4A
(93,74,74)
#4E3E3F
(78,62,63)
#3F3234
(63,50,52)
#302629
(48,38,41)
#211A1E
(33,26,30)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #A88681

#A88681
(168,134,129)
#AF918C
(175,145,140)
#B69C97
(182,156,151)
#BDA7A2
(189,167,162)
#C4B2AD
(196,178,173)
#CBBDB8
(203,189,184)
#D2C8C3
(210,200,195)
#D9D3CE
(217,211,206)
#E0DED9
(224,222,217)
#E7E9E4
(231,233,228)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88681; }

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

This text font color is #A88681.


Background Color

.myBgColor { background-color: #A88681; }

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

This div background color is #A88681.


Border color

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

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

This div border color is #A88681.


Opacity

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

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

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

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

This text has shadow with #A88681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88681 on black background.


Color preview on white background

This text has color #A88681 on white background.



Black color preview on #A88681 background

This text has black color on #A88681 background.


White color preview on #A88681 background

This text has white color on #A88681 background.