COLOR #A8969E

HEX: #A8969E RGB: (168,150,158)

Color info

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

RGB color model

#A8969E color RGB value is (168,150,158).

RGB: (168,150,158) (66%, 59%, 62%)

RGB channels and saturation

R 168 of 255 = 66%
G 150 of 255 = 59%
B 158 of 255 = 62%

168
150
158

R + G + B ~ 62%. #A8969E is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 150 + 158 = 476 (100%)
R 168 of 476 ~ 35.29%
G 150 of 476 ~ 31.51%
B 158 of 476 ~ 33.19'%

%35.29
%31.51
%33.19

CMYK color model

#A8969E color CMYK value is (0,11,6,34).

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 5.95%
  • key color value is 34.12%

CMYK: (0,11,6,34)
C0M11Y6K34 (0%, 11%, 6%, 34%)
(0.00 / 0.11 / 0.06 / 0.34)

CMYK percentages

%0
%10.71
%5.95
%34.12

Codes

Color #A8969E in popluar color models

A8 96 9E
RGB 168 150 158
HSL 333° 9.38% 62.35%
HSB/HSV 333° 10.71% 65.88%
CMYK 0.00% 10.71% 5.95%
34.12%

Color #A8969E in popluar number systems.

HEX A8 96 9E
Decimal 168 150 158
Binary 10101000 10010110 10011110
Octal 250 226 236

Shades and tints

Shades of #A8969E

#A8969E
(168,150,158)
#998990
(153,137,144)
#8A7C82
(138,124,130)
#7B6F74
(123,111,116)
#6C6266
(108,98,102)
#5D5558
(93,85,88)
#4E484A
(78,72,74)
#3F3B3C
(63,59,60)
#302E2E
(48,46,46)
#212120
(33,33,32)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #A8969E

#A8969E
(168,150,158)
#AF9FA6
(175,159,166)
#B6A8AE
(182,168,174)
#BDB1B6
(189,177,182)
#C4BABE
(196,186,190)
#CBC3C6
(203,195,198)
#D2CCCE
(210,204,206)
#D9D5D6
(217,213,214)
#E0DEDE
(224,222,222)
#E7E7E6
(231,231,230)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8969E color. Also use rgb(168,150,158) instead hex code.

Text Font Color

.myTextColor { color: #A8969E; }

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

This text font color is #A8969E.

Background Color

.myBgColor { background-color: #A8969E; }

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

This div background color is #A8969E.

Border color

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

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

This div border color is #A8969E.

Opacity

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

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

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

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

This text has shadow with #A8969E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8969E.

Preview

Color preview on black background

This text has color #A8969E on black background.


Color preview on white background

This text has color #A8969E on white background.


Black color preview on #A8969E background

This text has black color on #A8969E background.


White color preview on #A8969E background

This text has white color on #A8969E background.


Related colors

Complementary color

Complementary color for #hex is #576961.


I love getcolorcode.com

Triadic colors

1 #9EA896 and #969EA8 with #A8969E are triadic colors.

2 #9E96A8 and #96A89E with #A8969E are triadic colors.