COLOR #AD975F

HEX: #AD975F
RGB: (173,151,95)

Color info

#AD975F contains mainly red and green colors. Web safe color of #AD975F is #999966 (or #996).

RGB color model

#AD975F color RGB value is (173,151,95).

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

RGB channels and saturation

R 173 of 255 = 68%
G 151 of 255 = 59%
B 95 of 255 = 37%

173
151
95

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

Portions of RGB colors in percentages

R + G + B =
173 + 151 + 95 = 419 (100%)
R 173 of 419 ~ 41.29%
G 151 of 419 ~ 36.04%
B 95 of 419 ~ 22.67%

%41.29
%36.04
%22.67

CMYK color model

#AD975F color CMYK value is (0,13,45,32).

  • cyan value is 0.00%
  • magenta value is 12.72%
  • yellow value is 45.09%
  • key color value is 32.16%
CMYK:
(0,13,45,32)
C0M13Y45K32 
(0%,13%,45%,32%)
(0.00/0.13/0.45/0.32)	

CMYK percentages

%0
%12.72
%45.09
%32.16

Codes

Color #AD975F in popluar color models

AD975F
RGB17315195
HSL43°32.23%52.55%
HSB/HSV43°45.09%67.84%
CMYK0.00%12.72%45.09%
32.16%

Color #AD975F in popluar number systems.

HEXAD975F
Decimal17315195
Binary10101101100101111011111
Octal255227137

Shades and tints

Shades of #AD975F

#AD975F
(173,151,95)
#9E8A57
(158,138,87)
#8F7D4F
(143,125,79)
#807047
(128,112,71)
#71633F
(113,99,63)
#625637
(98,86,55)
#53492F
(83,73,47)
#443C27
(68,60,39)
#352F1F
(53,47,31)
#262217
(38,34,23)
#17150F
(23,21,15)
#000000
(0,0,0)

Tints of #AD975F

#AD975F
(173,151,95)
#B4A06D
(180,160,109)
#BBA97B
(187,169,123)
#C2B289
(194,178,137)
#C9BB97
(201,187,151)
#D0C4A5
(208,196,165)
#D7CDB3
(215,205,179)
#DED6C1
(222,214,193)
#E5DFCF
(229,223,207)
#ECE8DD
(236,232,221)
#F3F1EB
(243,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD975F; }

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

This text font color is #AD975F.


Background Color

.myBgColor { background-color: #AD975F; }

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

This div background color is #AD975F.


Border color

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

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

This div border color is #AD975F.


Opacity

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

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

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

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

This text has shadow with #AD975F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD975F on black background.


Color preview on white background

This text has color #AD975F on white background.



Black color preview on #AD975F background

This text has black color on #AD975F background.


White color preview on #AD975F background

This text has white color on #AD975F background.