COLOR #A8969B

HEX: #A8969B RGB: (168,150,155)

Color info

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

RGB color model

#A8969B color RGB value is (168,150,155).

RGB: (168,150,155) (66%, 59%, 61%)

RGB channels and saturation

R 168 of 255 = 66%
G 150 of 255 = 59%
B 155 of 255 = 61%

168
150
155

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

Portions of RGB colors in percentages

R + G + B = 168 + 150 + 155 = 473 (100%)
R 168 of 473 ~ 35.52%
G 150 of 473 ~ 31.71%
B 155 of 473 ~ 32.77'%

%35.52
%31.71
%32.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 7.74%
  • 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
%10.71
%7.74
%34.12

Codes

Color #A8969B in popluar color models

A8 96 9B
RGB 168 150 155
HSL 343° 9.38% 62.35%
HSB/HSV 343° 10.71% 65.88%
CMYK 0.00% 10.71% 7.74%
34.12%

Color #A8969B in popluar number systems.

HEX A8 96 9B
Decimal 168 150 155
Binary 10101000 10010110 10011011
Octal 250 226 233

Shades and tints

Shades of #A8969B

#A8969B
(168,150,155)
#99898D
(153,137,141)
#8A7C7F
(138,124,127)
#7B6F71
(123,111,113)
#6C6263
(108,98,99)
#5D5555
(93,85,85)
#4E4847
(78,72,71)
#3F3B39
(63,59,57)
#302E2B
(48,46,43)
#21211D
(33,33,29)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #A8969B

#A8969B
(168,150,155)
#AF9FA4
(175,159,164)
#B6A8AD
(182,168,173)
#BDB1B6
(189,177,182)
#C4BABF
(196,186,191)
#CBC3C8
(203,195,200)
#D2CCD1
(210,204,209)
#D9D5DA
(217,213,218)
#E0DEE3
(224,222,227)
#E7E7EC
(231,231,236)
#EEF0F5
(238,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8969B; }

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

This text font color is #A8969B.

Background Color

.myBgColor { background-color: #A8969B; }

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

This div background color is #A8969B.

Border color

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

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

This div border color is #A8969B.

Opacity

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

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

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

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

This text has shadow with #A8969B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8969B.

Preview

Color preview on black background

This text has color #A8969B on black background.


Color preview on white background

This text has color #A8969B on white background.


Black color preview on #A8969B background

This text has black color on #A8969B background.


White color preview on #A8969B background

This text has white color on #A8969B background.


Related colors

Complementary color

Complementary color for #hex is #576964.


I love getcolorcode.com

Triadic colors

1 #9BA896 and #969BA8 with #A8969B are triadic colors.

2 #9B96A8 and #96A89B with #A8969B are triadic colors.