COLOR #A09474

HEX: #A09474 RGB: (160,148,116)

Color info

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

RGB color model

#A09474 color RGB value is (160,148,116).

RGB: (160,148,116) (63%, 58%, 45%)

RGB channels and saturation

R 160 of 255 = 63%
G 148 of 255 = 58%
B 116 of 255 = 45%

160
148
116

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

Portions of RGB colors in percentages

R + G + B = 160 + 148 + 116 = 424 (100%)
R 160 of 424 ~ 37.74%
G 148 of 424 ~ 34.91%
B 116 of 424 ~ 27.36'%

%37.74
%34.91
%27.36

CMYK color model

#A09474 color CMYK value is (0,7,28,37).

  • cyan value is 0.00%
  • magenta value is 7.50%
  • yellow value is 27.50%
  • key color value is 37.25%
CMYK: (0,7,28,37) C0M7Y28K37 (0%,7%,28%,37%) (0.00/0.07/0.28/0.37) 

CMYK percentages

%0
%7.5
%27.5
%37.25

Codes

Color #A09474 in popluar color models

A0 94 74
RGB 160 148 116
HSL 44° 18.80% 54.12%
HSB/HSV 44° 27.50% 62.75%
CMYK 0.00% 7.50% 27.50%
37.25%

Color #A09474 in popluar number systems.

HEX A0 94 74
Decimal 160 148 116
Binary 10100000 10010100 1110100
Octal 240 224 164

Shades and tints

Shades of #A09474

#A09474
(160,148,116)
#92876A
(146,135,106)
#847A60
(132,122,96)
#766D56
(118,109,86)
#68604C
(104,96,76)
#5A5342
(90,83,66)
#4C4638
(76,70,56)
#3E392E
(62,57,46)
#302C24
(48,44,36)
#221F1A
(34,31,26)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #A09474

#A09474
(160,148,116)
#A89D80
(168,157,128)
#B0A68C
(176,166,140)
#B8AF98
(184,175,152)
#C0B8A4
(192,184,164)
#C8C1B0
(200,193,176)
#D0CABC
(208,202,188)
#D8D3C8
(216,211,200)
#E0DCD4
(224,220,212)
#E8E5E0
(232,229,224)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09474 color. Also use rgb(160,148,116) instead hex code.

Text Font Color

.myTextColor { color: #A09474; }

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

This text font color is #A09474.

Background Color

.myBgColor { background-color: #A09474; }

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

This div background color is #A09474.

Border color

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

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

This div border color is #A09474.

Opacity

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

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

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

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

This text has shadow with #A09474 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09474.

Preview

Color preview on black background

This text has color #A09474 on black background.


Color preview on white background

This text has color #A09474 on white background.


Black color preview on #A09474 background

This text has black color on #A09474 background.


White color preview on #A09474 background

This text has white color on #A09474 background.


Related colors

Complementary color

Complementary color for #hex is #5F6B8B.


I love getcolorcode.com

Triadic colors

1 #74A094 and #9474A0 with #A09474 are triadic colors.

2 #7494A0 and #94A074 with #A09474 are triadic colors.