COLOR #A68783

HEX: #A68783
RGB: (166,135,131)

Color info

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

RGB color model

#A68783 color RGB value is (166,135,131).

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

RGB channels and saturation

R 166 of 255 = 65%
G 135 of 255 = 53%
B 131 of 255 = 51%

166
135
131

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

Portions of RGB colors in percentages

R + G + B =
166 + 135 + 131 = 432 (100%)
R 166 of 432 ~ 38.43%
G 135 of 432 ~ 31.25%
B 131 of 432 ~ 30.32%

%38.43
%31.25
%30.32

CMYK color model

#A68783 color CMYK value is (0,19,21,35).

  • cyan value is 0.00%
  • magenta value is 18.67%
  • yellow value is 21.08%
  • key color value is 34.90%
CMYK:
(0,19,21,35)
C0M19Y21K35 
(0%,19%,21%,35%)
(0.00/0.19/0.21/0.35)	

CMYK percentages

%0
%18.67
%21.08
%34.9

Codes

Color #A68783 in popluar color models

A68783
RGB166135131
HSL16.43%58.24%
HSB/HSV21.08%65.10%
CMYK0.00%18.67%21.08%
34.90%

Color #A68783 in popluar number systems.

HEXA68783
Decimal166135131
Binary101001101000011110000011
Octal246207203

Shades and tints

Shades of #A68783

#A68783
(166,135,131)
#977B78
(151,123,120)
#886F6D
(136,111,109)
#796362
(121,99,98)
#6A5757
(106,87,87)
#5B4B4C
(91,75,76)
#4C3F41
(76,63,65)
#3D3336
(61,51,54)
#2E272B
(46,39,43)
#1F1B20
(31,27,32)
#100F15
(16,15,21)
#000000
(0,0,0)

Tints of #A68783

#A68783
(166,135,131)
#AE918E
(174,145,142)
#B69B99
(182,155,153)
#BEA5A4
(190,165,164)
#C6AFAF
(198,175,175)
#CEB9BA
(206,185,186)
#D6C3C5
(214,195,197)
#DECDD0
(222,205,208)
#E6D7DB
(230,215,219)
#EEE1E6
(238,225,230)
#F6EBF1
(246,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68783; }

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

This text font color is #A68783.


Background Color

.myBgColor { background-color: #A68783; }

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

This div background color is #A68783.


Border color

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

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

This div border color is #A68783.


Opacity

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

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

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

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

This text has shadow with #A68783 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68783 on black background.


Color preview on white background

This text has color #A68783 on white background.



Black color preview on #A68783 background

This text has black color on #A68783 background.


White color preview on #A68783 background

This text has white color on #A68783 background.