COLOR #AD977A

HEX: #AD977A
RGB: (173,151,122)

Color info

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

RGB color model

#AD977A color RGB value is (173,151,122).

  • red value is 173;
  • green value is 151;
  • blue value is 122.
RGB:
(173,151,122)
(68%,59%,48%)

RGB channels and saturation

R 173 of 255 = 68%
G 151 of 255 = 59%
B 122 of 255 = 48%

173
151
122

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

Portions of RGB colors in percentages

R + G + B =
173 + 151 + 122 = 446 (100%)
R 173 of 446 ~ 38.79%
G 151 of 446 ~ 33.86%
B 122 of 446 ~ 27.35%

%38.79
%33.86
%27.35

CMYK color model

#AD977A color CMYK value is (0,13,29,32).

  • cyan value is 0.00%
  • magenta value is 12.72%
  • yellow value is 29.48%
  • key color value is 32.16%
CMYK:
(0,13,29,32)
C0M13Y29K32 
(0%,13%,29%,32%)
(0.00/0.13/0.29/0.32)	

CMYK percentages

%0
%12.72
%29.48
%32.16

Codes

Color #AD977A in popluar color models

AD977A
RGB173151122
HSL34°23.72%57.84%
HSB/HSV34°29.48%67.84%
CMYK0.00%12.72%29.48%
32.16%

Color #AD977A in popluar number systems.

HEXAD977A
Decimal173151122
Binary10101101100101111111010
Octal255227172

Shades and tints

Shades of #AD977A

#AD977A
(173,151,122)
#9E8A6F
(158,138,111)
#8F7D64
(143,125,100)
#807059
(128,112,89)
#71634E
(113,99,78)
#625643
(98,86,67)
#534938
(83,73,56)
#443C2D
(68,60,45)
#352F22
(53,47,34)
#262217
(38,34,23)
#17150C
(23,21,12)
#000000
(0,0,0)

Tints of #AD977A

#AD977A
(173,151,122)
#B4A086
(180,160,134)
#BBA992
(187,169,146)
#C2B29E
(194,178,158)
#C9BBAA
(201,187,170)
#D0C4B6
(208,196,182)
#D7CDC2
(215,205,194)
#DED6CE
(222,214,206)
#E5DFDA
(229,223,218)
#ECE8E6
(236,232,230)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD977A color. Also use rgb(173,151,122) instead hex code.

Text Font Color

.myTextColor { color: #AD977A; }

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

This text font color is #AD977A.


Background Color

.myBgColor { background-color: #AD977A; }

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

This div background color is #AD977A.


Border color

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

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

This div border color is #AD977A.


Opacity

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

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

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

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

This text has shadow with #AD977A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD977A on black background.


Color preview on white background

This text has color #AD977A on white background.



Black color preview on #AD977A background

This text has black color on #AD977A background.


White color preview on #AD977A background

This text has white color on #AD977A background.