COLOR #A68A83

HEX: #A68A83
RGB: (166,138,131)

Color info

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

RGB color model

#A68A83 color RGB value is (166,138,131).

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

RGB channels and saturation

R 166 of 255 = 65%
G 138 of 255 = 54%
B 131 of 255 = 51%

166
138
131

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

Portions of RGB colors in percentages

R + G + B =
166 + 138 + 131 = 435 (100%)
R 166 of 435 ~ 38.16%
G 138 of 435 ~ 31.72%
B 131 of 435 ~ 30.11%

%38.16
%31.72
%30.11

CMYK color model

#A68A83 color CMYK value is (0,17,21,35).

  • cyan value is 0.00%
  • magenta value is 16.87%
  • yellow value is 21.08%
  • key color value is 34.90%
CMYK:
(0,17,21,35)
C0M17Y21K35 
(0%,17%,21%,35%)
(0.00/0.17/0.21/0.35)	

CMYK percentages

%0
%16.87
%21.08
%34.9

Codes

Color #A68A83 in popluar color models

A68A83
RGB166138131
HSL12°16.43%58.24%
HSB/HSV12°21.08%65.10%
CMYK0.00%16.87%21.08%
34.90%

Color #A68A83 in popluar number systems.

HEXA68A83
Decimal166138131
Binary101001101000101010000011
Octal246212203

Shades and tints

Shades of #A68A83

#A68A83
(166,138,131)
#977E78
(151,126,120)
#88726D
(136,114,109)
#796662
(121,102,98)
#6A5A57
(106,90,87)
#5B4E4C
(91,78,76)
#4C4241
(76,66,65)
#3D3636
(61,54,54)
#2E2A2B
(46,42,43)
#1F1E20
(31,30,32)
#101215
(16,18,21)
#000000
(0,0,0)

Tints of #A68A83

#A68A83
(166,138,131)
#AE948E
(174,148,142)
#B69E99
(182,158,153)
#BEA8A4
(190,168,164)
#C6B2AF
(198,178,175)
#CEBCBA
(206,188,186)
#D6C6C5
(214,198,197)
#DED0D0
(222,208,208)
#E6DADB
(230,218,219)
#EEE4E6
(238,228,230)
#F6EEF1
(246,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68A83; }

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

This text font color is #A68A83.


Background Color

.myBgColor { background-color: #A68A83; }

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

This div background color is #A68A83.


Border color

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

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

This div border color is #A68A83.


Opacity

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

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

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

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

This text has shadow with #A68A83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68A83 on black background.


Color preview on white background

This text has color #A68A83 on white background.



Black color preview on #A68A83 background

This text has black color on #A68A83 background.


White color preview on #A68A83 background

This text has white color on #A68A83 background.