COLOR #AD7858

HEX: #AD7858
RGB: (173,120,88)

Color info

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

RGB color model

#AD7858 color RGB value is (173,120,88).

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

RGB channels and saturation

R 173 of 255 = 68%
G 120 of 255 = 47%
B 88 of 255 = 35%

173
120
88

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

Portions of RGB colors in percentages

R + G + B =
173 + 120 + 88 = 381 (100%)
R 173 of 381 ~ 45.41%
G 120 of 381 ~ 31.5%
B 88 of 381 ~ 23.1%

%45.41
%31.5
%23.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.64%
  • yellow value is 49.13%
  • key color value is 32.16%
CMYK:
(0,31,49,32)
C0M31Y49K32 
(0%,31%,49%,32%)
(0.00/0.31/0.49/0.32)	

CMYK percentages

%0
%30.64
%49.13
%32.16

Codes

Color #AD7858 in popluar color models

AD7858
RGB17312088
HSL23°34.14%51.18%
HSB/HSV23°49.13%67.84%
CMYK0.00%30.64%49.13%
32.16%

Color #AD7858 in popluar number systems.

HEXAD7858
Decimal17312088
Binary1010110111110001011000
Octal255170130

Shades and tints

Shades of #AD7858

#AD7858
(173,120,88)
#9E6E50
(158,110,80)
#8F6448
(143,100,72)
#805A40
(128,90,64)
#715038
(113,80,56)
#624630
(98,70,48)
#533C28
(83,60,40)
#443220
(68,50,32)
#352818
(53,40,24)
#261E10
(38,30,16)
#171408
(23,20,8)
#000000
(0,0,0)

Tints of #AD7858

#AD7858
(173,120,88)
#B48467
(180,132,103)
#BB9076
(187,144,118)
#C29C85
(194,156,133)
#C9A894
(201,168,148)
#D0B4A3
(208,180,163)
#D7C0B2
(215,192,178)
#DECCC1
(222,204,193)
#E5D8D0
(229,216,208)
#ECE4DF
(236,228,223)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7858; }

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

This text font color is #AD7858.


Background Color

.myBgColor { background-color: #AD7858; }

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

This div background color is #AD7858.


Border color

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

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

This div border color is #AD7858.


Opacity

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

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

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

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

This text has shadow with #AD7858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7858 on black background.


Color preview on white background

This text has color #AD7858 on white background.



Black color preview on #AD7858 background

This text has black color on #AD7858 background.


White color preview on #AD7858 background

This text has white color on #AD7858 background.