COLOR #A68699

HEX: #A68699
RGB: (166,134,153)

Color info

#A68699 contains red, green and blue colors in about the same proportion. Web safe color of #A68699 is #999999 (or #999).

RGB color model

#A68699 color RGB value is (166,134,153).

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

RGB channels and saturation

R 166 of 255 = 65%
G 134 of 255 = 53%
B 153 of 255 = 60%

166
134
153

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

Portions of RGB colors in percentages

R + G + B =
166 + 134 + 153 = 453 (100%)
R 166 of 453 ~ 36.64%
G 134 of 453 ~ 29.58%
B 153 of 453 ~ 33.77%

%36.64
%29.58
%33.77

CMYK color model

#A68699 color CMYK value is (0,19,8,35).

  • cyan value is 0.00%
  • magenta value is 19.28%
  • yellow value is 7.83%
  • key color value is 34.90%
CMYK:
(0,19,8,35)
C0M19Y8K35 
(0%,19%,8%,35%)
(0.00/0.19/0.08/0.35)	

CMYK percentages

%0
%19.28
%7.83
%34.9

Codes

Color #A68699 in popluar color models

A68699
RGB166134153
HSL324°15.24%58.82%
HSB/HSV324°19.28%65.10%
CMYK0.00%19.28%7.83%
34.90%

Color #A68699 in popluar number systems.

HEXA68699
Decimal166134153
Binary101001101000011010011001
Octal246206231

Shades and tints

Shades of #A68699

#A68699
(166,134,153)
#977A8C
(151,122,140)
#886E7F
(136,110,127)
#796272
(121,98,114)
#6A5665
(106,86,101)
#5B4A58
(91,74,88)
#4C3E4B
(76,62,75)
#3D323E
(61,50,62)
#2E2631
(46,38,49)
#1F1A24
(31,26,36)
#100E17
(16,14,23)
#000000
(0,0,0)

Tints of #A68699

#A68699
(166,134,153)
#AE91A2
(174,145,162)
#B69CAB
(182,156,171)
#BEA7B4
(190,167,180)
#C6B2BD
(198,178,189)
#CEBDC6
(206,189,198)
#D6C8CF
(214,200,207)
#DED3D8
(222,211,216)
#E6DEE1
(230,222,225)
#EEE9EA
(238,233,234)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68699; }

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

This text font color is #A68699.


Background Color

.myBgColor { background-color: #A68699; }

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

This div background color is #A68699.


Border color

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

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

This div border color is #A68699.


Opacity

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

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

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

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

This text has shadow with #A68699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68699 on black background.


Color preview on white background

This text has color #A68699 on white background.



Black color preview on #A68699 background

This text has black color on #A68699 background.


White color preview on #A68699 background

This text has white color on #A68699 background.