COLOR #A85F6A

HEX: #A85F6A
RGB: (168,95,106)

Color info

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

RGB color model

#A85F6A color RGB value is (168,95,106).

  • red value is 168;
  • green value is 95;
  • blue value is 106.
RGB:
(168,95,106)
(66%,37%,42%)

RGB channels and saturation

R 168 of 255 = 66%
G 95 of 255 = 37%
B 106 of 255 = 42%

168
95
106

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

Portions of RGB colors in percentages

R + G + B =
168 + 95 + 106 = 369 (100%)
R 168 of 369 ~ 45.53%
G 95 of 369 ~ 25.75%
B 106 of 369 ~ 28.73%

%45.53
%25.75
%28.73

CMYK color model

#A85F6A color CMYK value is (0,43,37,34).

  • cyan value is 0.00%
  • magenta value is 43.45%
  • yellow value is 36.90%
  • key color value is 34.12%
CMYK:
(0,43,37,34)
C0M43Y37K34 
(0%,43%,37%,34%)
(0.00/0.43/0.37/0.34)	

CMYK percentages

%0
%43.45
%36.9
%34.12

Codes

Color #A85F6A in popluar color models

A85F6A
RGB16895106
HSL351°29.55%51.57%
HSB/HSV351°43.45%65.88%
CMYK0.00%43.45%36.90%
34.12%

Color #A85F6A in popluar number systems.

HEXA85F6A
Decimal16895106
Binary1010100010111111101010
Octal250137152

Shades and tints

Shades of #A85F6A

#A85F6A
(168,95,106)
#995761
(153,87,97)
#8A4F58
(138,79,88)
#7B474F
(123,71,79)
#6C3F46
(108,63,70)
#5D373D
(93,55,61)
#4E2F34
(78,47,52)
#3F272B
(63,39,43)
#301F22
(48,31,34)
#211719
(33,23,25)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #A85F6A

#A85F6A
(168,95,106)
#AF6D77
(175,109,119)
#B67B84
(182,123,132)
#BD8991
(189,137,145)
#C4979E
(196,151,158)
#CBA5AB
(203,165,171)
#D2B3B8
(210,179,184)
#D9C1C5
(217,193,197)
#E0CFD2
(224,207,210)
#E7DDDF
(231,221,223)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A85F6A color. Also use rgb(168,95,106) instead hex code.

Text Font Color

.myTextColor { color: #A85F6A; }

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

This text font color is #A85F6A.


Background Color

.myBgColor { background-color: #A85F6A; }

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

This div background color is #A85F6A.


Border color

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

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

This div border color is #A85F6A.


Opacity

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

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

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

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

This text has shadow with #A85F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A85F6A on black background.


Color preview on white background

This text has color #A85F6A on white background.



Black color preview on #A85F6A background

This text has black color on #A85F6A background.


White color preview on #A85F6A background

This text has white color on #A85F6A background.