COLOR #A8966B

HEX: #A8966B RGB: (168,150,107)

Color info

#A8966B contains mainly red and green colors. Web safe color of #A8966B is #999966 (or #996).

RGB color model

#A8966B color RGB value is (168,150,107).

RGB: (168,150,107) (66%, 59%, 42%)

RGB channels and saturation

R 168 of 255 = 66%
G 150 of 255 = 59%
B 107 of 255 = 42%

168
150
107

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

Portions of RGB colors in percentages

R + G + B = 168 + 150 + 107 = 425 (100%)
R 168 of 425 ~ 39.53%
G 150 of 425 ~ 35.29%
B 107 of 425 ~ 25.18'%

%39.53
%35.29
%25.18

CMYK color model

#A8966B color CMYK value is (0,11,36,34).

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

CMYK: (0,11,36,34)
C0M11Y36K34 (0%, 11%, 36%, 34%)
(0.00 / 0.11 / 0.36 / 0.34)

CMYK percentages

%0
%10.71
%36.31
%34.12

Codes

Color #A8966B in popluar color models

A8 96 6B
RGB 168 150 107
HSL 42° 25.96% 53.92%
HSB/HSV 42° 36.31% 65.88%
CMYK 0.00% 10.71% 36.31%
34.12%

Color #A8966B in popluar number systems.

HEX A8 96 6B
Decimal 168 150 107
Binary 10101000 10010110 1101011
Octal 250 226 153

Shades and tints

Shades of #A8966B

#A8966B
(168,150,107)
#998962
(153,137,98)
#8A7C59
(138,124,89)
#7B6F50
(123,111,80)
#6C6247
(108,98,71)
#5D553E
(93,85,62)
#4E4835
(78,72,53)
#3F3B2C
(63,59,44)
#302E23
(48,46,35)
#21211A
(33,33,26)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #A8966B

#A8966B
(168,150,107)
#AF9F78
(175,159,120)
#B6A885
(182,168,133)
#BDB192
(189,177,146)
#C4BA9F
(196,186,159)
#CBC3AC
(203,195,172)
#D2CCB9
(210,204,185)
#D9D5C6
(217,213,198)
#E0DED3
(224,222,211)
#E7E7E0
(231,231,224)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8966B; }

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

This text font color is #A8966B.

Background Color

.myBgColor { background-color: #A8966B; }

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

This div background color is #A8966B.

Border color

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

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

This div border color is #A8966B.

Opacity

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

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

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

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

This text has shadow with #A8966B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8966B.

Preview

Color preview on black background

This text has color #A8966B on black background.


Color preview on white background

This text has color #A8966B on white background.


Black color preview on #A8966B background

This text has black color on #A8966B background.


White color preview on #A8966B background

This text has white color on #A8966B background.


Related colors

Complementary color

Complementary color for #hex is #576994.


I love getcolorcode.com

Triadic colors

1 #6BA896 and #966BA8 with #A8966B are triadic colors.

2 #6B96A8 and #96A86B with #A8966B are triadic colors.