COLOR #A68179

HEX: #A68179 RGB: (166,129,121)

Color info

#A68179 contains red, green and blue colors in about the same proportion. Web safe color of #A68179 is #999966 (or #996).

RGB color model

#A68179 color RGB value is (166,129,121).

RGB: (166,129,121) (65%, 51%, 47%)

RGB channels and saturation

R 166 of 255 = 65%
G 129 of 255 = 51%
B 121 of 255 = 47%

166
129
121

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

Portions of RGB colors in percentages

R + G + B = 166 + 129 + 121 = 416 (100%)
R 166 of 416 ~ 39.9%
G 129 of 416 ~ 31.01%
B 121 of 416 ~ 29.09'%

%39.9
%31.01
%29.09

CMYK color model

#A68179 color CMYK value is (0,22,27,35).

  • cyan value is 0.00%
  • magenta value is 22.29%
  • yellow value is 27.11%
  • key color value is 34.90%

CMYK: (0,22,27,35)
C0M22Y27K35 (0%, 22%, 27%, 35%)
(0.00 / 0.22 / 0.27 / 0.35)

CMYK percentages

%0
%22.29
%27.11
%34.9

Codes

Color #A68179 in popluar color models

A6 81 79
RGB 166 129 121
HSL 11° 20.18% 56.27%
HSB/HSV 11° 27.11% 65.10%
CMYK 0.00% 22.29% 27.11%
34.90%

Color #A68179 in popluar number systems.

HEX A6 81 79
Decimal 166 129 121
Binary 10100110 10000001 1111001
Octal 246 201 171

Shades and tints

Shades of #A68179

#A68179
(166,129,121)
#97766E
(151,118,110)
#886B63
(136,107,99)
#796058
(121,96,88)
#6A554D
(106,85,77)
#5B4A42
(91,74,66)
#4C3F37
(76,63,55)
#3D342C
(61,52,44)
#2E2921
(46,41,33)
#1F1E16
(31,30,22)
#10130B
(16,19,11)
#000000
(0,0,0)

Tints of #A68179

#A68179
(166,129,121)
#AE8C85
(174,140,133)
#B69791
(182,151,145)
#BEA29D
(190,162,157)
#C6ADA9
(198,173,169)
#CEB8B5
(206,184,181)
#D6C3C1
(214,195,193)
#DECECD
(222,206,205)
#E6D9D9
(230,217,217)
#EEE4E5
(238,228,229)
#F6EFF1
(246,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68179 color. Also use rgb(166,129,121) instead hex code.

Text Font Color

.myTextColor { color: #A68179; }

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

This text font color is #A68179.

Background Color

.myBgColor { background-color: #A68179; }

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

This div background color is #A68179.

Border color

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

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

This div border color is #A68179.

Opacity

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

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

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

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

This text has shadow with #A68179 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A68179.

Preview

Color preview on black background

This text has color #A68179 on black background.


Color preview on white background

This text has color #A68179 on white background.


Black color preview on #A68179 background

This text has black color on #A68179 background.


White color preview on #A68179 background

This text has white color on #A68179 background.


Related colors

Complementary color

Complementary color for #hex is #597E86.


I love getcolorcode.com

Triadic colors

1 #79A681 and #8179A6 with #A68179 are triadic colors.

2 #7981A6 and #81A679 with #A68179 are triadic colors.