COLOR #A8968F

HEX: #A8968F RGB: (168,150,143)

Color info

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

RGB color model

#A8968F color RGB value is (168,150,143).

RGB: (168,150,143) (66%, 59%, 56%)

RGB channels and saturation

R 168 of 255 = 66%
G 150 of 255 = 59%
B 143 of 255 = 56%

168
150
143

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

Portions of RGB colors in percentages

R + G + B = 168 + 150 + 143 = 461 (100%)
R 168 of 461 ~ 36.44%
G 150 of 461 ~ 32.54%
B 143 of 461 ~ 31.02'%

%36.44
%32.54
%31.02

CMYK color model

#A8968F color CMYK value is (0,11,15,34).

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

CMYK: (0,11,15,34)
C0M11Y15K34 (0%, 11%, 15%, 34%)
(0.00 / 0.11 / 0.15 / 0.34)

CMYK percentages

%0
%10.71
%14.88
%34.12

Codes

Color #A8968F in popluar color models

A8 96 8F
RGB 168 150 143
HSL 17° 12.56% 60.98%
HSB/HSV 17° 14.88% 65.88%
CMYK 0.00% 10.71% 14.88%
34.12%

Color #A8968F in popluar number systems.

HEX A8 96 8F
Decimal 168 150 143
Binary 10101000 10010110 10001111
Octal 250 226 217

Shades and tints

Shades of #A8968F

#A8968F
(168,150,143)
#998982
(153,137,130)
#8A7C75
(138,124,117)
#7B6F68
(123,111,104)
#6C625B
(108,98,91)
#5D554E
(93,85,78)
#4E4841
(78,72,65)
#3F3B34
(63,59,52)
#302E27
(48,46,39)
#21211A
(33,33,26)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #A8968F

#A8968F
(168,150,143)
#AF9F99
(175,159,153)
#B6A8A3
(182,168,163)
#BDB1AD
(189,177,173)
#C4BAB7
(196,186,183)
#CBC3C1
(203,195,193)
#D2CCCB
(210,204,203)
#D9D5D5
(217,213,213)
#E0DEDF
(224,222,223)
#E7E7E9
(231,231,233)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8968F; }

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

This text font color is #A8968F.

Background Color

.myBgColor { background-color: #A8968F; }

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

This div background color is #A8968F.

Border color

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

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

This div border color is #A8968F.

Opacity

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

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

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

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

This text has shadow with #A8968F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8968F.

Preview

Color preview on black background

This text has color #A8968F on black background.


Color preview on white background

This text has color #A8968F on white background.


Black color preview on #A8968F background

This text has black color on #A8968F background.


White color preview on #A8968F background

This text has white color on #A8968F background.


Related colors

Complementary color

Complementary color for #hex is #576970.


I love getcolorcode.com

Triadic colors

1 #8FA896 and #968FA8 with #A8968F are triadic colors.

2 #8F96A8 and #96A88F with #A8968F are triadic colors.