COLOR #A06879

HEX: #A06879
RGB: (160,104,121)

Color info

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

RGB color model

#A06879 color RGB value is (160,104,121).

  • red value is 160;
  • green value is 104;
  • blue value is 121.
RGB:
(160,104,121)
(63%,41%,47%)

RGB channels and saturation

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

160
104
121

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

Portions of RGB colors in percentages

R + G + B =
160 + 104 + 121 = 385 (100%)
R 160 of 385 ~ 41.56%
G 104 of 385 ~ 27.01%
B 121 of 385 ~ 31.43%

%41.56
%27.01
%31.43

CMYK color model

#A06879 color CMYK value is (0,35,24,37).

  • cyan value is 0.00%
  • magenta value is 35.00%
  • yellow value is 24.38%
  • key color value is 37.25%
CMYK:
(0,35,24,37)
C0M35Y24K37 
(0%,35%,24%,37%)
(0.00/0.35/0.24/0.37)	

CMYK percentages

%0
%35
%24.38
%37.25

Codes

Color #A06879 in popluar color models

A06879
RGB160104121
HSL342°22.76%51.76%
HSB/HSV342°35.00%62.75%
CMYK0.00%35.00%24.38%
37.25%

Color #A06879 in popluar number systems.

HEXA06879
Decimal160104121
Binary1010000011010001111001
Octal240150171

Shades and tints

Shades of #A06879

#A06879
(160,104,121)
#925F6E
(146,95,110)
#845663
(132,86,99)
#764D58
(118,77,88)
#68444D
(104,68,77)
#5A3B42
(90,59,66)
#4C3237
(76,50,55)
#3E292C
(62,41,44)
#302021
(48,32,33)
#221716
(34,23,22)
#140E0B
(20,14,11)
#000000
(0,0,0)

Tints of #A06879

#A06879
(160,104,121)
#A87585
(168,117,133)
#B08291
(176,130,145)
#B88F9D
(184,143,157)
#C09CA9
(192,156,169)
#C8A9B5
(200,169,181)
#D0B6C1
(208,182,193)
#D8C3CD
(216,195,205)
#E0D0D9
(224,208,217)
#E8DDE5
(232,221,229)
#F0EAF1
(240,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06879; }

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

This text font color is #A06879.


Background Color

.myBgColor { background-color: #A06879; }

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

This div background color is #A06879.


Border color

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

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

This div border color is #A06879.


Opacity

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

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

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

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

This text has shadow with #A06879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06879 on black background.


Color preview on white background

This text has color #A06879 on white background.



Black color preview on #A06879 background

This text has black color on #A06879 background.


White color preview on #A06879 background

This text has white color on #A06879 background.