COLOR #A68380

HEX: #A68380
RGB: (166,131,128)

Color info

#A68380 contains red, green and blue colors in about the same proportion. Web safe color of #A68380 is #999966 (or #996).

RGB color model

#A68380 color RGB value is (166,131,128).

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

RGB channels and saturation

R 166 of 255 = 65%
G 131 of 255 = 51%
B 128 of 255 = 50%

166
131
128

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

Portions of RGB colors in percentages

R + G + B =
166 + 131 + 128 = 425 (100%)
R 166 of 425 ~ 39.06%
G 131 of 425 ~ 30.82%
B 128 of 425 ~ 30.12%

%39.06
%30.82
%30.12

CMYK color model

#A68380 color CMYK value is (0,21,23,35).

  • cyan value is 0.00%
  • magenta value is 21.08%
  • yellow value is 22.89%
  • key color value is 34.90%
CMYK:
(0,21,23,35)
C0M21Y23K35 
(0%,21%,23%,35%)
(0.00/0.21/0.23/0.35)	

CMYK percentages

%0
%21.08
%22.89
%34.9

Codes

Color #A68380 in popluar color models

A68380
RGB166131128
HSL17.59%57.65%
HSB/HSV22.89%65.10%
CMYK0.00%21.08%22.89%
34.90%

Color #A68380 in popluar number systems.

HEXA68380
Decimal166131128
Binary101001101000001110000000
Octal246203200

Shades and tints

Shades of #A68380

#A68380
(166,131,128)
#977875
(151,120,117)
#886D6A
(136,109,106)
#79625F
(121,98,95)
#6A5754
(106,87,84)
#5B4C49
(91,76,73)
#4C413E
(76,65,62)
#3D3633
(61,54,51)
#2E2B28
(46,43,40)
#1F201D
(31,32,29)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #A68380

#A68380
(166,131,128)
#AE8E8B
(174,142,139)
#B69996
(182,153,150)
#BEA4A1
(190,164,161)
#C6AFAC
(198,175,172)
#CEBAB7
(206,186,183)
#D6C5C2
(214,197,194)
#DED0CD
(222,208,205)
#E6DBD8
(230,219,216)
#EEE6E3
(238,230,227)
#F6F1EE
(246,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68380; }

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

This text font color is #A68380.


Background Color

.myBgColor { background-color: #A68380; }

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

This div background color is #A68380.


Border color

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

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

This div border color is #A68380.


Opacity

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

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

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

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

This text has shadow with #A68380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68380 on black background.


Color preview on white background

This text has color #A68380 on white background.



Black color preview on #A68380 background

This text has black color on #A68380 background.


White color preview on #A68380 background

This text has white color on #A68380 background.