COLOR #A0997D

HEX: #A0997D RGB: (160,153,125)

Color info

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

RGB color model

#A0997D color RGB value is (160,153,125).

RGB: (160,153,125) (63%, 60%, 49%)

RGB channels and saturation

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

160
153
125

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

Portions of RGB colors in percentages

R + G + B = 160 + 153 + 125 = 438 (100%)
R 160 of 438 ~ 36.53%
G 153 of 438 ~ 34.93%
B 125 of 438 ~ 28.54'%

%36.53
%34.93
%28.54

CMYK color model

#A0997D color CMYK value is (0,4,22,37).

  • cyan value is 0.00%
  • magenta value is 4.38%
  • yellow value is 21.88%
  • key color value is 37.25%
CMYK: (0,4,22,37) C0M4Y22K37 (0%,4%,22%,37%) (0.00/0.04/0.22/0.37) 

CMYK percentages

%0
%4.38
%21.88
%37.25

Codes

Color #A0997D in popluar color models

A0 99 7D
RGB 160 153 125
HSL 48° 15.56% 55.88%
HSB/HSV 48° 21.88% 62.75%
CMYK 0.00% 4.38% 21.88%
37.25%

Color #A0997D in popluar number systems.

HEX A0 99 7D
Decimal 160 153 125
Binary 10100000 10011001 1111101
Octal 240 231 175

Shades and tints

Shades of #A0997D

#A0997D
(160,153,125)
#928C72
(146,140,114)
#847F67
(132,127,103)
#76725C
(118,114,92)
#686551
(104,101,81)
#5A5846
(90,88,70)
#4C4B3B
(76,75,59)
#3E3E30
(62,62,48)
#303125
(48,49,37)
#22241A
(34,36,26)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #A0997D

#A0997D
(160,153,125)
#A8A288
(168,162,136)
#B0AB93
(176,171,147)
#B8B49E
(184,180,158)
#C0BDA9
(192,189,169)
#C8C6B4
(200,198,180)
#D0CFBF
(208,207,191)
#D8D8CA
(216,216,202)
#E0E1D5
(224,225,213)
#E8EAE0
(232,234,224)
#F0F3EB
(240,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0997D; }

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

This text font color is #A0997D.

Background Color

.myBgColor { background-color: #A0997D; }

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

This div background color is #A0997D.

Border color

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

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

This div border color is #A0997D.

Opacity

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

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

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

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

This text has shadow with #A0997D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0997D.

Preview

Color preview on black background

This text has color #A0997D on black background.


Color preview on white background

This text has color #A0997D on white background.


Black color preview on #A0997D background

This text has black color on #A0997D background.


White color preview on #A0997D background

This text has white color on #A0997D background.


Related colors

Complementary color

Complementary color for #hex is #5F6682.


I love getcolorcode.com

Triadic colors

1 #7DA099 and #997DA0 with #A0997D are triadic colors.

2 #7D99A0 and #99A07D with #A0997D are triadic colors.