COLOR #A09667

HEX: #A09667
RGB: (160,150,103)

Color info

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

RGB color model

#A09667 color RGB value is (160,150,103).

  • red value is 160;
  • green value is 150;
  • blue value is 103.
RGB:
(160,150,103)
(63%,59%,40%)

RGB channels and saturation

R 160 of 255 = 63%
G 150 of 255 = 59%
B 103 of 255 = 40%

160
150
103

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

Portions of RGB colors in percentages

R + G + B =
160 + 150 + 103 = 413 (100%)
R 160 of 413 ~ 38.74%
G 150 of 413 ~ 36.32%
B 103 of 413 ~ 24.94%

%38.74
%36.32
%24.94

CMYK color model

#A09667 color CMYK value is (0,6,36,37).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 35.63%
  • key color value is 37.25%
CMYK:
(0,6,36,37)
C0M6Y36K37 
(0%,6%,36%,37%)
(0.00/0.06/0.36/0.37)	

CMYK percentages

%0
%6.25
%35.63
%37.25

Codes

Color #A09667 in popluar color models

A09667
RGB160150103
HSL49°23.08%51.57%
HSB/HSV49°35.63%62.75%
CMYK0.00%6.25%35.63%
37.25%

Color #A09667 in popluar number systems.

HEXA09667
Decimal160150103
Binary10100000100101101100111
Octal240226147

Shades and tints

Shades of #A09667

#A09667
(160,150,103)
#92895E
(146,137,94)
#847C55
(132,124,85)
#766F4C
(118,111,76)
#686243
(104,98,67)
#5A553A
(90,85,58)
#4C4831
(76,72,49)
#3E3B28
(62,59,40)
#302E1F
(48,46,31)
#222116
(34,33,22)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #A09667

#A09667
(160,150,103)
#A89F74
(168,159,116)
#B0A881
(176,168,129)
#B8B18E
(184,177,142)
#C0BA9B
(192,186,155)
#C8C3A8
(200,195,168)
#D0CCB5
(208,204,181)
#D8D5C2
(216,213,194)
#E0DECF
(224,222,207)
#E8E7DC
(232,231,220)
#F0F0E9
(240,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09667; }

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

This text font color is #A09667.


Background Color

.myBgColor { background-color: #A09667; }

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

This div background color is #A09667.


Border color

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

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

This div border color is #A09667.


Opacity

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

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

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

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

This text has shadow with #A09667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09667 on black background.


Color preview on white background

This text has color #A09667 on white background.



Black color preview on #A09667 background

This text has black color on #A09667 background.


White color preview on #A09667 background

This text has white color on #A09667 background.