COLOR #A77A66

HEX: #A77A66
RGB: (167,122,102)

Color info

#A77A66 contains mainly red and green colors. Web safe color of #A77A66 is #996666 (or #966).

RGB color model

#A77A66 color RGB value is (167,122,102).

  • red value is 167;
  • green value is 122;
  • blue value is 102.
RGB:
(167,122,102)
(65%,48%,40%)

RGB channels and saturation

R 167 of 255 = 65%
G 122 of 255 = 48%
B 102 of 255 = 40%

167
122
102

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

Portions of RGB colors in percentages

R + G + B =
167 + 122 + 102 = 391 (100%)
R 167 of 391 ~ 42.71%
G 122 of 391 ~ 31.2%
B 102 of 391 ~ 26.09%

%42.71
%31.2
%26.09

CMYK color model

#A77A66 color CMYK value is (0,27,39,35).

  • cyan value is 0.00%
  • magenta value is 26.95%
  • yellow value is 38.92%
  • key color value is 34.51%
CMYK:
(0,27,39,35)
C0M27Y39K35 
(0%,27%,39%,35%)
(0.00/0.27/0.39/0.35)	

CMYK percentages

%0
%26.95
%38.92
%34.51

Codes

Color #A77A66 in popluar color models

A77A66
RGB167122102
HSL18°26.97%52.75%
HSB/HSV18°38.92%65.49%
CMYK0.00%26.95%38.92%
34.51%

Color #A77A66 in popluar number systems.

HEXA77A66
Decimal167122102
Binary1010011111110101100110
Octal247172146

Shades and tints

Shades of #A77A66

#A77A66
(167,122,102)
#986F5D
(152,111,93)
#896454
(137,100,84)
#7A594B
(122,89,75)
#6B4E42
(107,78,66)
#5C4339
(92,67,57)
#4D3830
(77,56,48)
#3E2D27
(62,45,39)
#2F221E
(47,34,30)
#201715
(32,23,21)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #A77A66

#A77A66
(167,122,102)
#AF8673
(175,134,115)
#B79280
(183,146,128)
#BF9E8D
(191,158,141)
#C7AA9A
(199,170,154)
#CFB6A7
(207,182,167)
#D7C2B4
(215,194,180)
#DFCEC1
(223,206,193)
#E7DACE
(231,218,206)
#EFE6DB
(239,230,219)
#F7F2E8
(247,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A77A66 color. Also use rgb(167,122,102) instead hex code.

Text Font Color

.myTextColor { color: #A77A66; }

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

This text font color is #A77A66.


Background Color

.myBgColor { background-color: #A77A66; }

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

This div background color is #A77A66.


Border color

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

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

This div border color is #A77A66.


Opacity

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

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

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

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

This text has shadow with #A77A66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77A66 on black background.


Color preview on white background

This text has color #A77A66 on white background.



Black color preview on #A77A66 background

This text has black color on #A77A66 background.


White color preview on #A77A66 background

This text has white color on #A77A66 background.