COLOR #A09974

HEX: #A09974
RGB: (160,153,116)

Color info

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

RGB color model

#A09974 color RGB value is (160,153,116).

  • red value is 160;
  • green value is 153;
  • blue value is 116.
RGB:
(160,153,116)
(63%,60%,45%)

RGB channels and saturation

R 160 of 255 = 63%
G 153 of 255 = 60%
B 116 of 255 = 45%

160
153
116

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

Portions of RGB colors in percentages

R + G + B =
160 + 153 + 116 = 429 (100%)
R 160 of 429 ~ 37.3%
G 153 of 429 ~ 35.66%
B 116 of 429 ~ 27.04%

%37.3
%35.66
%27.04

CMYK color model

#A09974 color CMYK value is (0,4,28,37).

  • cyan value is 0.00%
  • magenta value is 4.38%
  • yellow value is 27.50%
  • key color value is 37.25%
CMYK:
(0,4,28,37)
C0M4Y28K37 
(0%,4%,28%,37%)
(0.00/0.04/0.28/0.37)	

CMYK percentages

%0
%4.38
%27.5
%37.25

Codes

Color #A09974 in popluar color models

A09974
RGB160153116
HSL50°18.80%54.12%
HSB/HSV50°27.50%62.75%
CMYK0.00%4.38%27.50%
37.25%

Color #A09974 in popluar number systems.

HEXA09974
Decimal160153116
Binary10100000100110011110100
Octal240231164

Shades and tints

Shades of #A09974

#A09974
(160,153,116)
#928C6A
(146,140,106)
#847F60
(132,127,96)
#767256
(118,114,86)
#68654C
(104,101,76)
#5A5842
(90,88,66)
#4C4B38
(76,75,56)
#3E3E2E
(62,62,46)
#303124
(48,49,36)
#22241A
(34,36,26)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #A09974

#A09974
(160,153,116)
#A8A280
(168,162,128)
#B0AB8C
(176,171,140)
#B8B498
(184,180,152)
#C0BDA4
(192,189,164)
#C8C6B0
(200,198,176)
#D0CFBC
(208,207,188)
#D8D8C8
(216,216,200)
#E0E1D4
(224,225,212)
#E8EAE0
(232,234,224)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09974; }

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

This text font color is #A09974.


Background Color

.myBgColor { background-color: #A09974; }

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

This div background color is #A09974.


Border color

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

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

This div border color is #A09974.


Opacity

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

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

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

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

This text has shadow with #A09974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09974 on black background.


Color preview on white background

This text has color #A09974 on white background.



Black color preview on #A09974 background

This text has black color on #A09974 background.


White color preview on #A09974 background

This text has white color on #A09974 background.