COLOR #A67A67

HEX: #A67A67
RGB: (166,122,103)

Color info

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

RGB color model

#A67A67 color RGB value is (166,122,103).

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

RGB channels and saturation

R 166 of 255 = 65%
G 122 of 255 = 48%
B 103 of 255 = 40%

166
122
103

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

Portions of RGB colors in percentages

R + G + B =
166 + 122 + 103 = 391 (100%)
R 166 of 391 ~ 42.46%
G 122 of 391 ~ 31.2%
B 103 of 391 ~ 26.34%

%42.46
%31.2
%26.34

CMYK color model

#A67A67 color CMYK value is (0,27,38,35).

  • cyan value is 0.00%
  • magenta value is 26.51%
  • yellow value is 37.95%
  • key color value is 34.90%
CMYK:
(0,27,38,35)
C0M27Y38K35 
(0%,27%,38%,35%)
(0.00/0.27/0.38/0.35)	

CMYK percentages

%0
%26.51
%37.95
%34.9

Codes

Color #A67A67 in popluar color models

A67A67
RGB166122103
HSL18°26.14%52.75%
HSB/HSV18°37.95%65.10%
CMYK0.00%26.51%37.95%
34.90%

Color #A67A67 in popluar number systems.

HEXA67A67
Decimal166122103
Binary1010011011110101100111
Octal246172147

Shades and tints

Shades of #A67A67

#A67A67
(166,122,103)
#976F5E
(151,111,94)
#886455
(136,100,85)
#79594C
(121,89,76)
#6A4E43
(106,78,67)
#5B433A
(91,67,58)
#4C3831
(76,56,49)
#3D2D28
(61,45,40)
#2E221F
(46,34,31)
#1F1716
(31,23,22)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #A67A67

#A67A67
(166,122,103)
#AE8674
(174,134,116)
#B69281
(182,146,129)
#BE9E8E
(190,158,142)
#C6AA9B
(198,170,155)
#CEB6A8
(206,182,168)
#D6C2B5
(214,194,181)
#DECEC2
(222,206,194)
#E6DACF
(230,218,207)
#EEE6DC
(238,230,220)
#F6F2E9
(246,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A67A67; }

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

This text font color is #A67A67.


Background Color

.myBgColor { background-color: #A67A67; }

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

This div background color is #A67A67.


Border color

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

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

This div border color is #A67A67.


Opacity

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

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

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

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

This text has shadow with #A67A67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67A67 on black background.


Color preview on white background

This text has color #A67A67 on white background.



Black color preview on #A67A67 background

This text has black color on #A67A67 background.


White color preview on #A67A67 background

This text has white color on #A67A67 background.