COLOR #A06C64

HEX: #A06C64 RGB: (160,108,100)

Color info

#A06C64 contains mainly red and green colors. Web safe color of #A06C64 is #996666 (or #966).

RGB color model

#A06C64 color RGB value is (160,108,100).

RGB: (160,108,100) (63%, 42%, 39%)

RGB channels and saturation

R 160 of 255 = 63%
G 108 of 255 = 42%
B 100 of 255 = 39%

160
108
100

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

Portions of RGB colors in percentages

R + G + B = 160 + 108 + 100 = 368 (100%)
R 160 of 368 ~ 43.48%
G 108 of 368 ~ 29.35%
B 100 of 368 ~ 27.17'%

%43.48
%29.35
%27.17

CMYK color model

#A06C64 color CMYK value is (0,33,38,37).

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

CMYK: (0,33,38,37)
C0M33Y38K37 (0%, 33%, 38%, 37%)
(0.00 / 0.33 / 0.38 / 0.37)

CMYK percentages

%0
%32.5
%37.5
%37.25

Codes

Color #A06C64 in popluar color models

A0 6C 64
RGB 160 108 100
HSL 24.00% 50.98%
HSB/HSV 37.50% 62.75%
CMYK 0.00% 32.50% 37.50%
37.25%

Color #A06C64 in popluar number systems.

HEX A0 6C 64
Decimal 160 108 100
Binary 10100000 1101100 1100100
Octal 240 154 144

Shades and tints

Shades of #A06C64

#A06C64
(160,108,100)
#92635B
(146,99,91)
#845A52
(132,90,82)
#765149
(118,81,73)
#684840
(104,72,64)
#5A3F37
(90,63,55)
#4C362E
(76,54,46)
#3E2D25
(62,45,37)
#30241C
(48,36,28)
#221B13
(34,27,19)
#14120A
(20,18,10)
#000000
(0,0,0)

Tints of #A06C64

#A06C64
(160,108,100)
#A87972
(168,121,114)
#B08680
(176,134,128)
#B8938E
(184,147,142)
#C0A09C
(192,160,156)
#C8ADAA
(200,173,170)
#D0BAB8
(208,186,184)
#D8C7C6
(216,199,198)
#E0D4D4
(224,212,212)
#E8E1E2
(232,225,226)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06C64; }

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

This text font color is #A06C64.

Background Color

.myBgColor { background-color: #A06C64; }

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

This div background color is #A06C64.

Border color

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

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

This div border color is #A06C64.

Opacity

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

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

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

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

This text has shadow with #A06C64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A06C64.

Preview

Color preview on black background

This text has color #A06C64 on black background.


Color preview on white background

This text has color #A06C64 on white background.


Black color preview on #A06C64 background

This text has black color on #A06C64 background.


White color preview on #A06C64 background

This text has white color on #A06C64 background.


Related colors

Complementary color

Complementary color for #hex is #5F939B.


I love getcolorcode.com

Triadic colors

1 #64A06C and #6C64A0 with #A06C64 are triadic colors.

2 #646CA0 and #6CA064 with #A06C64 are triadic colors.