COLOR #A88790

HEX: #A88790 RGB: (168,135,144)

Color info

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

RGB color model

#A88790 color RGB value is (168,135,144).

RGB: (168,135,144) (66%, 53%, 56%)

RGB channels and saturation

R 168 of 255 = 66%
G 135 of 255 = 53%
B 144 of 255 = 56%

168
135
144

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

Portions of RGB colors in percentages

R + G + B = 168 + 135 + 144 = 447 (100%)
R 168 of 447 ~ 37.58%
G 135 of 447 ~ 30.2%
B 144 of 447 ~ 32.21'%

%37.58
%30.2
%32.21

CMYK color model

#A88790 color CMYK value is (0,20,14,34).

  • cyan value is 0.00%
  • magenta value is 19.64%
  • yellow value is 14.29%
  • key color value is 34.12%
CMYK: (0,20,14,34) C0M20Y14K34 (0%,20%,14%,34%) (0.00/0.20/0.14/0.34) 

CMYK percentages

%0
%19.64
%14.29
%34.12

Codes

Color #A88790 in popluar color models

A8 87 90
RGB 168 135 144
HSL 344° 15.94% 59.41%
HSB/HSV 344° 19.64% 65.88%
CMYK 0.00% 19.64% 14.29%
34.12%

Color #A88790 in popluar number systems.

HEX A8 87 90
Decimal 168 135 144
Binary 10101000 10000111 10010000
Octal 250 207 220

Shades and tints

Shades of #A88790

#A88790
(168,135,144)
#997B83
(153,123,131)
#8A6F76
(138,111,118)
#7B6369
(123,99,105)
#6C575C
(108,87,92)
#5D4B4F
(93,75,79)
#4E3F42
(78,63,66)
#3F3335
(63,51,53)
#302728
(48,39,40)
#211B1B
(33,27,27)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #A88790

#A88790
(168,135,144)
#AF919A
(175,145,154)
#B69BA4
(182,155,164)
#BDA5AE
(189,165,174)
#C4AFB8
(196,175,184)
#CBB9C2
(203,185,194)
#D2C3CC
(210,195,204)
#D9CDD6
(217,205,214)
#E0D7E0
(224,215,224)
#E7E1EA
(231,225,234)
#EEEBF4
(238,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88790 color. Also use rgb(168,135,144) instead hex code.

Text Font Color

.myTextColor { color: #A88790; }

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

This text font color is #A88790.

Background Color

.myBgColor { background-color: #A88790; }

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

This div background color is #A88790.

Border color

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

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

This div border color is #A88790.

Opacity

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

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

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

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

This text has shadow with #A88790 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88790.

Preview

Color preview on black background

This text has color #A88790 on black background.


Color preview on white background

This text has color #A88790 on white background.


Black color preview on #A88790 background

This text has black color on #A88790 background.


White color preview on #A88790 background

This text has white color on #A88790 background.


Related colors

Complementary color

Complementary color for #hex is #57786F.


I love getcolorcode.com

Triadic colors

1 #90A887 and #8790A8 with #A88790 are triadic colors.

2 #9087A8 and #87A890 with #A88790 are triadic colors.