COLOR #A09177

HEX: #A09177
RGB: (160,145,119)

Color info

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

RGB color model

#A09177 color RGB value is (160,145,119).

  • red value is 160;
  • green value is 145;
  • blue value is 119.
RGB:
(160,145,119)
(63%,57%,47%)

RGB channels and saturation

R 160 of 255 = 63%
G 145 of 255 = 57%
B 119 of 255 = 47%

160
145
119

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

Portions of RGB colors in percentages

R + G + B =
160 + 145 + 119 = 424 (100%)
R 160 of 424 ~ 37.74%
G 145 of 424 ~ 34.2%
B 119 of 424 ~ 28.07%

%37.74
%34.2
%28.07

CMYK color model

#A09177 color CMYK value is (0,9,26,37).

  • cyan value is 0.00%
  • magenta value is 9.38%
  • yellow value is 25.63%
  • key color value is 37.25%
CMYK:
(0,9,26,37)
C0M9Y26K37 
(0%,9%,26%,37%)
(0.00/0.09/0.26/0.37)	

CMYK percentages

%0
%9.38
%25.63
%37.25

Codes

Color #A09177 in popluar color models

A09177
RGB160145119
HSL38°17.75%54.71%
HSB/HSV38°25.63%62.75%
CMYK0.00%9.38%25.63%
37.25%

Color #A09177 in popluar number systems.

HEXA09177
Decimal160145119
Binary10100000100100011110111
Octal240221167

Shades and tints

Shades of #A09177

#A09177
(160,145,119)
#92846D
(146,132,109)
#847763
(132,119,99)
#766A59
(118,106,89)
#685D4F
(104,93,79)
#5A5045
(90,80,69)
#4C433B
(76,67,59)
#3E3631
(62,54,49)
#302927
(48,41,39)
#221C1D
(34,28,29)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #A09177

#A09177
(160,145,119)
#A89B83
(168,155,131)
#B0A58F
(176,165,143)
#B8AF9B
(184,175,155)
#C0B9A7
(192,185,167)
#C8C3B3
(200,195,179)
#D0CDBF
(208,205,191)
#D8D7CB
(216,215,203)
#E0E1D7
(224,225,215)
#E8EBE3
(232,235,227)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09177 color. Also use rgb(160,145,119) instead hex code.

Text Font Color

.myTextColor { color: #A09177; }

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

This text font color is #A09177.


Background Color

.myBgColor { background-color: #A09177; }

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

This div background color is #A09177.


Border color

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

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

This div border color is #A09177.


Opacity

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

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

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

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

This text has shadow with #A09177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09177 on black background.


Color preview on white background

This text has color #A09177 on white background.



Black color preview on #A09177 background

This text has black color on #A09177 background.


White color preview on #A09177 background

This text has white color on #A09177 background.