COLOR #AD7775

HEX: #AD7775
RGB: (173,119,117)

Color info

#AD7775 contains red, green and blue colors in about the same proportion. Web safe color of #AD7775 is #996666 (or #966).

RGB color model

#AD7775 color RGB value is (173,119,117).

  • red value is 173;
  • green value is 119;
  • blue value is 117.
RGB:
(173,119,117)
(68%,47%,46%)

RGB channels and saturation

R 173 of 255 = 68%
G 119 of 255 = 47%
B 117 of 255 = 46%

173
119
117

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

Portions of RGB colors in percentages

R + G + B =
173 + 119 + 117 = 409 (100%)
R 173 of 409 ~ 42.3%
G 119 of 409 ~ 29.1%
B 117 of 409 ~ 28.61%

%42.3
%29.1
%28.61

CMYK color model

#AD7775 color CMYK value is (0,31,32,32).

  • cyan value is 0.00%
  • magenta value is 31.21%
  • yellow value is 32.37%
  • key color value is 32.16%
CMYK:
(0,31,32,32)
C0M31Y32K32 
(0%,31%,32%,32%)
(0.00/0.31/0.32/0.32)	

CMYK percentages

%0
%31.21
%32.37
%32.16

Codes

Color #AD7775 in popluar color models

AD7775
RGB173119117
HSL25.45%56.86%
HSB/HSV32.37%67.84%
CMYK0.00%31.21%32.37%
32.16%

Color #AD7775 in popluar number systems.

HEXAD7775
Decimal173119117
Binary1010110111101111110101
Octal255167165

Shades and tints

Shades of #AD7775

#AD7775
(173,119,117)
#9E6D6B
(158,109,107)
#8F6361
(143,99,97)
#805957
(128,89,87)
#714F4D
(113,79,77)
#624543
(98,69,67)
#533B39
(83,59,57)
#44312F
(68,49,47)
#352725
(53,39,37)
#261D1B
(38,29,27)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #AD7775

#AD7775
(173,119,117)
#B48381
(180,131,129)
#BB8F8D
(187,143,141)
#C29B99
(194,155,153)
#C9A7A5
(201,167,165)
#D0B3B1
(208,179,177)
#D7BFBD
(215,191,189)
#DECBC9
(222,203,201)
#E5D7D5
(229,215,213)
#ECE3E1
(236,227,225)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7775 color. Also use rgb(173,119,117) instead hex code.

Text Font Color

.myTextColor { color: #AD7775; }

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

This text font color is #AD7775.


Background Color

.myBgColor { background-color: #AD7775; }

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

This div background color is #AD7775.


Border color

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

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

This div border color is #AD7775.


Opacity

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

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

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

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

This text has shadow with #AD7775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7775 on black background.


Color preview on white background

This text has color #AD7775 on white background.



Black color preview on #AD7775 background

This text has black color on #AD7775 background.


White color preview on #AD7775 background

This text has white color on #AD7775 background.