COLOR #A09B7C

HEX: #A09B7C
RGB: (160,155,124)

Color info

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

RGB color model

#A09B7C color RGB value is (160,155,124).

  • red value is 160;
  • green value is 155;
  • blue value is 124.
RGB:
(160,155,124)
(63%,61%,49%)

RGB channels and saturation

R 160 of 255 = 63%
G 155 of 255 = 61%
B 124 of 255 = 49%

160
155
124

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

Portions of RGB colors in percentages

R + G + B =
160 + 155 + 124 = 439 (100%)
R 160 of 439 ~ 36.45%
G 155 of 439 ~ 35.31%
B 124 of 439 ~ 28.25%

%36.45
%35.31
%28.25

CMYK color model

#A09B7C color CMYK value is (0,3,23,37).

  • cyan value is 0.00%
  • magenta value is 3.13%
  • yellow value is 22.50%
  • key color value is 37.25%
CMYK:
(0,3,23,37)
C0M3Y23K37 
(0%,3%,23%,37%)
(0.00/0.03/0.23/0.37)	

CMYK percentages

%0
%3.13
%22.5
%37.25

Codes

Color #A09B7C in popluar color models

A09B7C
RGB160155124
HSL52°15.93%55.69%
HSB/HSV52°22.50%62.75%
CMYK0.00%3.13%22.50%
37.25%

Color #A09B7C in popluar number systems.

HEXA09B7C
Decimal160155124
Binary10100000100110111111100
Octal240233174

Shades and tints

Shades of #A09B7C

#A09B7C
(160,155,124)
#928D71
(146,141,113)
#847F66
(132,127,102)
#76715B
(118,113,91)
#686350
(104,99,80)
#5A5545
(90,85,69)
#4C473A
(76,71,58)
#3E392F
(62,57,47)
#302B24
(48,43,36)
#221D19
(34,29,25)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #A09B7C

#A09B7C
(160,155,124)
#A8A487
(168,164,135)
#B0AD92
(176,173,146)
#B8B69D
(184,182,157)
#C0BFA8
(192,191,168)
#C8C8B3
(200,200,179)
#D0D1BE
(208,209,190)
#D8DAC9
(216,218,201)
#E0E3D4
(224,227,212)
#E8ECDF
(232,236,223)
#F0F5EA
(240,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09B7C color. Also use rgb(160,155,124) instead hex code.

Text Font Color

.myTextColor { color: #A09B7C; }

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

This text font color is #A09B7C.


Background Color

.myBgColor { background-color: #A09B7C; }

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

This div background color is #A09B7C.


Border color

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

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

This div border color is #A09B7C.


Opacity

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

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

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

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

This text has shadow with #A09B7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09B7C on black background.


Color preview on white background

This text has color #A09B7C on white background.



Black color preview on #A09B7C background

This text has black color on #A09B7C background.


White color preview on #A09B7C background

This text has white color on #A09B7C background.