COLOR #A06870

HEX: #A06870 RGB: (160,104,112)

Color info

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

RGB color model

#A06870 color RGB value is (160,104,112).

RGB: (160,104,112) (63%, 41%, 44%)

RGB channels and saturation

R 160 of 255 = 63%
G 104 of 255 = 41%
B 112 of 255 = 44%

160
104
112

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

Portions of RGB colors in percentages

R + G + B = 160 + 104 + 112 = 376 (100%)
R 160 of 376 ~ 42.55%
G 104 of 376 ~ 27.66%
B 112 of 376 ~ 29.79'%

%42.55
%27.66
%29.79

CMYK color model

#A06870 color CMYK value is (0,35,30,37).

  • cyan value is 0.00%
  • magenta value is 35.00%
  • yellow value is 30.00%
  • key color value is 37.25%

CMYK: (0,35,30,37)
C0M35Y30K37 (0%, 35%, 30%, 37%)
(0.00 / 0.35 / 0.30 / 0.37)

CMYK percentages

%0
%35
%30
%37.25

Codes

Color #A06870 in popluar color models

A0 68 70
RGB 160 104 112
HSL 351° 22.76% 51.76%
HSB/HSV 351° 35.00% 62.75%
CMYK 0.00% 35.00% 30.00%
37.25%

Color #A06870 in popluar number systems.

HEX A0 68 70
Decimal 160 104 112
Binary 10100000 1101000 1110000
Octal 240 150 160

Shades and tints

Shades of #A06870

#A06870
(160,104,112)
#925F66
(146,95,102)
#84565C
(132,86,92)
#764D52
(118,77,82)
#684448
(104,68,72)
#5A3B3E
(90,59,62)
#4C3234
(76,50,52)
#3E292A
(62,41,42)
#302020
(48,32,32)
#221716
(34,23,22)
#140E0C
(20,14,12)
#000000
(0,0,0)

Tints of #A06870

#A06870
(160,104,112)
#A8757D
(168,117,125)
#B0828A
(176,130,138)
#B88F97
(184,143,151)
#C09CA4
(192,156,164)
#C8A9B1
(200,169,177)
#D0B6BE
(208,182,190)
#D8C3CB
(216,195,203)
#E0D0D8
(224,208,216)
#E8DDE5
(232,221,229)
#F0EAF2
(240,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A06870 color. Also use rgb(160,104,112) instead hex code.

Text Font Color

.myTextColor { color: #A06870; }

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

This text font color is #A06870.

Background Color

.myBgColor { background-color: #A06870; }

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

This div background color is #A06870.

Border color

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

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

This div border color is #A06870.

Opacity

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

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

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

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

This text has shadow with #A06870 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A06870.

Preview

Color preview on black background

This text has color #A06870 on black background.


Color preview on white background

This text has color #A06870 on white background.


Black color preview on #A06870 background

This text has black color on #A06870 background.


White color preview on #A06870 background

This text has white color on #A06870 background.


Related colors

Complementary color

Complementary color for #hex is #5F978F.


I love getcolorcode.com

Triadic colors

1 #70A068 and #6870A0 with #A06870 are triadic colors.

2 #7068A0 and #68A070 with #A06870 are triadic colors.