COLOR #A88875

HEX: #A88875
RGB: (168,136,117)

Color info

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

RGB color model

#A88875 color RGB value is (168,136,117).

  • red value is 168;
  • green value is 136;
  • blue value is 117.
RGB:
(168,136,117)
(66%,53%,46%)

RGB channels and saturation

R 168 of 255 = 66%
G 136 of 255 = 53%
B 117 of 255 = 46%

168
136
117

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

Portions of RGB colors in percentages

R + G + B =
168 + 136 + 117 = 421 (100%)
R 168 of 421 ~ 39.9%
G 136 of 421 ~ 32.3%
B 117 of 421 ~ 27.79%

%39.9
%32.3
%27.79

CMYK color model

#A88875 color CMYK value is (0,19,30,34).

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 30.36%
  • key color value is 34.12%
CMYK:
(0,19,30,34)
C0M19Y30K34 
(0%,19%,30%,34%)
(0.00/0.19/0.30/0.34)	

CMYK percentages

%0
%19.05
%30.36
%34.12

Codes

Color #A88875 in popluar color models

A88875
RGB168136117
HSL22°22.67%55.88%
HSB/HSV22°30.36%65.88%
CMYK0.00%19.05%30.36%
34.12%

Color #A88875 in popluar number systems.

HEXA88875
Decimal168136117
Binary10101000100010001110101
Octal250210165

Shades and tints

Shades of #A88875

#A88875
(168,136,117)
#997C6B
(153,124,107)
#8A7061
(138,112,97)
#7B6457
(123,100,87)
#6C584D
(108,88,77)
#5D4C43
(93,76,67)
#4E4039
(78,64,57)
#3F342F
(63,52,47)
#302825
(48,40,37)
#211C1B
(33,28,27)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #A88875

#A88875
(168,136,117)
#AF9281
(175,146,129)
#B69C8D
(182,156,141)
#BDA699
(189,166,153)
#C4B0A5
(196,176,165)
#CBBAB1
(203,186,177)
#D2C4BD
(210,196,189)
#D9CEC9
(217,206,201)
#E0D8D5
(224,216,213)
#E7E2E1
(231,226,225)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88875 color. Also use rgb(168,136,117) instead hex code.

Text Font Color

.myTextColor { color: #A88875; }

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

This text font color is #A88875.


Background Color

.myBgColor { background-color: #A88875; }

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

This div background color is #A88875.


Border color

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

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

This div border color is #A88875.


Opacity

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

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

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

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

This text has shadow with #A88875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88875 on black background.


Color preview on white background

This text has color #A88875 on white background.



Black color preview on #A88875 background

This text has black color on #A88875 background.


White color preview on #A88875 background

This text has white color on #A88875 background.