COLOR #A88F85

HEX: #A88F85
RGB: (168,143,133)

Color info

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

RGB color model

#A88F85 color RGB value is (168,143,133).

  • red value is 168;
  • green value is 143;
  • blue value is 133.
RGB:
(168,143,133)
(66%,56%,52%)

RGB channels and saturation

R 168 of 255 = 66%
G 143 of 255 = 56%
B 133 of 255 = 52%

168
143
133

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

Portions of RGB colors in percentages

R + G + B =
168 + 143 + 133 = 444 (100%)
R 168 of 444 ~ 37.84%
G 143 of 444 ~ 32.21%
B 133 of 444 ~ 29.95%

%37.84
%32.21
%29.95

CMYK color model

#A88F85 color CMYK value is (0,15,21,34).

  • cyan value is 0.00%
  • magenta value is 14.88%
  • yellow value is 20.83%
  • key color value is 34.12%
CMYK:
(0,15,21,34)
C0M15Y21K34 
(0%,15%,21%,34%)
(0.00/0.15/0.21/0.34)	

CMYK percentages

%0
%14.88
%20.83
%34.12

Codes

Color #A88F85 in popluar color models

A88F85
RGB168143133
HSL17°16.75%59.02%
HSB/HSV17°20.83%65.88%
CMYK0.00%14.88%20.83%
34.12%

Color #A88F85 in popluar number systems.

HEXA88F85
Decimal168143133
Binary101010001000111110000101
Octal250217205

Shades and tints

Shades of #A88F85

#A88F85
(168,143,133)
#998279
(153,130,121)
#8A756D
(138,117,109)
#7B6861
(123,104,97)
#6C5B55
(108,91,85)
#5D4E49
(93,78,73)
#4E413D
(78,65,61)
#3F3431
(63,52,49)
#302725
(48,39,37)
#211A19
(33,26,25)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #A88F85

#A88F85
(168,143,133)
#AF9990
(175,153,144)
#B6A39B
(182,163,155)
#BDADA6
(189,173,166)
#C4B7B1
(196,183,177)
#CBC1BC
(203,193,188)
#D2CBC7
(210,203,199)
#D9D5D2
(217,213,210)
#E0DFDD
(224,223,221)
#E7E9E8
(231,233,232)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88F85 color. Also use rgb(168,143,133) instead hex code.

Text Font Color

.myTextColor { color: #A88F85; }

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

This text font color is #A88F85.


Background Color

.myBgColor { background-color: #A88F85; }

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

This div background color is #A88F85.


Border color

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

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

This div border color is #A88F85.


Opacity

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

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

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

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

This text has shadow with #A88F85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88F85 on black background.


Color preview on white background

This text has color #A88F85 on white background.



Black color preview on #A88F85 background

This text has black color on #A88F85 background.


White color preview on #A88F85 background

This text has white color on #A88F85 background.