COLOR #AD9277

HEX: #AD9277
RGB: (173,146,119)

Color info

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

RGB color model

#AD9277 color RGB value is (173,146,119).

  • red value is 173;
  • green value is 146;
  • blue value is 119.
RGB:
(173,146,119)
(68%,57%,47%)

RGB channels and saturation

R 173 of 255 = 68%
G 146 of 255 = 57%
B 119 of 255 = 47%

173
146
119

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

Portions of RGB colors in percentages

R + G + B =
173 + 146 + 119 = 438 (100%)
R 173 of 438 ~ 39.5%
G 146 of 438 ~ 33.33%
B 119 of 438 ~ 27.17%

%39.5
%33.33
%27.17

CMYK color model

#AD9277 color CMYK value is (0,16,31,32).

  • cyan value is 0.00%
  • magenta value is 15.61%
  • yellow value is 31.21%
  • key color value is 32.16%
CMYK:
(0,16,31,32)
C0M16Y31K32 
(0%,16%,31%,32%)
(0.00/0.16/0.31/0.32)	

CMYK percentages

%0
%15.61
%31.21
%32.16

Codes

Color #AD9277 in popluar color models

AD9277
RGB173146119
HSL30°24.77%57.25%
HSB/HSV30°31.21%67.84%
CMYK0.00%15.61%31.21%
32.16%

Color #AD9277 in popluar number systems.

HEXAD9277
Decimal173146119
Binary10101101100100101110111
Octal255222167

Shades and tints

Shades of #AD9277

#AD9277
(173,146,119)
#9E856D
(158,133,109)
#8F7863
(143,120,99)
#806B59
(128,107,89)
#715E4F
(113,94,79)
#625145
(98,81,69)
#53443B
(83,68,59)
#443731
(68,55,49)
#352A27
(53,42,39)
#261D1D
(38,29,29)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #AD9277

#AD9277
(173,146,119)
#B49B83
(180,155,131)
#BBA48F
(187,164,143)
#C2AD9B
(194,173,155)
#C9B6A7
(201,182,167)
#D0BFB3
(208,191,179)
#D7C8BF
(215,200,191)
#DED1CB
(222,209,203)
#E5DAD7
(229,218,215)
#ECE3E3
(236,227,227)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9277 color. Also use rgb(173,146,119) instead hex code.

Text Font Color

.myTextColor { color: #AD9277; }

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

This text font color is #AD9277.


Background Color

.myBgColor { background-color: #AD9277; }

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

This div background color is #AD9277.


Border color

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

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

This div border color is #AD9277.


Opacity

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

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

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

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

This text has shadow with #AD9277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9277 on black background.


Color preview on white background

This text has color #AD9277 on white background.



Black color preview on #AD9277 background

This text has black color on #AD9277 background.


White color preview on #AD9277 background

This text has white color on #AD9277 background.