COLOR #AD927E

HEX: #AD927E RGB: (173,146,126)

Color info

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

RGB color model

#AD927E color RGB value is (173,146,126).

RGB: (173,146,126) (68%, 57%, 49%)

RGB channels and saturation

R 173 of 255 = 68%
G 146 of 255 = 57%
B 126 of 255 = 49%

173
146
126

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

Portions of RGB colors in percentages

R + G + B = 173 + 146 + 126 = 445 (100%)
R 173 of 445 ~ 38.88%
G 146 of 445 ~ 32.81%
B 126 of 445 ~ 28.31'%

%38.88
%32.81
%28.31

CMYK color model

#AD927E color CMYK value is (0,16,27,32).

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

CMYK: (0,16,27,32)
C0M16Y27K32 (0%, 16%, 27%, 32%)
(0.00 / 0.16 / 0.27 / 0.32)

CMYK percentages

%0
%15.61
%27.17
%32.16

Codes

Color #AD927E in popluar color models

AD 92 7E
RGB 173 146 126
HSL 26° 22.27% 58.63%
HSB/HSV 26° 27.17% 67.84%
CMYK 0.00% 15.61% 27.17%
32.16%

Color #AD927E in popluar number systems.

HEX AD 92 7E
Decimal 173 146 126
Binary 10101101 10010010 1111110
Octal 255 222 176

Shades and tints

Shades of #AD927E

#AD927E
(173,146,126)
#9E8573
(158,133,115)
#8F7868
(143,120,104)
#806B5D
(128,107,93)
#715E52
(113,94,82)
#625147
(98,81,71)
#53443C
(83,68,60)
#443731
(68,55,49)
#352A26
(53,42,38)
#261D1B
(38,29,27)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #AD927E

#AD927E
(173,146,126)
#B49B89
(180,155,137)
#BBA494
(187,164,148)
#C2AD9F
(194,173,159)
#C9B6AA
(201,182,170)
#D0BFB5
(208,191,181)
#D7C8C0
(215,200,192)
#DED1CB
(222,209,203)
#E5DAD6
(229,218,214)
#ECE3E1
(236,227,225)
#F3ECEC
(243,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD927E; }

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

This text font color is #AD927E.

Background Color

.myBgColor { background-color: #AD927E; }

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

This div background color is #AD927E.

Border color

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

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

This div border color is #AD927E.

Opacity

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

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

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

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

This text has shadow with #AD927E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD927E.

Preview

Color preview on black background

This text has color #AD927E on black background.


Color preview on white background

This text has color #AD927E on white background.


Black color preview on #AD927E background

This text has black color on #AD927E background.


White color preview on #AD927E background

This text has white color on #AD927E background.


Related colors

Complementary color

Complementary color for #hex is #526D81.


I love getcolorcode.com

Triadic colors

1 #7EAD92 and #927EAD with #AD927E are triadic colors.

2 #7E92AD and #92AD7E with #AD927E are triadic colors.