COLOR #A06B7C

HEX: #A06B7C RGB: (160,107,124)

Color info

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

RGB color model

#A06B7C color RGB value is (160,107,124).

RGB: (160,107,124) (63%, 42%, 49%)

RGB channels and saturation

R 160 of 255 = 63%
G 107 of 255 = 42%
B 124 of 255 = 49%

160
107
124

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

Portions of RGB colors in percentages

R + G + B = 160 + 107 + 124 = 391 (100%)
R 160 of 391 ~ 40.92%
G 107 of 391 ~ 27.37%
B 124 of 391 ~ 31.71'%

%40.92
%27.37
%31.71

CMYK color model

#A06B7C color CMYK value is (0,33,23,37).

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

CMYK: (0,33,23,37)
C0M33Y23K37 (0%, 33%, 23%, 37%)
(0.00 / 0.33 / 0.23 / 0.37)

CMYK percentages

%0
%33.13
%22.5
%37.25

Codes

Color #A06B7C in popluar color models

A0 6B 7C
RGB 160 107 124
HSL 341° 21.81% 52.35%
HSB/HSV 341° 33.13% 62.75%
CMYK 0.00% 33.13% 22.50%
37.25%

Color #A06B7C in popluar number systems.

HEX A0 6B 7C
Decimal 160 107 124
Binary 10100000 1101011 1111100
Octal 240 153 174

Shades and tints

Shades of #A06B7C

#A06B7C
(160,107,124)
#926271
(146,98,113)
#845966
(132,89,102)
#76505B
(118,80,91)
#684750
(104,71,80)
#5A3E45
(90,62,69)
#4C353A
(76,53,58)
#3E2C2F
(62,44,47)
#302324
(48,35,36)
#221A19
(34,26,25)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #A06B7C

#A06B7C
(160,107,124)
#A87887
(168,120,135)
#B08592
(176,133,146)
#B8929D
(184,146,157)
#C09FA8
(192,159,168)
#C8ACB3
(200,172,179)
#D0B9BE
(208,185,190)
#D8C6C9
(216,198,201)
#E0D3D4
(224,211,212)
#E8E0DF
(232,224,223)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06B7C; }

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

This text font color is #A06B7C.

Background Color

.myBgColor { background-color: #A06B7C; }

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

This div background color is #A06B7C.

Border color

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

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

This div border color is #A06B7C.

Opacity

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

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

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

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

This text has shadow with #A06B7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A06B7C.

Preview

Color preview on black background

This text has color #A06B7C on black background.


Color preview on white background

This text has color #A06B7C on white background.


Black color preview on #A06B7C background

This text has black color on #A06B7C background.


White color preview on #A06B7C background

This text has white color on #A06B7C background.


Related colors

Complementary color

Complementary color for #hex is #5F9483.


I love getcolorcode.com

Triadic colors

1 #7CA06B and #6B7CA0 with #A06B7C are triadic colors.

2 #7C6BA0 and #6BA07C with #A06B7C are triadic colors.