COLOR #A06C66

HEX: #A06C66 RGB: (160,108,102)

Color info

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

RGB color model

#A06C66 color RGB value is (160,108,102).

RGB: (160,108,102) (63%, 42%, 40%)

RGB channels and saturation

R 160 of 255 = 63%
G 108 of 255 = 42%
B 102 of 255 = 40%

160
108
102

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

Portions of RGB colors in percentages

R + G + B = 160 + 108 + 102 = 370 (100%)
R 160 of 370 ~ 43.24%
G 108 of 370 ~ 29.19%
B 102 of 370 ~ 27.57'%

%43.24
%29.19
%27.57

CMYK color model

#A06C66 color CMYK value is (0,33,36,37).

  • cyan value is 0.00%
  • magenta value is 32.50%
  • yellow value is 36.25%
  • key color value is 37.25%

CMYK: (0,33,36,37)
C0M33Y36K37 (0%, 33%, 36%, 37%)
(0.00 / 0.33 / 0.36 / 0.37)

CMYK percentages

%0
%32.5
%36.25
%37.25

Codes

Color #A06C66 in popluar color models

A0 6C 66
RGB 160 108 102
HSL 23.39% 51.37%
HSB/HSV 36.25% 62.75%
CMYK 0.00% 32.50% 36.25%
37.25%

Color #A06C66 in popluar number systems.

HEX A0 6C 66
Decimal 160 108 102
Binary 10100000 1101100 1100110
Octal 240 154 146

Shades and tints

Shades of #A06C66

#A06C66
(160,108,102)
#92635D
(146,99,93)
#845A54
(132,90,84)
#76514B
(118,81,75)
#684842
(104,72,66)
#5A3F39
(90,63,57)
#4C3630
(76,54,48)
#3E2D27
(62,45,39)
#30241E
(48,36,30)
#221B15
(34,27,21)
#14120C
(20,18,12)
#000000
(0,0,0)

Tints of #A06C66

#A06C66
(160,108,102)
#A87973
(168,121,115)
#B08680
(176,134,128)
#B8938D
(184,147,141)
#C0A09A
(192,160,154)
#C8ADA7
(200,173,167)
#D0BAB4
(208,186,180)
#D8C7C1
(216,199,193)
#E0D4CE
(224,212,206)
#E8E1DB
(232,225,219)
#F0EEE8
(240,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A06C66 color. Also use rgb(160,108,102) instead hex code.

Text Font Color

.myTextColor { color: #A06C66; }

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

This text font color is #A06C66.

Background Color

.myBgColor { background-color: #A06C66; }

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

This div background color is #A06C66.

Border color

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

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

This div border color is #A06C66.

Opacity

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

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

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

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

This text has shadow with #A06C66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A06C66.

Preview

Color preview on black background

This text has color #A06C66 on black background.


Color preview on white background

This text has color #A06C66 on white background.


Black color preview on #A06C66 background

This text has black color on #A06C66 background.


White color preview on #A06C66 background

This text has white color on #A06C66 background.


Related colors

Complementary color

Complementary color for #hex is #5F9399.


I love getcolorcode.com

Triadic colors

1 #66A06C and #6C66A0 with #A06C66 are triadic colors.

2 #666CA0 and #6CA066 with #A06C66 are triadic colors.