COLOR #A09570

HEX: #A09570
RGB: (160,149,112)

Color info

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

RGB color model

#A09570 color RGB value is (160,149,112).

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

RGB channels and saturation

R 160 of 255 = 63%
G 149 of 255 = 58%
B 112 of 255 = 44%

160
149
112

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

Portions of RGB colors in percentages

R + G + B =
160 + 149 + 112 = 421 (100%)
R 160 of 421 ~ 38%
G 149 of 421 ~ 35.39%
B 112 of 421 ~ 26.6%

%38
%35.39
%26.6

CMYK color model

#A09570 color CMYK value is (0,7,30,37).

  • cyan value is 0.00%
  • magenta value is 6.87%
  • yellow value is 30.00%
  • key color value is 37.25%
CMYK:
(0,7,30,37)
C0M7Y30K37 
(0%,7%,30%,37%)
(0.00/0.07/0.30/0.37)	

CMYK percentages

%0
%6.87
%30
%37.25

Codes

Color #A09570 in popluar color models

A09570
RGB160149112
HSL46°20.17%53.33%
HSB/HSV46°30.00%62.75%
CMYK0.00%6.87%30.00%
37.25%

Color #A09570 in popluar number systems.

HEXA09570
Decimal160149112
Binary10100000100101011110000
Octal240225160

Shades and tints

Shades of #A09570

#A09570
(160,149,112)
#928866
(146,136,102)
#847B5C
(132,123,92)
#766E52
(118,110,82)
#686148
(104,97,72)
#5A543E
(90,84,62)
#4C4734
(76,71,52)
#3E3A2A
(62,58,42)
#302D20
(48,45,32)
#222016
(34,32,22)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #A09570

#A09570
(160,149,112)
#A89E7D
(168,158,125)
#B0A78A
(176,167,138)
#B8B097
(184,176,151)
#C0B9A4
(192,185,164)
#C8C2B1
(200,194,177)
#D0CBBE
(208,203,190)
#D8D4CB
(216,212,203)
#E0DDD8
(224,221,216)
#E8E6E5
(232,230,229)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09570; }

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

This text font color is #A09570.


Background Color

.myBgColor { background-color: #A09570; }

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

This div background color is #A09570.


Border color

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

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

This div border color is #A09570.


Opacity

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

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

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

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

This text has shadow with #A09570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09570 on black background.


Color preview on white background

This text has color #A09570 on white background.



Black color preview on #A09570 background

This text has black color on #A09570 background.


White color preview on #A09570 background

This text has white color on #A09570 background.