COLOR #A88782

HEX: #A88782
RGB: (168,135,130)

Color info

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

RGB color model

#A88782 color RGB value is (168,135,130).

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

RGB channels and saturation

R 168 of 255 = 66%
G 135 of 255 = 53%
B 130 of 255 = 51%

168
135
130

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

Portions of RGB colors in percentages

R + G + B =
168 + 135 + 130 = 433 (100%)
R 168 of 433 ~ 38.8%
G 135 of 433 ~ 31.18%
B 130 of 433 ~ 30.02%

%38.8
%31.18
%30.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.64%
  • yellow value is 22.62%
  • 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
%19.64
%22.62
%34.12

Codes

Color #A88782 in popluar color models

A88782
RGB168135130
HSL17.92%58.43%
HSB/HSV22.62%65.88%
CMYK0.00%19.64%22.62%
34.12%

Color #A88782 in popluar number systems.

HEXA88782
Decimal168135130
Binary101010001000011110000010
Octal250207202

Shades and tints

Shades of #A88782

#A88782
(168,135,130)
#997B77
(153,123,119)
#8A6F6C
(138,111,108)
#7B6361
(123,99,97)
#6C5756
(108,87,86)
#5D4B4B
(93,75,75)
#4E3F40
(78,63,64)
#3F3335
(63,51,53)
#30272A
(48,39,42)
#211B1F
(33,27,31)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #A88782

#A88782
(168,135,130)
#AF918D
(175,145,141)
#B69B98
(182,155,152)
#BDA5A3
(189,165,163)
#C4AFAE
(196,175,174)
#CBB9B9
(203,185,185)
#D2C3C4
(210,195,196)
#D9CDCF
(217,205,207)
#E0D7DA
(224,215,218)
#E7E1E5
(231,225,229)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88782; }

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

This text font color is #A88782.


Background Color

.myBgColor { background-color: #A88782; }

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

This div background color is #A88782.


Border color

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

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

This div border color is #A88782.


Opacity

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

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

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

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

This text has shadow with #A88782 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A88782 on black background.


Color preview on white background

This text has color #A88782 on white background.



Black color preview on #A88782 background

This text has black color on #A88782 background.


White color preview on #A88782 background

This text has white color on #A88782 background.