COLOR #A85E68

HEX: #A85E68 RGB: (168,94,104)

Color info

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

RGB color model

#A85E68 color RGB value is (168,94,104).

RGB: (168,94,104) (66%, 37%, 41%)

RGB channels and saturation

R 168 of 255 = 66%
G 94 of 255 = 37%
B 104 of 255 = 41%

168
94
104

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

Portions of RGB colors in percentages

R + G + B = 168 + 94 + 104 = 366 (100%)
R 168 of 366 ~ 45.9%
G 94 of 366 ~ 25.68%
B 104 of 366 ~ 28.42'%

%45.9
%25.68
%28.42

CMYK color model

#A85E68 color CMYK value is (0,44,38,34).

  • cyan value is 0.00%
  • magenta value is 44.05%
  • yellow value is 38.10%
  • key color value is 34.12%

CMYK: (0,44,38,34)
C0M44Y38K34 (0%, 44%, 38%, 34%)
(0.00 / 0.44 / 0.38 / 0.34)

CMYK percentages

%0
%44.05
%38.1
%34.12

Codes

Color #A85E68 in popluar color models

A8 5E 68
RGB 168 94 104
HSL 352° 29.84% 51.37%
HSB/HSV 352° 44.05% 65.88%
CMYK 0.00% 44.05% 38.10%
34.12%

Color #A85E68 in popluar number systems.

HEX A8 5E 68
Decimal 168 94 104
Binary 10101000 1011110 1101000
Octal 250 136 150

Shades and tints

Shades of #A85E68

#A85E68
(168,94,104)
#99565F
(153,86,95)
#8A4E56
(138,78,86)
#7B464D
(123,70,77)
#6C3E44
(108,62,68)
#5D363B
(93,54,59)
#4E2E32
(78,46,50)
#3F2629
(63,38,41)
#301E20
(48,30,32)
#211617
(33,22,23)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #A85E68

#A85E68
(168,94,104)
#AF6C75
(175,108,117)
#B67A82
(182,122,130)
#BD888F
(189,136,143)
#C4969C
(196,150,156)
#CBA4A9
(203,164,169)
#D2B2B6
(210,178,182)
#D9C0C3
(217,192,195)
#E0CED0
(224,206,208)
#E7DCDD
(231,220,221)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A85E68 color. Also use rgb(168,94,104) instead hex code.

Text Font Color

.myTextColor { color: #A85E68; }

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

This text font color is #A85E68.

Background Color

.myBgColor { background-color: #A85E68; }

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

This div background color is #A85E68.

Border color

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

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

This div border color is #A85E68.

Opacity

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

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

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

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

This text has shadow with #A85E68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A85E68.

Preview

Color preview on black background

This text has color #A85E68 on black background.


Color preview on white background

This text has color #A85E68 on white background.


Black color preview on #A85E68 background

This text has black color on #A85E68 background.


White color preview on #A85E68 background

This text has white color on #A85E68 background.


Related colors

Complementary color

Complementary color for #hex is #57A197.


I love getcolorcode.com

Triadic colors

1 #68A85E and #5E68A8 with #A85E68 are triadic colors.

2 #685EA8 and #5EA868 with #A85E68 are triadic colors.