COLOR #A68F88

HEX: #A68F88 RGB: (166,143,136)

Color info

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

RGB color model

#A68F88 color RGB value is (166,143,136).

RGB: (166,143,136) (65%, 56%, 53%)

RGB channels and saturation

R 166 of 255 = 65%
G 143 of 255 = 56%
B 136 of 255 = 53%

166
143
136

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

Portions of RGB colors in percentages

R + G + B = 166 + 143 + 136 = 445 (100%)
R 166 of 445 ~ 37.3%
G 143 of 445 ~ 32.13%
B 136 of 445 ~ 30.56'%

%37.3
%32.13
%30.56

CMYK color model

#A68F88 color CMYK value is (0,14,18,35).

  • cyan value is 0.00%
  • magenta value is 13.86%
  • yellow value is 18.07%
  • key color value is 34.90%
CMYK: (0,14,18,35) C0M14Y18K35 (0%,14%,18%,35%) (0.00/0.14/0.18/0.35) 

CMYK percentages

%0
%13.86
%18.07
%34.9

Codes

Color #A68F88 in popluar color models

A6 8F 88
RGB 166 143 136
HSL 14° 14.42% 59.22%
HSB/HSV 14° 18.07% 65.10%
CMYK 0.00% 13.86% 18.07%
34.90%

Color #A68F88 in popluar number systems.

HEX A6 8F 88
Decimal 166 143 136
Binary 10100110 10001111 10001000
Octal 246 217 210

Shades and tints

Shades of #A68F88

#A68F88
(166,143,136)
#97827C
(151,130,124)
#887570
(136,117,112)
#796864
(121,104,100)
#6A5B58
(106,91,88)
#5B4E4C
(91,78,76)
#4C4140
(76,65,64)
#3D3434
(61,52,52)
#2E2728
(46,39,40)
#1F1A1C
(31,26,28)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #A68F88

#A68F88
(166,143,136)
#AE9992
(174,153,146)
#B6A39C
(182,163,156)
#BEADA6
(190,173,166)
#C6B7B0
(198,183,176)
#CEC1BA
(206,193,186)
#D6CBC4
(214,203,196)
#DED5CE
(222,213,206)
#E6DFD8
(230,223,216)
#EEE9E2
(238,233,226)
#F6F3EC
(246,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68F88; }

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

This text font color is #A68F88.

Background Color

.myBgColor { background-color: #A68F88; }

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

This div background color is #A68F88.

Border color

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

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

This div border color is #A68F88.

Opacity

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

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

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

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

This text has shadow with #A68F88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A68F88.

Preview

Color preview on black background

This text has color #A68F88 on black background.


Color preview on white background

This text has color #A68F88 on white background.


Black color preview on #A68F88 background

This text has black color on #A68F88 background.


White color preview on #A68F88 background

This text has white color on #A68F88 background.


Related colors

Complementary color

Complementary color for #hex is #597077.


I love getcolorcode.com

Triadic colors

1 #88A68F and #8F88A6 with #A68F88 are triadic colors.

2 #888FA6 and #8FA688 with #A68F88 are triadic colors.