COLOR #A68688

HEX: #A68688
RGB: (166,134,136)

Color info

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

RGB color model

#A68688 color RGB value is (166,134,136).

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

RGB channels and saturation

R 166 of 255 = 65%
G 134 of 255 = 53%
B 136 of 255 = 53%

166
134
136

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

Portions of RGB colors in percentages

R + G + B =
166 + 134 + 136 = 436 (100%)
R 166 of 436 ~ 38.07%
G 134 of 436 ~ 30.73%
B 136 of 436 ~ 31.19%

%38.07
%30.73
%31.19

CMYK color model

#A68688 color CMYK value is (0,19,18,35).

  • cyan value is 0.00%
  • magenta value is 19.28%
  • yellow value is 18.07%
  • key color value is 34.90%
CMYK:
(0,19,18,35)
C0M19Y18K35 
(0%,19%,18%,35%)
(0.00/0.19/0.18/0.35)	

CMYK percentages

%0
%19.28
%18.07
%34.9

Codes

Color #A68688 in popluar color models

A68688
RGB166134136
HSL356°15.24%58.82%
HSB/HSV356°19.28%65.10%
CMYK0.00%19.28%18.07%
34.90%

Color #A68688 in popluar number systems.

HEXA68688
Decimal166134136
Binary101001101000011010001000
Octal246206210

Shades and tints

Shades of #A68688

#A68688
(166,134,136)
#977A7C
(151,122,124)
#886E70
(136,110,112)
#796264
(121,98,100)
#6A5658
(106,86,88)
#5B4A4C
(91,74,76)
#4C3E40
(76,62,64)
#3D3234
(61,50,52)
#2E2628
(46,38,40)
#1F1A1C
(31,26,28)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #A68688

#A68688
(166,134,136)
#AE9192
(174,145,146)
#B69C9C
(182,156,156)
#BEA7A6
(190,167,166)
#C6B2B0
(198,178,176)
#CEBDBA
(206,189,186)
#D6C8C4
(214,200,196)
#DED3CE
(222,211,206)
#E6DED8
(230,222,216)
#EEE9E2
(238,233,226)
#F6F4EC
(246,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68688; }

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

This text font color is #A68688.


Background Color

.myBgColor { background-color: #A68688; }

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

This div background color is #A68688.


Border color

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

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

This div border color is #A68688.


Opacity

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

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

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

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

This text has shadow with #A68688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68688 on black background.


Color preview on white background

This text has color #A68688 on white background.



Black color preview on #A68688 background

This text has black color on #A68688 background.


White color preview on #A68688 background

This text has white color on #A68688 background.