COLOR #A68A95

HEX: #A68A95 RGB: (166,138,149)

Color info

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

RGB color model

#A68A95 color RGB value is (166,138,149).

RGB: (166,138,149) (65%, 54%, 58%)

RGB channels and saturation

R 166 of 255 = 65%
G 138 of 255 = 54%
B 149 of 255 = 58%

166
138
149

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

Portions of RGB colors in percentages

R + G + B = 166 + 138 + 149 = 453 (100%)
R 166 of 453 ~ 36.64%
G 138 of 453 ~ 30.46%
B 149 of 453 ~ 32.89'%

%36.64
%30.46
%32.89

CMYK color model

#A68A95 color CMYK value is (0,17,10,35).

  • cyan value is 0.00%
  • magenta value is 16.87%
  • yellow value is 10.24%
  • key color value is 34.90%

CMYK: (0,17,10,35)
C0M17Y10K35 (0%, 17%, 10%, 35%)
(0.00 / 0.17 / 0.10 / 0.35)

CMYK percentages

%0
%16.87
%10.24
%34.9

Codes

Color #A68A95 in popluar color models

A6 8A 95
RGB 166 138 149
HSL 336° 13.59% 59.61%
HSB/HSV 336° 16.87% 65.10%
CMYK 0.00% 16.87% 10.24%
34.90%

Color #A68A95 in popluar number systems.

HEX A6 8A 95
Decimal 166 138 149
Binary 10100110 10001010 10010101
Octal 246 212 225

Shades and tints

Shades of #A68A95

#A68A95
(166,138,149)
#977E88
(151,126,136)
#88727B
(136,114,123)
#79666E
(121,102,110)
#6A5A61
(106,90,97)
#5B4E54
(91,78,84)
#4C4247
(76,66,71)
#3D363A
(61,54,58)
#2E2A2D
(46,42,45)
#1F1E20
(31,30,32)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #A68A95

#A68A95
(166,138,149)
#AE949E
(174,148,158)
#B69EA7
(182,158,167)
#BEA8B0
(190,168,176)
#C6B2B9
(198,178,185)
#CEBCC2
(206,188,194)
#D6C6CB
(214,198,203)
#DED0D4
(222,208,212)
#E6DADD
(230,218,221)
#EEE4E6
(238,228,230)
#F6EEEF
(246,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68A95 color. Also use rgb(166,138,149) instead hex code.

Text Font Color

.myTextColor { color: #A68A95; }

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

This text font color is #A68A95.

Background Color

.myBgColor { background-color: #A68A95; }

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

This div background color is #A68A95.

Border color

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

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

This div border color is #A68A95.

Opacity

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

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

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

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

This text has shadow with #A68A95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A68A95.

Preview

Color preview on black background

This text has color #A68A95 on black background.


Color preview on white background

This text has color #A68A95 on white background.


Black color preview on #A68A95 background

This text has black color on #A68A95 background.


White color preview on #A68A95 background

This text has white color on #A68A95 background.


Related colors

Complementary color

Complementary color for #hex is #59756A.


I love getcolorcode.com

Triadic colors

1 #95A68A and #8A95A6 with #A68A95 are triadic colors.

2 #958AA6 and #8AA695 with #A68A95 are triadic colors.