COLOR #A67999

HEX: #A67999
RGB: (166,121,153)

Color info

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

RGB color model

#A67999 color RGB value is (166,121,153).

  • red value is 166;
  • green value is 121;
  • blue value is 153.
RGB:
(166,121,153)
(65%,47%,60%)

RGB channels and saturation

R 166 of 255 = 65%
G 121 of 255 = 47%
B 153 of 255 = 60%

166
121
153

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

Portions of RGB colors in percentages

R + G + B =
166 + 121 + 153 = 440 (100%)
R 166 of 440 ~ 37.73%
G 121 of 440 ~ 27.5%
B 153 of 440 ~ 34.77%

%37.73
%27.5
%34.77

CMYK color model

#A67999 color CMYK value is (0,27,8,35).

  • cyan value is 0.00%
  • magenta value is 27.11%
  • yellow value is 7.83%
  • key color value is 34.90%
CMYK:
(0,27,8,35)
C0M27Y8K35 
(0%,27%,8%,35%)
(0.00/0.27/0.08/0.35)	

CMYK percentages

%0
%27.11
%7.83
%34.9

Codes

Color #A67999 in popluar color models

A67999
RGB166121153
HSL317°20.18%56.27%
HSB/HSV317°27.11%65.10%
CMYK0.00%27.11%7.83%
34.90%

Color #A67999 in popluar number systems.

HEXA67999
Decimal166121153
Binary10100110111100110011001
Octal246171231

Shades and tints

Shades of #A67999

#A67999
(166,121,153)
#976E8C
(151,110,140)
#88637F
(136,99,127)
#795872
(121,88,114)
#6A4D65
(106,77,101)
#5B4258
(91,66,88)
#4C374B
(76,55,75)
#3D2C3E
(61,44,62)
#2E2131
(46,33,49)
#1F1624
(31,22,36)
#100B17
(16,11,23)
#000000
(0,0,0)

Tints of #A67999

#A67999
(166,121,153)
#AE85A2
(174,133,162)
#B691AB
(182,145,171)
#BE9DB4
(190,157,180)
#C6A9BD
(198,169,189)
#CEB5C6
(206,181,198)
#D6C1CF
(214,193,207)
#DECDD8
(222,205,216)
#E6D9E1
(230,217,225)
#EEE5EA
(238,229,234)
#F6F1F3
(246,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A67999; }

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

This text font color is #A67999.


Background Color

.myBgColor { background-color: #A67999; }

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

This div background color is #A67999.


Border color

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

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

This div border color is #A67999.


Opacity

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

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

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

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

This text has shadow with #A67999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67999 on black background.


Color preview on white background

This text has color #A67999 on white background.



Black color preview on #A67999 background

This text has black color on #A67999 background.


White color preview on #A67999 background

This text has white color on #A67999 background.