COLOR #A68180

HEX: #A68180
RGB: (166,129,128)

Color info

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

RGB color model

#A68180 color RGB value is (166,129,128).

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

RGB channels and saturation

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

166
129
128

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

Portions of RGB colors in percentages

R + G + B =
166 + 129 + 128 = 423 (100%)
R 166 of 423 ~ 39.24%
G 129 of 423 ~ 30.5%
B 128 of 423 ~ 30.26%

%39.24
%30.5
%30.26

CMYK color model

#A68180 color CMYK value is (0,22,23,35).

  • cyan value is 0.00%
  • magenta value is 22.29%
  • yellow value is 22.89%
  • key color value is 34.90%
CMYK:
(0,22,23,35)
C0M22Y23K35 
(0%,22%,23%,35%)
(0.00/0.22/0.23/0.35)	

CMYK percentages

%0
%22.29
%22.89
%34.9

Codes

Color #A68180 in popluar color models

A68180
RGB166129128
HSL17.59%57.65%
HSB/HSV22.89%65.10%
CMYK0.00%22.29%22.89%
34.90%

Color #A68180 in popluar number systems.

HEXA68180
Decimal166129128
Binary101001101000000110000000
Octal246201200

Shades and tints

Shades of #A68180

#A68180
(166,129,128)
#977675
(151,118,117)
#886B6A
(136,107,106)
#79605F
(121,96,95)
#6A5554
(106,85,84)
#5B4A49
(91,74,73)
#4C3F3E
(76,63,62)
#3D3433
(61,52,51)
#2E2928
(46,41,40)
#1F1E1D
(31,30,29)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #A68180

#A68180
(166,129,128)
#AE8C8B
(174,140,139)
#B69796
(182,151,150)
#BEA2A1
(190,162,161)
#C6ADAC
(198,173,172)
#CEB8B7
(206,184,183)
#D6C3C2
(214,195,194)
#DECECD
(222,206,205)
#E6D9D8
(230,217,216)
#EEE4E3
(238,228,227)
#F6EFEE
(246,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68180; }

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

This text font color is #A68180.


Background Color

.myBgColor { background-color: #A68180; }

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

This div background color is #A68180.


Border color

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

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

This div border color is #A68180.


Opacity

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

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

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

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

This text has shadow with #A68180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68180 on black background.


Color preview on white background

This text has color #A68180 on white background.



Black color preview on #A68180 background

This text has black color on #A68180 background.


White color preview on #A68180 background

This text has white color on #A68180 background.