COLOR #A67D81

HEX: #A67D81
RGB: (166,125,129)

Color info

#A67D81 contains red, green and blue colors in about the same proportion. Web safe color of #A67D81 is #996699 (or #969).

RGB color model

#A67D81 color RGB value is (166,125,129).

  • red value is 166;
  • green value is 125;
  • blue value is 129.
RGB:
(166,125,129)
(65%,49%,51%)

RGB channels and saturation

R 166 of 255 = 65%
G 125 of 255 = 49%
B 129 of 255 = 51%

166
125
129

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

Portions of RGB colors in percentages

R + G + B =
166 + 125 + 129 = 420 (100%)
R 166 of 420 ~ 39.52%
G 125 of 420 ~ 29.76%
B 129 of 420 ~ 30.71%

%39.52
%29.76
%30.71

CMYK color model

#A67D81 color CMYK value is (0,25,22,35).

  • cyan value is 0.00%
  • magenta value is 24.70%
  • yellow value is 22.29%
  • key color value is 34.90%
CMYK:
(0,25,22,35)
C0M25Y22K35 
(0%,25%,22%,35%)
(0.00/0.25/0.22/0.35)	

CMYK percentages

%0
%24.7
%22.29
%34.9

Codes

Color #A67D81 in popluar color models

A67D81
RGB166125129
HSL354°18.72%57.06%
HSB/HSV354°24.70%65.10%
CMYK0.00%24.70%22.29%
34.90%

Color #A67D81 in popluar number systems.

HEXA67D81
Decimal166125129
Binary10100110111110110000001
Octal246175201

Shades and tints

Shades of #A67D81

#A67D81
(166,125,129)
#977276
(151,114,118)
#88676B
(136,103,107)
#795C60
(121,92,96)
#6A5155
(106,81,85)
#5B464A
(91,70,74)
#4C3B3F
(76,59,63)
#3D3034
(61,48,52)
#2E2529
(46,37,41)
#1F1A1E
(31,26,30)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #A67D81

#A67D81
(166,125,129)
#AE888C
(174,136,140)
#B69397
(182,147,151)
#BE9EA2
(190,158,162)
#C6A9AD
(198,169,173)
#CEB4B8
(206,180,184)
#D6BFC3
(214,191,195)
#DECACE
(222,202,206)
#E6D5D9
(230,213,217)
#EEE0E4
(238,224,228)
#F6EBEF
(246,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A67D81; }

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

This text font color is #A67D81.


Background Color

.myBgColor { background-color: #A67D81; }

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

This div background color is #A67D81.


Border color

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

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

This div border color is #A67D81.


Opacity

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

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

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

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

This text has shadow with #A67D81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67D81 on black background.


Color preview on white background

This text has color #A67D81 on white background.



Black color preview on #A67D81 background

This text has black color on #A67D81 background.


White color preview on #A67D81 background

This text has white color on #A67D81 background.