COLOR #A67A75

HEX: #A67A75
RGB: (166,122,117)

Color info

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

RGB color model

#A67A75 color RGB value is (166,122,117).

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

RGB channels and saturation

R 166 of 255 = 65%
G 122 of 255 = 48%
B 117 of 255 = 46%

166
122
117

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

Portions of RGB colors in percentages

R + G + B =
166 + 122 + 117 = 405 (100%)
R 166 of 405 ~ 40.99%
G 122 of 405 ~ 30.12%
B 117 of 405 ~ 28.89%

%40.99
%30.12
%28.89

CMYK color model

#A67A75 color CMYK value is (0,27,30,35).

  • cyan value is 0.00%
  • magenta value is 26.51%
  • yellow value is 29.52%
  • key color value is 34.90%
CMYK:
(0,27,30,35)
C0M27Y30K35 
(0%,27%,30%,35%)
(0.00/0.27/0.30/0.35)	

CMYK percentages

%0
%26.51
%29.52
%34.9

Codes

Color #A67A75 in popluar color models

A67A75
RGB166122117
HSL21.59%55.49%
HSB/HSV29.52%65.10%
CMYK0.00%26.51%29.52%
34.90%

Color #A67A75 in popluar number systems.

HEXA67A75
Decimal166122117
Binary1010011011110101110101
Octal246172165

Shades and tints

Shades of #A67A75

#A67A75
(166,122,117)
#976F6B
(151,111,107)
#886461
(136,100,97)
#795957
(121,89,87)
#6A4E4D
(106,78,77)
#5B4343
(91,67,67)
#4C3839
(76,56,57)
#3D2D2F
(61,45,47)
#2E2225
(46,34,37)
#1F171B
(31,23,27)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #A67A75

#A67A75
(166,122,117)
#AE8681
(174,134,129)
#B6928D
(182,146,141)
#BE9E99
(190,158,153)
#C6AAA5
(198,170,165)
#CEB6B1
(206,182,177)
#D6C2BD
(214,194,189)
#DECEC9
(222,206,201)
#E6DAD5
(230,218,213)
#EEE6E1
(238,230,225)
#F6F2ED
(246,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A67A75; }

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

This text font color is #A67A75.


Background Color

.myBgColor { background-color: #A67A75; }

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

This div background color is #A67A75.


Border color

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

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

This div border color is #A67A75.


Opacity

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

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

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

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

This text has shadow with #A67A75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67A75 on black background.


Color preview on white background

This text has color #A67A75 on white background.



Black color preview on #A67A75 background

This text has black color on #A67A75 background.


White color preview on #A67A75 background

This text has white color on #A67A75 background.