COLOR #A68077

HEX: #A68077
RGB: (166,128,119)

Color info

#A68077 contains red, green and blue colors in about the same proportion. Web safe color of #A68077 is #996666 (or #966).

RGB color model

#A68077 color RGB value is (166,128,119).

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

RGB channels and saturation

R 166 of 255 = 65%
G 128 of 255 = 50%
B 119 of 255 = 47%

166
128
119

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

Portions of RGB colors in percentages

R + G + B =
166 + 128 + 119 = 413 (100%)
R 166 of 413 ~ 40.19%
G 128 of 413 ~ 30.99%
B 119 of 413 ~ 28.81%

%40.19
%30.99
%28.81

CMYK color model

#A68077 color CMYK value is (0,23,28,35).

  • cyan value is 0.00%
  • magenta value is 22.89%
  • yellow value is 28.31%
  • key color value is 34.90%
CMYK:
(0,23,28,35)
C0M23Y28K35 
(0%,23%,28%,35%)
(0.00/0.23/0.28/0.35)	

CMYK percentages

%0
%22.89
%28.31
%34.9

Codes

Color #A68077 in popluar color models

A68077
RGB166128119
HSL11°20.89%55.88%
HSB/HSV11°28.31%65.10%
CMYK0.00%22.89%28.31%
34.90%

Color #A68077 in popluar number systems.

HEXA68077
Decimal166128119
Binary10100110100000001110111
Octal246200167

Shades and tints

Shades of #A68077

#A68077
(166,128,119)
#97756D
(151,117,109)
#886A63
(136,106,99)
#795F59
(121,95,89)
#6A544F
(106,84,79)
#5B4945
(91,73,69)
#4C3E3B
(76,62,59)
#3D3331
(61,51,49)
#2E2827
(46,40,39)
#1F1D1D
(31,29,29)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #A68077

#A68077
(166,128,119)
#AE8B83
(174,139,131)
#B6968F
(182,150,143)
#BEA19B
(190,161,155)
#C6ACA7
(198,172,167)
#CEB7B3
(206,183,179)
#D6C2BF
(214,194,191)
#DECDCB
(222,205,203)
#E6D8D7
(230,216,215)
#EEE3E3
(238,227,227)
#F6EEEF
(246,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68077; }

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

This text font color is #A68077.


Background Color

.myBgColor { background-color: #A68077; }

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

This div background color is #A68077.


Border color

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

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

This div border color is #A68077.


Opacity

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

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

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

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

This text has shadow with #A68077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68077 on black background.


Color preview on white background

This text has color #A68077 on white background.



Black color preview on #A68077 background

This text has black color on #A68077 background.


White color preview on #A68077 background

This text has white color on #A68077 background.