COLOR #AD625E

HEX: #AD625E
RGB: (173,98,94)

Color info

#AD625E contains mainly red color. Web safe color of #AD625E is #996666 (or #966).

RGB color model

#AD625E color RGB value is (173,98,94).

  • red value is 173;
  • green value is 98;
  • blue value is 94.
RGB:
(173,98,94)
(68%,38%,37%)

RGB channels and saturation

R 173 of 255 = 68%
G 98 of 255 = 38%
B 94 of 255 = 37%

173
98
94

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

Portions of RGB colors in percentages

R + G + B =
173 + 98 + 94 = 365 (100%)
R 173 of 365 ~ 47.4%
G 98 of 365 ~ 26.85%
B 94 of 365 ~ 25.75%

%47.4
%26.85
%25.75

CMYK color model

#AD625E color CMYK value is (0,43,46,32).

  • cyan value is 0.00%
  • magenta value is 43.35%
  • yellow value is 45.66%
  • key color value is 32.16%
CMYK:
(0,43,46,32)
C0M43Y46K32 
(0%,43%,46%,32%)
(0.00/0.43/0.46/0.32)	

CMYK percentages

%0
%43.35
%45.66
%32.16

Codes

Color #AD625E in popluar color models

AD625E
RGB1739894
HSL32.51%52.35%
HSB/HSV45.66%67.84%
CMYK0.00%43.35%45.66%
32.16%

Color #AD625E in popluar number systems.

HEXAD625E
Decimal1739894
Binary1010110111000101011110
Octal255142136

Shades and tints

Shades of #AD625E

#AD625E
(173,98,94)
#9E5A56
(158,90,86)
#8F524E
(143,82,78)
#804A46
(128,74,70)
#71423E
(113,66,62)
#623A36
(98,58,54)
#53322E
(83,50,46)
#442A26
(68,42,38)
#35221E
(53,34,30)
#261A16
(38,26,22)
#17120E
(23,18,14)
#000000
(0,0,0)

Tints of #AD625E

#AD625E
(173,98,94)
#B4706C
(180,112,108)
#BB7E7A
(187,126,122)
#C28C88
(194,140,136)
#C99A96
(201,154,150)
#D0A8A4
(208,168,164)
#D7B6B2
(215,182,178)
#DEC4C0
(222,196,192)
#E5D2CE
(229,210,206)
#ECE0DC
(236,224,220)
#F3EEEA
(243,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD625E color. Also use rgb(173,98,94) instead hex code.

Text Font Color

.myTextColor { color: #AD625E; }

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

This text font color is #AD625E.


Background Color

.myBgColor { background-color: #AD625E; }

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

This div background color is #AD625E.


Border color

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

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

This div border color is #AD625E.


Opacity

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

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

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

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

This text has shadow with #AD625E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD625E on black background.


Color preview on white background

This text has color #AD625E on white background.



Black color preview on #AD625E background

This text has black color on #AD625E background.


White color preview on #AD625E background

This text has white color on #AD625E background.