COLOR #AD7655

HEX: #AD7655
RGB: (173,118,85)

Color info

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

RGB color model

#AD7655 color RGB value is (173,118,85).

  • red value is 173;
  • green value is 118;
  • blue value is 85.
RGB:
(173,118,85)
(68%,46%,33%)

RGB channels and saturation

R 173 of 255 = 68%
G 118 of 255 = 46%
B 85 of 255 = 33%

173
118
85

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

Portions of RGB colors in percentages

R + G + B =
173 + 118 + 85 = 376 (100%)
R 173 of 376 ~ 46.01%
G 118 of 376 ~ 31.38%
B 85 of 376 ~ 22.61%

%46.01
%31.38
%22.61

CMYK color model

#AD7655 color CMYK value is (0,32,51,32).

  • cyan value is 0.00%
  • magenta value is 31.79%
  • yellow value is 50.87%
  • key color value is 32.16%
CMYK:
(0,32,51,32)
C0M32Y51K32 
(0%,32%,51%,32%)
(0.00/0.32/0.51/0.32)	

CMYK percentages

%0
%31.79
%50.87
%32.16

Codes

Color #AD7655 in popluar color models

AD7655
RGB17311885
HSL23°34.92%50.59%
HSB/HSV23°50.87%67.84%
CMYK0.00%31.79%50.87%
32.16%

Color #AD7655 in popluar number systems.

HEXAD7655
Decimal17311885
Binary1010110111101101010101
Octal255166125

Shades and tints

Shades of #AD7655

#AD7655
(173,118,85)
#9E6C4E
(158,108,78)
#8F6247
(143,98,71)
#805840
(128,88,64)
#714E39
(113,78,57)
#624432
(98,68,50)
#533A2B
(83,58,43)
#443024
(68,48,36)
#35261D
(53,38,29)
#261C16
(38,28,22)
#17120F
(23,18,15)
#000000
(0,0,0)

Tints of #AD7655

#AD7655
(173,118,85)
#B48264
(180,130,100)
#BB8E73
(187,142,115)
#C29A82
(194,154,130)
#C9A691
(201,166,145)
#D0B2A0
(208,178,160)
#D7BEAF
(215,190,175)
#DECABE
(222,202,190)
#E5D6CD
(229,214,205)
#ECE2DC
(236,226,220)
#F3EEEB
(243,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7655 color. Also use rgb(173,118,85) instead hex code.

Text Font Color

.myTextColor { color: #AD7655; }

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

This text font color is #AD7655.


Background Color

.myBgColor { background-color: #AD7655; }

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

This div background color is #AD7655.


Border color

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

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

This div border color is #AD7655.


Opacity

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

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

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

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

This text has shadow with #AD7655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7655 on black background.


Color preview on white background

This text has color #AD7655 on white background.



Black color preview on #AD7655 background

This text has black color on #AD7655 background.


White color preview on #AD7655 background

This text has white color on #AD7655 background.