COLOR #A68397

HEX: #A68397
RGB: (166,131,151)

Color info

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

RGB color model

#A68397 color RGB value is (166,131,151).

  • red value is 166;
  • green value is 131;
  • blue value is 151.
RGB:
(166,131,151)
(65%,51%,59%)

RGB channels and saturation

R 166 of 255 = 65%
G 131 of 255 = 51%
B 151 of 255 = 59%

166
131
151

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

Portions of RGB colors in percentages

R + G + B =
166 + 131 + 151 = 448 (100%)
R 166 of 448 ~ 37.05%
G 131 of 448 ~ 29.24%
B 151 of 448 ~ 33.71%

%37.05
%29.24
%33.71

CMYK color model

#A68397 color CMYK value is (0,21,9,35).

  • cyan value is 0.00%
  • magenta value is 21.08%
  • yellow value is 9.04%
  • key color value is 34.90%
CMYK:
(0,21,9,35)
C0M21Y9K35 
(0%,21%,9%,35%)
(0.00/0.21/0.09/0.35)	

CMYK percentages

%0
%21.08
%9.04
%34.9

Codes

Color #A68397 in popluar color models

A68397
RGB166131151
HSL326°16.43%58.24%
HSB/HSV326°21.08%65.10%
CMYK0.00%21.08%9.04%
34.90%

Color #A68397 in popluar number systems.

HEXA68397
Decimal166131151
Binary101001101000001110010111
Octal246203227

Shades and tints

Shades of #A68397

#A68397
(166,131,151)
#97788A
(151,120,138)
#886D7D
(136,109,125)
#796270
(121,98,112)
#6A5763
(106,87,99)
#5B4C56
(91,76,86)
#4C4149
(76,65,73)
#3D363C
(61,54,60)
#2E2B2F
(46,43,47)
#1F2022
(31,32,34)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #A68397

#A68397
(166,131,151)
#AE8EA0
(174,142,160)
#B699A9
(182,153,169)
#BEA4B2
(190,164,178)
#C6AFBB
(198,175,187)
#CEBAC4
(206,186,196)
#D6C5CD
(214,197,205)
#DED0D6
(222,208,214)
#E6DBDF
(230,219,223)
#EEE6E8
(238,230,232)
#F6F1F1
(246,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68397 color. Also use rgb(166,131,151) instead hex code.

Text Font Color

.myTextColor { color: #A68397; }

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

This text font color is #A68397.


Background Color

.myBgColor { background-color: #A68397; }

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

This div background color is #A68397.


Border color

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

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

This div border color is #A68397.


Opacity

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

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

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

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

This text has shadow with #A68397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68397 on black background.


Color preview on white background

This text has color #A68397 on white background.



Black color preview on #A68397 background

This text has black color on #A68397 background.


White color preview on #A68397 background

This text has white color on #A68397 background.