COLOR #A09575

HEX: #A09575
RGB: (160,149,117)

Color info

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

RGB color model

#A09575 color RGB value is (160,149,117).

  • red value is 160;
  • green value is 149;
  • blue value is 117.
RGB:
(160,149,117)
(63%,58%,46%)

RGB channels and saturation

R 160 of 255 = 63%
G 149 of 255 = 58%
B 117 of 255 = 46%

160
149
117

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

Portions of RGB colors in percentages

R + G + B =
160 + 149 + 117 = 426 (100%)
R 160 of 426 ~ 37.56%
G 149 of 426 ~ 34.98%
B 117 of 426 ~ 27.46%

%37.56
%34.98
%27.46

CMYK color model

#A09575 color CMYK value is (0,7,27,37).

  • cyan value is 0.00%
  • magenta value is 6.87%
  • yellow value is 26.88%
  • key color value is 37.25%
CMYK:
(0,7,27,37)
C0M7Y27K37 
(0%,7%,27%,37%)
(0.00/0.07/0.27/0.37)	

CMYK percentages

%0
%6.87
%26.88
%37.25

Codes

Color #A09575 in popluar color models

A09575
RGB160149117
HSL45°18.45%54.31%
HSB/HSV45°26.88%62.75%
CMYK0.00%6.87%26.88%
37.25%

Color #A09575 in popluar number systems.

HEXA09575
Decimal160149117
Binary10100000100101011110101
Octal240225165

Shades and tints

Shades of #A09575

#A09575
(160,149,117)
#92886B
(146,136,107)
#847B61
(132,123,97)
#766E57
(118,110,87)
#68614D
(104,97,77)
#5A5443
(90,84,67)
#4C4739
(76,71,57)
#3E3A2F
(62,58,47)
#302D25
(48,45,37)
#22201B
(34,32,27)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #A09575

#A09575
(160,149,117)
#A89E81
(168,158,129)
#B0A78D
(176,167,141)
#B8B099
(184,176,153)
#C0B9A5
(192,185,165)
#C8C2B1
(200,194,177)
#D0CBBD
(208,203,189)
#D8D4C9
(216,212,201)
#E0DDD5
(224,221,213)
#E8E6E1
(232,230,225)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09575 color. Also use rgb(160,149,117) instead hex code.

Text Font Color

.myTextColor { color: #A09575; }

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

This text font color is #A09575.


Background Color

.myBgColor { background-color: #A09575; }

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

This div background color is #A09575.


Border color

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

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

This div border color is #A09575.


Opacity

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

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

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

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

This text has shadow with #A09575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09575 on black background.


Color preview on white background

This text has color #A09575 on white background.



Black color preview on #A09575 background

This text has black color on #A09575 background.


White color preview on #A09575 background

This text has white color on #A09575 background.