COLOR #A68593

HEX: #A68593
RGB: (166,133,147)

Color info

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

RGB color model

#A68593 color RGB value is (166,133,147).

  • red value is 166;
  • green value is 133;
  • blue value is 147.
RGB:
(166,133,147)
(65%,52%,58%)

RGB channels and saturation

R 166 of 255 = 65%
G 133 of 255 = 52%
B 147 of 255 = 58%

166
133
147

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

Portions of RGB colors in percentages

R + G + B =
166 + 133 + 147 = 446 (100%)
R 166 of 446 ~ 37.22%
G 133 of 446 ~ 29.82%
B 147 of 446 ~ 32.96%

%37.22
%29.82
%32.96

CMYK color model

#A68593 color CMYK value is (0,20,11,35).

  • cyan value is 0.00%
  • magenta value is 19.88%
  • yellow value is 11.45%
  • key color value is 34.90%
CMYK:
(0,20,11,35)
C0M20Y11K35 
(0%,20%,11%,35%)
(0.00/0.20/0.11/0.35)	

CMYK percentages

%0
%19.88
%11.45
%34.9

Codes

Color #A68593 in popluar color models

A68593
RGB166133147
HSL335°15.64%58.63%
HSB/HSV335°19.88%65.10%
CMYK0.00%19.88%11.45%
34.90%

Color #A68593 in popluar number systems.

HEXA68593
Decimal166133147
Binary101001101000010110010011
Octal246205223

Shades and tints

Shades of #A68593

#A68593
(166,133,147)
#977986
(151,121,134)
#886D79
(136,109,121)
#79616C
(121,97,108)
#6A555F
(106,85,95)
#5B4952
(91,73,82)
#4C3D45
(76,61,69)
#3D3138
(61,49,56)
#2E252B
(46,37,43)
#1F191E
(31,25,30)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #A68593

#A68593
(166,133,147)
#AE909C
(174,144,156)
#B69BA5
(182,155,165)
#BEA6AE
(190,166,174)
#C6B1B7
(198,177,183)
#CEBCC0
(206,188,192)
#D6C7C9
(214,199,201)
#DED2D2
(222,210,210)
#E6DDDB
(230,221,219)
#EEE8E4
(238,232,228)
#F6F3ED
(246,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68593 color. Also use rgb(166,133,147) instead hex code.

Text Font Color

.myTextColor { color: #A68593; }

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

This text font color is #A68593.


Background Color

.myBgColor { background-color: #A68593; }

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

This div background color is #A68593.


Border color

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

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

This div border color is #A68593.


Opacity

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

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

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

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

This text has shadow with #A68593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68593 on black background.


Color preview on white background

This text has color #A68593 on white background.



Black color preview on #A68593 background

This text has black color on #A68593 background.


White color preview on #A68593 background

This text has white color on #A68593 background.