COLOR #A09772

HEX: #A09772 RGB: (160,151,114)

Color info

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

RGB color model

#A09772 color RGB value is (160,151,114).

RGB: (160,151,114) (63%, 59%, 45%)

RGB channels and saturation

R 160 of 255 = 63%
G 151 of 255 = 59%
B 114 of 255 = 45%

160
151
114

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

Portions of RGB colors in percentages

R + G + B = 160 + 151 + 114 = 425 (100%)
R 160 of 425 ~ 37.65%
G 151 of 425 ~ 35.53%
B 114 of 425 ~ 26.82'%

%37.65
%35.53
%26.82

CMYK color model

#A09772 color CMYK value is (0,6,29,37).

  • cyan value is 0.00%
  • magenta value is 5.63%
  • yellow value is 28.75%
  • key color value is 37.25%

CMYK: (0,6,29,37)
C0M6Y29K37 (0%, 6%, 29%, 37%)
(0.00 / 0.06 / 0.29 / 0.37)

CMYK percentages

%0
%5.63
%28.75
%37.25

Codes

Color #A09772 in popluar color models

A0 97 72
RGB 160 151 114
HSL 48° 19.49% 53.73%
HSB/HSV 48° 28.75% 62.75%
CMYK 0.00% 5.63% 28.75%
37.25%

Color #A09772 in popluar number systems.

HEX A0 97 72
Decimal 160 151 114
Binary 10100000 10010111 1110010
Octal 240 227 162

Shades and tints

Shades of #A09772

#A09772
(160,151,114)
#928A68
(146,138,104)
#847D5E
(132,125,94)
#767054
(118,112,84)
#68634A
(104,99,74)
#5A5640
(90,86,64)
#4C4936
(76,73,54)
#3E3C2C
(62,60,44)
#302F22
(48,47,34)
#222218
(34,34,24)
#14150E
(20,21,14)
#000000
(0,0,0)

Tints of #A09772

#A09772
(160,151,114)
#A8A07E
(168,160,126)
#B0A98A
(176,169,138)
#B8B296
(184,178,150)
#C0BBA2
(192,187,162)
#C8C4AE
(200,196,174)
#D0CDBA
(208,205,186)
#D8D6C6
(216,214,198)
#E0DFD2
(224,223,210)
#E8E8DE
(232,232,222)
#F0F1EA
(240,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09772 color. Also use rgb(160,151,114) instead hex code.

Text Font Color

.myTextColor { color: #A09772; }

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

This text font color is #A09772.

Background Color

.myBgColor { background-color: #A09772; }

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

This div background color is #A09772.

Border color

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

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

This div border color is #A09772.

Opacity

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

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

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

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

This text has shadow with #A09772 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09772.

Preview

Color preview on black background

This text has color #A09772 on black background.


Color preview on white background

This text has color #A09772 on white background.


Black color preview on #A09772 background

This text has black color on #A09772 background.


White color preview on #A09772 background

This text has white color on #A09772 background.


Related colors

Complementary color

Complementary color for #hex is #5F688D.


I love getcolorcode.com

Triadic colors

1 #72A097 and #9772A0 with #A09772 are triadic colors.

2 #7297A0 and #97A072 with #A09772 are triadic colors.