COLOR #A0966C

HEX: #A0966C RGB: (160,150,108)

Color info

#A0966C contains red, green and blue colors in about the same proportion. Web safe color of #A0966C is #999966 (or #996).

RGB color model

#A0966C color RGB value is (160,150,108).

RGB: (160,150,108) (63%, 59%, 42%)

RGB channels and saturation

R 160 of 255 = 63%
G 150 of 255 = 59%
B 108 of 255 = 42%

160
150
108

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

Portions of RGB colors in percentages

R + G + B = 160 + 150 + 108 = 418 (100%)
R 160 of 418 ~ 38.28%
G 150 of 418 ~ 35.89%
B 108 of 418 ~ 25.84'%

%38.28
%35.89
%25.84

CMYK color model

#A0966C color CMYK value is (0,6,33,37).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 32.50%
  • key color value is 37.25%
CMYK: (0,6,33,37) C0M6Y33K37 (0%,6%,33%,37%) (0.00/0.06/0.33/0.37) 

CMYK percentages

%0
%6.25
%32.5
%37.25

Codes

Color #A0966C in popluar color models

A0 96 6C
RGB 160 150 108
HSL 48° 21.49% 52.55%
HSB/HSV 48° 32.50% 62.75%
CMYK 0.00% 6.25% 32.50%
37.25%

Color #A0966C in popluar number systems.

HEX A0 96 6C
Decimal 160 150 108
Binary 10100000 10010110 1101100
Octal 240 226 154

Shades and tints

Shades of #A0966C

#A0966C
(160,150,108)
#928963
(146,137,99)
#847C5A
(132,124,90)
#766F51
(118,111,81)
#686248
(104,98,72)
#5A553F
(90,85,63)
#4C4836
(76,72,54)
#3E3B2D
(62,59,45)
#302E24
(48,46,36)
#22211B
(34,33,27)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #A0966C

#A0966C
(160,150,108)
#A89F79
(168,159,121)
#B0A886
(176,168,134)
#B8B193
(184,177,147)
#C0BAA0
(192,186,160)
#C8C3AD
(200,195,173)
#D0CCBA
(208,204,186)
#D8D5C7
(216,213,199)
#E0DED4
(224,222,212)
#E8E7E1
(232,231,225)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0966C color. Also use rgb(160,150,108) instead hex code.

Text Font Color

.myTextColor { color: #A0966C; }

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

This text font color is #A0966C.

Background Color

.myBgColor { background-color: #A0966C; }

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

This div background color is #A0966C.

Border color

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

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

This div border color is #A0966C.

Opacity

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

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

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

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

This text has shadow with #A0966C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0966C.

Preview

Color preview on black background

This text has color #A0966C on black background.


Color preview on white background

This text has color #A0966C on white background.


Black color preview on #A0966C background

This text has black color on #A0966C background.


White color preview on #A0966C background

This text has white color on #A0966C background.


Related colors

Complementary color

Complementary color for #hex is #5F6993.


I love getcolorcode.com

Triadic colors

1 #6CA096 and #966CA0 with #A0966C are triadic colors.

2 #6C96A0 and #96A06C with #A0966C are triadic colors.