COLOR #A68A87

HEX: #A68A87
RGB: (166,138,135)

Color info

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

RGB color model

#A68A87 color RGB value is (166,138,135).

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

RGB channels and saturation

R 166 of 255 = 65%
G 138 of 255 = 54%
B 135 of 255 = 53%

166
138
135

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

Portions of RGB colors in percentages

R + G + B =
166 + 138 + 135 = 439 (100%)
R 166 of 439 ~ 37.81%
G 138 of 439 ~ 31.44%
B 135 of 439 ~ 30.75%

%37.81
%31.44
%30.75

CMYK color model

#A68A87 color CMYK value is (0,17,19,35).

  • cyan value is 0.00%
  • magenta value is 16.87%
  • yellow value is 18.67%
  • key color value is 34.90%
CMYK: (0,17,19,35) C0M17Y19K35 (0%,17%,19%,35%) (0.00/0.17/0.19/0.35)

CMYK percentages

%0
%16.87
%18.67
%34.9

Codes

Color #A68A87 in popluar color models

A68A87
RGB166138135
HSL14.83%59.02%
HSB/HSV18.67%65.10%
CMYK0.00%16.87%18.67%
34.90%

Color #A68A87 in popluar number systems.

HEXA68A87
Decimal166138135
Binary101001101000101010000111
Octal246212207

Shades and tints

Shades of #A68A87

#A68A87
(166,138,135)
#977E7B
(151,126,123)
#88726F
(136,114,111)
#796663
(121,102,99)
#6A5A57
(106,90,87)
#5B4E4B
(91,78,75)
#4C423F
(76,66,63)
#3D3633
(61,54,51)
#2E2A27
(46,42,39)
#1F1E1B
(31,30,27)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #A68A87

#A68A87
(166,138,135)
#AE9491
(174,148,145)
#B69E9B
(182,158,155)
#BEA8A5
(190,168,165)
#C6B2AF
(198,178,175)
#CEBCB9
(206,188,185)
#D6C6C3
(214,198,195)
#DED0CD
(222,208,205)
#E6DAD7
(230,218,215)
#EEE4E1
(238,228,225)
#F6EEEB
(246,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68A87; }

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

This text font color is #A68A87.


Background Color

.myBgColor { background-color: #A68A87; }

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

This div background color is #A68A87.


Border color

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

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

This div border color is #A68A87.


Opacity

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

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

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

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

This text has shadow with #A68A87 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A68A87 on black background.


Color preview on white background

This text has color #A68A87 on white background.



Black color preview on #A68A87 background

This text has black color on #A68A87 background.


White color preview on #A68A87 background

This text has white color on #A68A87 background.