COLOR #A8A687

HEX: #A8A687
RGB: (168,166,135)

Color info

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

RGB color model

#A8A687 color RGB value is (168,166,135).

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

RGB channels and saturation

R 168 of 255 = 66%
G 166 of 255 = 65%
B 135 of 255 = 53%

168
166
135

R + G + B ~ 61%. #A8A687 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 166 + 135 = 469 (100%)
R 168 of 469 ~ 35.82%
G 166 of 469 ~ 35.39%
B 135 of 469 ~ 28.78%

%35.82
%35.39
%28.78

CMYK color model

#A8A687 color CMYK value is (0,1,20,34).

  • cyan value is 0.00%
  • magenta value is 1.19%
  • yellow value is 19.64%
  • key color value is 34.12%
CMYK: (0,1,20,34) C0M1Y20K34 (0%,1%,20%,34%) (0.00/0.01/0.20/0.34)

CMYK percentages

%0
%1.19
%19.64
%34.12

Codes

Color #A8A687 in popluar color models

A8A687
RGB168166135
HSL56°15.94%59.41%
HSB/HSV56°19.64%65.88%
CMYK0.00%1.19%19.64%
34.12%

Color #A8A687 in popluar number systems.

HEXA8A687
Decimal168166135
Binary101010001010011010000111
Octal250246207

Shades and tints

Shades of #A8A687

#A8A687
(168,166,135)
#99977B
(153,151,123)
#8A886F
(138,136,111)
#7B7963
(123,121,99)
#6C6A57
(108,106,87)
#5D5B4B
(93,91,75)
#4E4C3F
(78,76,63)
#3F3D33
(63,61,51)
#302E27
(48,46,39)
#211F1B
(33,31,27)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #A8A687

#A8A687
(168,166,135)
#AFAE91
(175,174,145)
#B6B69B
(182,182,155)
#BDBEA5
(189,190,165)
#C4C6AF
(196,198,175)
#CBCEB9
(203,206,185)
#D2D6C3
(210,214,195)
#D9DECD
(217,222,205)
#E0E6D7
(224,230,215)
#E7EEE1
(231,238,225)
#EEF6EB
(238,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A687; }

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

This text font color is #A8A687.


Background Color

.myBgColor { background-color: #A8A687; }

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

This div background color is #A8A687.


Border color

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

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

This div border color is #A8A687.


Opacity

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

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

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

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

This text has shadow with #A8A687 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A8A687 on black background.


Color preview on white background

This text has color #A8A687 on white background.



Black color preview on #A8A687 background

This text has black color on #A8A687 background.


White color preview on #A8A687 background

This text has white color on #A8A687 background.