COLOR #AD9279

HEX: #AD9279 RGB: (173,146,121)

Color info

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

RGB color model

#AD9279 color RGB value is (173,146,121).

RGB: (173,146,121) (68%, 57%, 47%)

RGB channels and saturation

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

173
146
121

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

Portions of RGB colors in percentages

R + G + B = 173 + 146 + 121 = 440 (100%)
R 173 of 440 ~ 39.32%
G 146 of 440 ~ 33.18%
B 121 of 440 ~ 27.5'%

%39.32
%33.18
%27.5

CMYK color model

#AD9279 color CMYK value is (0,16,30,32).

  • cyan value is 0.00%
  • magenta value is 15.61%
  • yellow value is 30.06%
  • key color value is 32.16%

CMYK: (0,16,30,32)
C0M16Y30K32 (0%, 16%, 30%, 32%)
(0.00 / 0.16 / 0.30 / 0.32)

CMYK percentages

%0
%15.61
%30.06
%32.16

Codes

Color #AD9279 in popluar color models

AD 92 79
RGB 173 146 121
HSL 29° 24.07% 57.65%
HSB/HSV 29° 30.06% 67.84%
CMYK 0.00% 15.61% 30.06%
32.16%

Color #AD9279 in popluar number systems.

HEX AD 92 79
Decimal 173 146 121
Binary 10101101 10010010 1111001
Octal 255 222 171

Shades and tints

Shades of #AD9279

#AD9279
(173,146,121)
#9E856E
(158,133,110)
#8F7863
(143,120,99)
#806B58
(128,107,88)
#715E4D
(113,94,77)
#625142
(98,81,66)
#534437
(83,68,55)
#44372C
(68,55,44)
#352A21
(53,42,33)
#261D16
(38,29,22)
#17100B
(23,16,11)
#000000
(0,0,0)

Tints of #AD9279

#AD9279
(173,146,121)
#B49B85
(180,155,133)
#BBA491
(187,164,145)
#C2AD9D
(194,173,157)
#C9B6A9
(201,182,169)
#D0BFB5
(208,191,181)
#D7C8C1
(215,200,193)
#DED1CD
(222,209,205)
#E5DAD9
(229,218,217)
#ECE3E5
(236,227,229)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9279; }

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

This text font color is #AD9279.

Background Color

.myBgColor { background-color: #AD9279; }

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

This div background color is #AD9279.

Border color

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

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

This div border color is #AD9279.

Opacity

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

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

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

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

This text has shadow with #AD9279 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9279.

Preview

Color preview on black background

This text has color #AD9279 on black background.


Color preview on white background

This text has color #AD9279 on white background.


Black color preview on #AD9279 background

This text has black color on #AD9279 background.


White color preview on #AD9279 background

This text has white color on #AD9279 background.


Related colors

Complementary color

Complementary color for #hex is #526D86.


I love getcolorcode.com

Triadic colors

1 #79AD92 and #9279AD with #AD9279 are triadic colors.

2 #7992AD and #92AD79 with #AD9279 are triadic colors.