COLOR #A0997C

HEX: #A0997C
RGB: (160,153,124)

Color info

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

RGB color model

#A0997C color RGB value is (160,153,124).

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

RGB channels and saturation

R 160 of 255 = 63%
G 153 of 255 = 60%
B 124 of 255 = 49%

160
153
124

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

Portions of RGB colors in percentages

R + G + B =
160 + 153 + 124 = 437 (100%)
R 160 of 437 ~ 36.61%
G 153 of 437 ~ 35.01%
B 124 of 437 ~ 28.38%

%36.61
%35.01
%28.38

CMYK color model

#A0997C color CMYK value is (0,4,23,37).

  • cyan value is 0.00%
  • magenta value is 4.38%
  • yellow value is 22.50%
  • key color value is 37.25%
CMYK:
(0,4,23,37)
C0M4Y23K37 
(0%,4%,23%,37%)
(0.00/0.04/0.23/0.37)	

CMYK percentages

%0
%4.38
%22.5
%37.25

Codes

Color #A0997C in popluar color models

A0997C
RGB160153124
HSL48°15.93%55.69%
HSB/HSV48°22.50%62.75%
CMYK0.00%4.38%22.50%
37.25%

Color #A0997C in popluar number systems.

HEXA0997C
Decimal160153124
Binary10100000100110011111100
Octal240231174

Shades and tints

Shades of #A0997C

#A0997C
(160,153,124)
#928C71
(146,140,113)
#847F66
(132,127,102)
#76725B
(118,114,91)
#686550
(104,101,80)
#5A5845
(90,88,69)
#4C4B3A
(76,75,58)
#3E3E2F
(62,62,47)
#303124
(48,49,36)
#222419
(34,36,25)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #A0997C

#A0997C
(160,153,124)
#A8A287
(168,162,135)
#B0AB92
(176,171,146)
#B8B49D
(184,180,157)
#C0BDA8
(192,189,168)
#C8C6B3
(200,198,179)
#D0CFBE
(208,207,190)
#D8D8C9
(216,216,201)
#E0E1D4
(224,225,212)
#E8EADF
(232,234,223)
#F0F3EA
(240,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0997C; }

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

This text font color is #A0997C.


Background Color

.myBgColor { background-color: #A0997C; }

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

This div background color is #A0997C.


Border color

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

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

This div border color is #A0997C.


Opacity

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

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

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

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

This text has shadow with #A0997C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0997C on black background.


Color preview on white background

This text has color #A0997C on white background.



Black color preview on #A0997C background

This text has black color on #A0997C background.


White color preview on #A0997C background

This text has white color on #A0997C background.