COLOR #A88885

HEX: #A88885
RGB: (168,136,133)

Color info

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

RGB color model

#A88885 color RGB value is (168,136,133).

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

RGB channels and saturation

R 168 of 255 = 66%
G 136 of 255 = 53%
B 133 of 255 = 52%

168
136
133

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

Portions of RGB colors in percentages

R + G + B =
168 + 136 + 133 = 437 (100%)
R 168 of 437 ~ 38.44%
G 136 of 437 ~ 31.12%
B 133 of 437 ~ 30.43%

%38.44
%31.12
%30.43

CMYK color model

#A88885 color CMYK value is (0,19,21,34).

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 20.83%
  • key color value is 34.12%
CMYK:
(0,19,21,34)
C0M19Y21K34 
(0%,19%,21%,34%)
(0.00/0.19/0.21/0.34)	

CMYK percentages

%0
%19.05
%20.83
%34.12

Codes

Color #A88885 in popluar color models

A88885
RGB168136133
HSL16.75%59.02%
HSB/HSV20.83%65.88%
CMYK0.00%19.05%20.83%
34.12%

Color #A88885 in popluar number systems.

HEXA88885
Decimal168136133
Binary101010001000100010000101
Octal250210205

Shades and tints

Shades of #A88885

#A88885
(168,136,133)
#997C79
(153,124,121)
#8A706D
(138,112,109)
#7B6461
(123,100,97)
#6C5855
(108,88,85)
#5D4C49
(93,76,73)
#4E403D
(78,64,61)
#3F3431
(63,52,49)
#302825
(48,40,37)
#211C19
(33,28,25)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #A88885

#A88885
(168,136,133)
#AF9290
(175,146,144)
#B69C9B
(182,156,155)
#BDA6A6
(189,166,166)
#C4B0B1
(196,176,177)
#CBBABC
(203,186,188)
#D2C4C7
(210,196,199)
#D9CED2
(217,206,210)
#E0D8DD
(224,216,221)
#E7E2E8
(231,226,232)
#EEECF3
(238,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88885; }

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

This text font color is #A88885.


Background Color

.myBgColor { background-color: #A88885; }

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

This div background color is #A88885.


Border color

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

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

This div border color is #A88885.


Opacity

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

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

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

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

This text has shadow with #A88885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88885 on black background.


Color preview on white background

This text has color #A88885 on white background.



Black color preview on #A88885 background

This text has black color on #A88885 background.


White color preview on #A88885 background

This text has white color on #A88885 background.