COLOR #A06D78

HEX: #A06D78 RGB: (160,109,120)

Color info

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

RGB color model

#A06D78 color RGB value is (160,109,120).

RGB: (160,109,120) (63%, 43%, 47%)

RGB channels and saturation

R 160 of 255 = 63%
G 109 of 255 = 43%
B 120 of 255 = 47%

160
109
120

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

Portions of RGB colors in percentages

R + G + B = 160 + 109 + 120 = 389 (100%)
R 160 of 389 ~ 41.13%
G 109 of 389 ~ 28.02%
B 120 of 389 ~ 30.85'%

%41.13
%28.02
%30.85

CMYK color model

#A06D78 color CMYK value is (0,32,25,37).

  • cyan value is 0.00%
  • magenta value is 31.88%
  • yellow value is 25.00%
  • key color value is 37.25%

CMYK: (0,32,25,37)
C0M32Y25K37 (0%, 32%, 25%, 37%)
(0.00 / 0.32 / 0.25 / 0.37)

CMYK percentages

%0
%31.88
%25
%37.25

Codes

Color #A06D78 in popluar color models

A0 6D 78
RGB 160 109 120
HSL 347° 21.16% 52.75%
HSB/HSV 347° 31.88% 62.75%
CMYK 0.00% 31.88% 25.00%
37.25%

Color #A06D78 in popluar number systems.

HEX A0 6D 78
Decimal 160 109 120
Binary 10100000 1101101 1111000
Octal 240 155 170

Shades and tints

Shades of #A06D78

#A06D78
(160,109,120)
#92646E
(146,100,110)
#845B64
(132,91,100)
#76525A
(118,82,90)
#684950
(104,73,80)
#5A4046
(90,64,70)
#4C373C
(76,55,60)
#3E2E32
(62,46,50)
#302528
(48,37,40)
#221C1E
(34,28,30)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #A06D78

#A06D78
(160,109,120)
#A87A84
(168,122,132)
#B08790
(176,135,144)
#B8949C
(184,148,156)
#C0A1A8
(192,161,168)
#C8AEB4
(200,174,180)
#D0BBC0
(208,187,192)
#D8C8CC
(216,200,204)
#E0D5D8
(224,213,216)
#E8E2E4
(232,226,228)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A06D78 color. Also use rgb(160,109,120) instead hex code.

Text Font Color

.myTextColor { color: #A06D78; }

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

This text font color is #A06D78.

Background Color

.myBgColor { background-color: #A06D78; }

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

This div background color is #A06D78.

Border color

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

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

This div border color is #A06D78.

Opacity

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

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

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

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

This text has shadow with #A06D78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A06D78.

Preview

Color preview on black background

This text has color #A06D78 on black background.


Color preview on white background

This text has color #A06D78 on white background.


Black color preview on #A06D78 background

This text has black color on #A06D78 background.


White color preview on #A06D78 background

This text has white color on #A06D78 background.


Related colors

Complementary color

Complementary color for #hex is #5F9287.


I love getcolorcode.com

Triadic colors

1 #78A06D and #6D78A0 with #A06D78 are triadic colors.

2 #786DA0 and #6DA078 with #A06D78 are triadic colors.