COLOR #A06B8E

HEX: #A06B8E RGB: (160,107,142)

Color info

#A06B8E contains red, green and blue colors in about the same proportion. Web safe color of #A06B8E is #996699 (or #969).

RGB color model

#A06B8E color RGB value is (160,107,142).

RGB: (160,107,142) (63%, 42%, 56%)

RGB channels and saturation

R 160 of 255 = 63%
G 107 of 255 = 42%
B 142 of 255 = 56%

160
107
142

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

Portions of RGB colors in percentages

R + G + B = 160 + 107 + 142 = 409 (100%)
R 160 of 409 ~ 39.12%
G 107 of 409 ~ 26.16%
B 142 of 409 ~ 34.72'%

%39.12
%26.16
%34.72

CMYK color model

#A06B8E color CMYK value is (0,33,11,37).

  • cyan value is 0.00%
  • magenta value is 33.13%
  • yellow value is 11.25%
  • key color value is 37.25%

CMYK: (0,33,11,37)
C0M33Y11K37 (0%, 33%, 11%, 37%)
(0.00 / 0.33 / 0.11 / 0.37)

CMYK percentages

%0
%33.13
%11.25
%37.25

Codes

Color #A06B8E in popluar color models

A0 6B 8E
RGB 160 107 142
HSL 320° 21.81% 52.35%
HSB/HSV 320° 33.13% 62.75%
CMYK 0.00% 33.13% 11.25%
37.25%

Color #A06B8E in popluar number systems.

HEX A0 6B 8E
Decimal 160 107 142
Binary 10100000 1101011 10001110
Octal 240 153 216

Shades and tints

Shades of #A06B8E

#A06B8E
(160,107,142)
#926282
(146,98,130)
#845976
(132,89,118)
#76506A
(118,80,106)
#68475E
(104,71,94)
#5A3E52
(90,62,82)
#4C3546
(76,53,70)
#3E2C3A
(62,44,58)
#30232E
(48,35,46)
#221A22
(34,26,34)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #A06B8E

#A06B8E
(160,107,142)
#A87898
(168,120,152)
#B085A2
(176,133,162)
#B892AC
(184,146,172)
#C09FB6
(192,159,182)
#C8ACC0
(200,172,192)
#D0B9CA
(208,185,202)
#D8C6D4
(216,198,212)
#E0D3DE
(224,211,222)
#E8E0E8
(232,224,232)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A06B8E color. Also use rgb(160,107,142) instead hex code.

Text Font Color

.myTextColor { color: #A06B8E; }

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

This text font color is #A06B8E.

Background Color

.myBgColor { background-color: #A06B8E; }

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

This div background color is #A06B8E.

Border color

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

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

This div border color is #A06B8E.

Opacity

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

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

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

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

This text has shadow with #A06B8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A06B8E.

Preview

Color preview on black background

This text has color #A06B8E on black background.


Color preview on white background

This text has color #A06B8E on white background.


Black color preview on #A06B8E background

This text has black color on #A06B8E background.


White color preview on #A06B8E background

This text has white color on #A06B8E background.


Related colors

Complementary color

Complementary color for #hex is #5F9471.


I love getcolorcode.com

Triadic colors

1 #8EA06B and #6B8EA0 with #A06B8E are triadic colors.

2 #8E6BA0 and #6BA08E with #A06B8E are triadic colors.