COLOR #A06774

HEX: #A06774 RGB: (160,103,116)

Color info

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

RGB color model

#A06774 color RGB value is (160,103,116).

RGB: (160,103,116) (63%, 40%, 45%)

RGB channels and saturation

R 160 of 255 = 63%
G 103 of 255 = 40%
B 116 of 255 = 45%

160
103
116

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

Portions of RGB colors in percentages

R + G + B = 160 + 103 + 116 = 379 (100%)
R 160 of 379 ~ 42.22%
G 103 of 379 ~ 27.18%
B 116 of 379 ~ 30.61'%

%42.22
%27.18
%30.61

CMYK color model

#A06774 color CMYK value is (0,36,28,37).

  • cyan value is 0.00%
  • magenta value is 35.63%
  • yellow value is 27.50%
  • key color value is 37.25%

CMYK: (0,36,28,37)
C0M36Y28K37 (0%, 36%, 28%, 37%)
(0.00 / 0.36 / 0.28 / 0.37)

CMYK percentages

%0
%35.63
%27.5
%37.25

Codes

Color #A06774 in popluar color models

A0 67 74
RGB 160 103 116
HSL 346° 23.08% 51.57%
HSB/HSV 346° 35.63% 62.75%
CMYK 0.00% 35.63% 27.50%
37.25%

Color #A06774 in popluar number systems.

HEX A0 67 74
Decimal 160 103 116
Binary 10100000 1100111 1110100
Octal 240 147 164

Shades and tints

Shades of #A06774

#A06774
(160,103,116)
#925E6A
(146,94,106)
#845560
(132,85,96)
#764C56
(118,76,86)
#68434C
(104,67,76)
#5A3A42
(90,58,66)
#4C3138
(76,49,56)
#3E282E
(62,40,46)
#301F24
(48,31,36)
#22161A
(34,22,26)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #A06774

#A06774
(160,103,116)
#A87480
(168,116,128)
#B0818C
(176,129,140)
#B88E98
(184,142,152)
#C09BA4
(192,155,164)
#C8A8B0
(200,168,176)
#D0B5BC
(208,181,188)
#D8C2C8
(216,194,200)
#E0CFD4
(224,207,212)
#E8DCE0
(232,220,224)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A06774 color. Also use rgb(160,103,116) instead hex code.

Text Font Color

.myTextColor { color: #A06774; }

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

This text font color is #A06774.

Background Color

.myBgColor { background-color: #A06774; }

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

This div background color is #A06774.

Border color

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

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

This div border color is #A06774.

Opacity

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

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

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

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

This text has shadow with #A06774 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A06774.

Preview

Color preview on black background

This text has color #A06774 on black background.


Color preview on white background

This text has color #A06774 on white background.


Black color preview on #A06774 background

This text has black color on #A06774 background.


White color preview on #A06774 background

This text has white color on #A06774 background.


Related colors

Complementary color

Complementary color for #hex is #5F988B.


I love getcolorcode.com

Triadic colors

1 #74A067 and #6774A0 with #A06774 are triadic colors.

2 #7467A0 and #67A074 with #A06774 are triadic colors.