COLOR #AD7D58

HEX: #AD7D58
RGB: (173,125,88)

Color info

#AD7D58 contains mainly red and green colors. Web safe color of #AD7D58 is #996666 (or #966).

RGB color model

#AD7D58 color RGB value is (173,125,88).

  • red value is 173;
  • green value is 125;
  • blue value is 88.
RGB:
(173,125,88)
(68%,49%,35%)

RGB channels and saturation

R 173 of 255 = 68%
G 125 of 255 = 49%
B 88 of 255 = 35%

173
125
88

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

Portions of RGB colors in percentages

R + G + B =
173 + 125 + 88 = 386 (100%)
R 173 of 386 ~ 44.82%
G 125 of 386 ~ 32.38%
B 88 of 386 ~ 22.8%

%44.82
%32.38
%22.8

CMYK color model

#AD7D58 color CMYK value is (0,28,49,32).

  • cyan value is 0.00%
  • magenta value is 27.75%
  • yellow value is 49.13%
  • key color value is 32.16%
CMYK:
(0,28,49,32)
C0M28Y49K32 
(0%,28%,49%,32%)
(0.00/0.28/0.49/0.32)	

CMYK percentages

%0
%27.75
%49.13
%32.16

Codes

Color #AD7D58 in popluar color models

AD7D58
RGB17312588
HSL26°34.14%51.18%
HSB/HSV26°49.13%67.84%
CMYK0.00%27.75%49.13%
32.16%

Color #AD7D58 in popluar number systems.

HEXAD7D58
Decimal17312588
Binary1010110111111011011000
Octal255175130

Shades and tints

Shades of #AD7D58

#AD7D58
(173,125,88)
#9E7250
(158,114,80)
#8F6748
(143,103,72)
#805C40
(128,92,64)
#715138
(113,81,56)
#624630
(98,70,48)
#533B28
(83,59,40)
#443020
(68,48,32)
#352518
(53,37,24)
#261A10
(38,26,16)
#170F08
(23,15,8)
#000000
(0,0,0)

Tints of #AD7D58

#AD7D58
(173,125,88)
#B48867
(180,136,103)
#BB9376
(187,147,118)
#C29E85
(194,158,133)
#C9A994
(201,169,148)
#D0B4A3
(208,180,163)
#D7BFB2
(215,191,178)
#DECAC1
(222,202,193)
#E5D5D0
(229,213,208)
#ECE0DF
(236,224,223)
#F3EBEE
(243,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7D58 color. Also use rgb(173,125,88) instead hex code.

Text Font Color

.myTextColor { color: #AD7D58; }

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

This text font color is #AD7D58.


Background Color

.myBgColor { background-color: #AD7D58; }

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

This div background color is #AD7D58.


Border color

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

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

This div border color is #AD7D58.


Opacity

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

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

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

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

This text has shadow with #AD7D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7D58 on black background.


Color preview on white background

This text has color #AD7D58 on white background.



Black color preview on #AD7D58 background

This text has black color on #AD7D58 background.


White color preview on #AD7D58 background

This text has white color on #AD7D58 background.