COLOR #A67A63

HEX: #A67A63
RGB: (166,122,99)

Color info

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

RGB color model

#A67A63 color RGB value is (166,122,99).

  • red value is 166;
  • green value is 122;
  • blue value is 99.
RGB:
(166,122,99)
(65%,48%,39%)

RGB channels and saturation

R 166 of 255 = 65%
G 122 of 255 = 48%
B 99 of 255 = 39%

166
122
99

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

Portions of RGB colors in percentages

R + G + B =
166 + 122 + 99 = 387 (100%)
R 166 of 387 ~ 42.89%
G 122 of 387 ~ 31.52%
B 99 of 387 ~ 25.58%

%42.89
%31.52
%25.58

CMYK color model

#A67A63 color CMYK value is (0,27,40,35).

  • cyan value is 0.00%
  • magenta value is 26.51%
  • yellow value is 40.36%
  • key color value is 34.90%
CMYK:
(0,27,40,35)
C0M27Y40K35 
(0%,27%,40%,35%)
(0.00/0.27/0.40/0.35)	

CMYK percentages

%0
%26.51
%40.36
%34.9

Codes

Color #A67A63 in popluar color models

A67A63
RGB16612299
HSL21°27.35%51.96%
HSB/HSV21°40.36%65.10%
CMYK0.00%26.51%40.36%
34.90%

Color #A67A63 in popluar number systems.

HEXA67A63
Decimal16612299
Binary1010011011110101100011
Octal246172143

Shades and tints

Shades of #A67A63

#A67A63
(166,122,99)
#976F5A
(151,111,90)
#886451
(136,100,81)
#795948
(121,89,72)
#6A4E3F
(106,78,63)
#5B4336
(91,67,54)
#4C382D
(76,56,45)
#3D2D24
(61,45,36)
#2E221B
(46,34,27)
#1F1712
(31,23,18)
#100C09
(16,12,9)
#000000
(0,0,0)

Tints of #A67A63

#A67A63
(166,122,99)
#AE8671
(174,134,113)
#B6927F
(182,146,127)
#BE9E8D
(190,158,141)
#C6AA9B
(198,170,155)
#CEB6A9
(206,182,169)
#D6C2B7
(214,194,183)
#DECEC5
(222,206,197)
#E6DAD3
(230,218,211)
#EEE6E1
(238,230,225)
#F6F2EF
(246,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A67A63 color. Also use rgb(166,122,99) instead hex code.

Text Font Color

.myTextColor { color: #A67A63; }

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

This text font color is #A67A63.


Background Color

.myBgColor { background-color: #A67A63; }

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

This div background color is #A67A63.


Border color

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

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

This div border color is #A67A63.


Opacity

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

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

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

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

This text has shadow with #A67A63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67A63 on black background.


Color preview on white background

This text has color #A67A63 on white background.



Black color preview on #A67A63 background

This text has black color on #A67A63 background.


White color preview on #A67A63 background

This text has white color on #A67A63 background.