COLOR #A68390

HEX: #A68390
RGB: (166,131,144)

Color info

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

RGB color model

#A68390 color RGB value is (166,131,144).

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

RGB channels and saturation

R 166 of 255 = 65%
G 131 of 255 = 51%
B 144 of 255 = 56%

166
131
144

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

Portions of RGB colors in percentages

R + G + B =
166 + 131 + 144 = 441 (100%)
R 166 of 441 ~ 37.64%
G 131 of 441 ~ 29.71%
B 144 of 441 ~ 32.65%

%37.64
%29.71
%32.65

CMYK color model

#A68390 color CMYK value is (0,21,13,35).

  • cyan value is 0.00%
  • magenta value is 21.08%
  • yellow value is 13.25%
  • key color value is 34.90%
CMYK:
(0,21,13,35)
C0M21Y13K35 
(0%,21%,13%,35%)
(0.00/0.21/0.13/0.35)	

CMYK percentages

%0
%21.08
%13.25
%34.9

Codes

Color #A68390 in popluar color models

A68390
RGB166131144
HSL338°16.43%58.24%
HSB/HSV338°21.08%65.10%
CMYK0.00%21.08%13.25%
34.90%

Color #A68390 in popluar number systems.

HEXA68390
Decimal166131144
Binary101001101000001110010000
Octal246203220

Shades and tints

Shades of #A68390

#A68390
(166,131,144)
#977883
(151,120,131)
#886D76
(136,109,118)
#796269
(121,98,105)
#6A575C
(106,87,92)
#5B4C4F
(91,76,79)
#4C4142
(76,65,66)
#3D3635
(61,54,53)
#2E2B28
(46,43,40)
#1F201B
(31,32,27)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #A68390

#A68390
(166,131,144)
#AE8E9A
(174,142,154)
#B699A4
(182,153,164)
#BEA4AE
(190,164,174)
#C6AFB8
(198,175,184)
#CEBAC2
(206,186,194)
#D6C5CC
(214,197,204)
#DED0D6
(222,208,214)
#E6DBE0
(230,219,224)
#EEE6EA
(238,230,234)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68390; }

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

This text font color is #A68390.


Background Color

.myBgColor { background-color: #A68390; }

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

This div background color is #A68390.


Border color

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

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

This div border color is #A68390.


Opacity

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

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

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

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

This text has shadow with #A68390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68390 on black background.


Color preview on white background

This text has color #A68390 on white background.



Black color preview on #A68390 background

This text has black color on #A68390 background.


White color preview on #A68390 background

This text has white color on #A68390 background.