COLOR #A68A88

HEX: #A68A88
RGB: (166,138,136)

Color info

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

RGB color model

#A68A88 color RGB value is (166,138,136).

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

RGB channels and saturation

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

166
138
136

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

Portions of RGB colors in percentages

R + G + B =
166 + 138 + 136 = 440 (100%)
R 166 of 440 ~ 37.73%
G 138 of 440 ~ 31.36%
B 136 of 440 ~ 30.91%

%37.73
%31.36
%30.91

CMYK color model

#A68A88 color CMYK value is (0,17,18,35).

  • cyan value is 0.00%
  • magenta value is 16.87%
  • yellow value is 18.07%
  • key color value is 34.90%
CMYK:
(0,17,18,35)
C0M17Y18K35 
(0%,17%,18%,35%)
(0.00/0.17/0.18/0.35)	

CMYK percentages

%0
%16.87
%18.07
%34.9

Codes

Color #A68A88 in popluar color models

A68A88
RGB166138136
HSL14.42%59.22%
HSB/HSV18.07%65.10%
CMYK0.00%16.87%18.07%
34.90%

Color #A68A88 in popluar number systems.

HEXA68A88
Decimal166138136
Binary101001101000101010001000
Octal246212210

Shades and tints

Shades of #A68A88

#A68A88
(166,138,136)
#977E7C
(151,126,124)
#887270
(136,114,112)
#796664
(121,102,100)
#6A5A58
(106,90,88)
#5B4E4C
(91,78,76)
#4C4240
(76,66,64)
#3D3634
(61,54,52)
#2E2A28
(46,42,40)
#1F1E1C
(31,30,28)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #A68A88

#A68A88
(166,138,136)
#AE9492
(174,148,146)
#B69E9C
(182,158,156)
#BEA8A6
(190,168,166)
#C6B2B0
(198,178,176)
#CEBCBA
(206,188,186)
#D6C6C4
(214,198,196)
#DED0CE
(222,208,206)
#E6DAD8
(230,218,216)
#EEE4E2
(238,228,226)
#F6EEEC
(246,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68A88; }

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

This text font color is #A68A88.


Background Color

.myBgColor { background-color: #A68A88; }

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

This div background color is #A68A88.


Border color

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

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

This div border color is #A68A88.


Opacity

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

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

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

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

This text has shadow with #A68A88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68A88 on black background.


Color preview on white background

This text has color #A68A88 on white background.



Black color preview on #A68A88 background

This text has black color on #A68A88 background.


White color preview on #A68A88 background

This text has white color on #A68A88 background.