COLOR #A06979

HEX: #A06979 RGB: (160,105,121)

Color info

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

RGB color model

#A06979 color RGB value is (160,105,121).

RGB: (160,105,121) (63%, 41%, 47%)

RGB channels and saturation

R 160 of 255 = 63%
G 105 of 255 = 41%
B 121 of 255 = 47%

160
105
121

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

Portions of RGB colors in percentages

R + G + B = 160 + 105 + 121 = 386 (100%)
R 160 of 386 ~ 41.45%
G 105 of 386 ~ 27.2%
B 121 of 386 ~ 31.35'%

%41.45
%27.2
%31.35

CMYK color model

#A06979 color CMYK value is (0,34,24,37).

  • cyan value is 0.00%
  • magenta value is 34.38%
  • yellow value is 24.38%
  • key color value is 37.25%

CMYK: (0,34,24,37)
C0M34Y24K37 (0%, 34%, 24%, 37%)
(0.00 / 0.34 / 0.24 / 0.37)

CMYK percentages

%0
%34.38
%24.38
%37.25

Codes

Color #A06979 in popluar color models

A0 69 79
RGB 160 105 121
HSL 343° 22.45% 51.96%
HSB/HSV 343° 34.38% 62.75%
CMYK 0.00% 34.38% 24.38%
37.25%

Color #A06979 in popluar number systems.

HEX A0 69 79
Decimal 160 105 121
Binary 10100000 1101001 1111001
Octal 240 151 171

Shades and tints

Shades of #A06979

#A06979
(160,105,121)
#92606E
(146,96,110)
#845763
(132,87,99)
#764E58
(118,78,88)
#68454D
(104,69,77)
#5A3C42
(90,60,66)
#4C3337
(76,51,55)
#3E2A2C
(62,42,44)
#302121
(48,33,33)
#221816
(34,24,22)
#140F0B
(20,15,11)
#000000
(0,0,0)

Tints of #A06979

#A06979
(160,105,121)
#A87685
(168,118,133)
#B08391
(176,131,145)
#B8909D
(184,144,157)
#C09DA9
(192,157,169)
#C8AAB5
(200,170,181)
#D0B7C1
(208,183,193)
#D8C4CD
(216,196,205)
#E0D1D9
(224,209,217)
#E8DEE5
(232,222,229)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A06979 color. Also use rgb(160,105,121) instead hex code.

Text Font Color

.myTextColor { color: #A06979; }

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

This text font color is #A06979.

Background Color

.myBgColor { background-color: #A06979; }

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

This div background color is #A06979.

Border color

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

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

This div border color is #A06979.

Opacity

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

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

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

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

This text has shadow with #A06979 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A06979.

Preview

Color preview on black background

This text has color #A06979 on black background.


Color preview on white background

This text has color #A06979 on white background.


Black color preview on #A06979 background

This text has black color on #A06979 background.


White color preview on #A06979 background

This text has white color on #A06979 background.


Related colors

Complementary color

Complementary color for #hex is #5F9686.


I love getcolorcode.com

Triadic colors

1 #79A069 and #6979A0 with #A06979 are triadic colors.

2 #7969A0 and #69A079 with #A06979 are triadic colors.