COLOR #A8959A

HEX: #A8959A RGB: (168,149,154)

Color info

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

RGB color model

#A8959A color RGB value is (168,149,154).

RGB: (168,149,154) (66%, 58%, 60%)

RGB channels and saturation

R 168 of 255 = 66%
G 149 of 255 = 58%
B 154 of 255 = 60%

168
149
154

R + G + B ~ 61%. #A8959A is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 149 + 154 = 471 (100%)
R 168 of 471 ~ 35.67%
G 149 of 471 ~ 31.63%
B 154 of 471 ~ 32.7'%

%35.67
%31.63
%32.7

CMYK color model

#A8959A color CMYK value is (0,11,8,34).

  • cyan value is 0.00%
  • magenta value is 11.31%
  • yellow value is 8.33%
  • key color value is 34.12%
CMYK: (0,11,8,34) C0M11Y8K34 (0%,11%,8%,34%) (0.00/0.11/0.08/0.34) 

CMYK percentages

%0
%11.31
%8.33
%34.12

Codes

Color #A8959A in popluar color models

A8 95 9A
RGB 168 149 154
HSL 344° 9.84% 62.16%
HSB/HSV 344° 11.31% 65.88%
CMYK 0.00% 11.31% 8.33%
34.12%

Color #A8959A in popluar number systems.

HEX A8 95 9A
Decimal 168 149 154
Binary 10101000 10010101 10011010
Octal 250 225 232

Shades and tints

Shades of #A8959A

#A8959A
(168,149,154)
#99888C
(153,136,140)
#8A7B7E
(138,123,126)
#7B6E70
(123,110,112)
#6C6162
(108,97,98)
#5D5454
(93,84,84)
#4E4746
(78,71,70)
#3F3A38
(63,58,56)
#302D2A
(48,45,42)
#21201C
(33,32,28)
#12130E
(18,19,14)
#000000
(0,0,0)

Tints of #A8959A

#A8959A
(168,149,154)
#AF9EA3
(175,158,163)
#B6A7AC
(182,167,172)
#BDB0B5
(189,176,181)
#C4B9BE
(196,185,190)
#CBC2C7
(203,194,199)
#D2CBD0
(210,203,208)
#D9D4D9
(217,212,217)
#E0DDE2
(224,221,226)
#E7E6EB
(231,230,235)
#EEEFF4
(238,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8959A color. Also use rgb(168,149,154) instead hex code.

Text Font Color

.myTextColor { color: #A8959A; }

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

This text font color is #A8959A.

Background Color

.myBgColor { background-color: #A8959A; }

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

This div background color is #A8959A.

Border color

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

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

This div border color is #A8959A.

Opacity

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

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

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

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

This text has shadow with #A8959A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8959A.

Preview

Color preview on black background

This text has color #A8959A on black background.


Color preview on white background

This text has color #A8959A on white background.


Black color preview on #A8959A background

This text has black color on #A8959A background.


White color preview on #A8959A background

This text has white color on #A8959A background.


Related colors

Complementary color

Complementary color for #hex is #576A65.


I love getcolorcode.com

Triadic colors

1 #9AA895 and #959AA8 with #A8959A are triadic colors.

2 #9A95A8 and #95A89A with #A8959A are triadic colors.