COLOR #AD927F

HEX: #AD927F RGB: (173,146,127)

Color info

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

RGB color model

#AD927F color RGB value is (173,146,127).

RGB: (173,146,127) (68%, 57%, 50%)

RGB channels and saturation

R 173 of 255 = 68%
G 146 of 255 = 57%
B 127 of 255 = 50%

173
146
127

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

Portions of RGB colors in percentages

R + G + B = 173 + 146 + 127 = 446 (100%)
R 173 of 446 ~ 38.79%
G 146 of 446 ~ 32.74%
B 127 of 446 ~ 28.48'%

%38.79
%32.74
%28.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.61%
  • yellow value is 26.59%
  • 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
%26.59
%32.16

Codes

Color #AD927F in popluar color models

AD 92 7F
RGB 173 146 127
HSL 25° 21.90% 58.82%
HSB/HSV 25° 26.59% 67.84%
CMYK 0.00% 15.61% 26.59%
32.16%

Color #AD927F in popluar number systems.

HEX AD 92 7F
Decimal 173 146 127
Binary 10101101 10010010 1111111
Octal 255 222 177

Shades and tints

Shades of #AD927F

#AD927F
(173,146,127)
#9E8574
(158,133,116)
#8F7869
(143,120,105)
#806B5E
(128,107,94)
#715E53
(113,94,83)
#625148
(98,81,72)
#53443D
(83,68,61)
#443732
(68,55,50)
#352A27
(53,42,39)
#261D1C
(38,29,28)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #AD927F

#AD927F
(173,146,127)
#B49B8A
(180,155,138)
#BBA495
(187,164,149)
#C2ADA0
(194,173,160)
#C9B6AB
(201,182,171)
#D0BFB6
(208,191,182)
#D7C8C1
(215,200,193)
#DED1CC
(222,209,204)
#E5DAD7
(229,218,215)
#ECE3E2
(236,227,226)
#F3ECED
(243,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD927F; }

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

This text font color is #AD927F.

Background Color

.myBgColor { background-color: #AD927F; }

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

This div background color is #AD927F.

Border color

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

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

This div border color is #AD927F.

Opacity

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

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

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

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

This text has shadow with #AD927F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD927F.

Preview

Color preview on black background

This text has color #AD927F on black background.


Color preview on white background

This text has color #AD927F on white background.


Black color preview on #AD927F background

This text has black color on #AD927F background.


White color preview on #AD927F background

This text has white color on #AD927F background.


Related colors

Complementary color

Complementary color for #hex is #526D80.


I love getcolorcode.com

Triadic colors

1 #7FAD92 and #927FAD with #AD927F are triadic colors.

2 #7F92AD and #92AD7F with #AD927F are triadic colors.