COLOR #A09C75

HEX: #A09C75
RGB: (160,156,117)

Color info

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

RGB color model

#A09C75 color RGB value is (160,156,117).

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

RGB channels and saturation

R 160 of 255 = 63%
G 156 of 255 = 61%
B 117 of 255 = 46%

160
156
117

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

Portions of RGB colors in percentages

R + G + B =
160 + 156 + 117 = 433 (100%)
R 160 of 433 ~ 36.95%
G 156 of 433 ~ 36.03%
B 117 of 433 ~ 27.02%

%36.95
%36.03
%27.02

CMYK color model

#A09C75 color CMYK value is (0,2,27,37).

  • cyan value is 0.00%
  • magenta value is 2.50%
  • yellow value is 26.88%
  • key color value is 37.25%
CMYK:
(0,2,27,37)
C0M2Y27K37 
(0%,2%,27%,37%)
(0.00/0.02/0.27/0.37)	

CMYK percentages

%0
%2.5
%26.88
%37.25

Codes

Color #A09C75 in popluar color models

A09C75
RGB160156117
HSL54°18.45%54.31%
HSB/HSV54°26.88%62.75%
CMYK0.00%2.50%26.88%
37.25%

Color #A09C75 in popluar number systems.

HEXA09C75
Decimal160156117
Binary10100000100111001110101
Octal240234165

Shades and tints

Shades of #A09C75

#A09C75
(160,156,117)
#928E6B
(146,142,107)
#848061
(132,128,97)
#767257
(118,114,87)
#68644D
(104,100,77)
#5A5643
(90,86,67)
#4C4839
(76,72,57)
#3E3A2F
(62,58,47)
#302C25
(48,44,37)
#221E1B
(34,30,27)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #A09C75

#A09C75
(160,156,117)
#A8A581
(168,165,129)
#B0AE8D
(176,174,141)
#B8B799
(184,183,153)
#C0C0A5
(192,192,165)
#C8C9B1
(200,201,177)
#D0D2BD
(208,210,189)
#D8DBC9
(216,219,201)
#E0E4D5
(224,228,213)
#E8EDE1
(232,237,225)
#F0F6ED
(240,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09C75; }

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

This text font color is #A09C75.


Background Color

.myBgColor { background-color: #A09C75; }

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

This div background color is #A09C75.


Border color

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

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

This div border color is #A09C75.


Opacity

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

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

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

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

This text has shadow with #A09C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09C75 on black background.


Color preview on white background

This text has color #A09C75 on white background.



Black color preview on #A09C75 background

This text has black color on #A09C75 background.


White color preview on #A09C75 background

This text has white color on #A09C75 background.