COLOR #A07666

HEX: #A07666 RGB: (160,118,102)

Color info

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

RGB color model

#A07666 color RGB value is (160,118,102).

RGB: (160,118,102) (63%, 46%, 40%)

RGB channels and saturation

R 160 of 255 = 63%
G 118 of 255 = 46%
B 102 of 255 = 40%

160
118
102

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

Portions of RGB colors in percentages

R + G + B = 160 + 118 + 102 = 380 (100%)
R 160 of 380 ~ 42.11%
G 118 of 380 ~ 31.05%
B 102 of 380 ~ 26.84'%

%42.11
%31.05
%26.84

CMYK color model

#A07666 color CMYK value is (0,26,36,37).

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

CMYK: (0,26,36,37)
C0M26Y36K37 (0%, 26%, 36%, 37%)
(0.00 / 0.26 / 0.36 / 0.37)

CMYK percentages

%0
%26.25
%36.25
%37.25

Codes

Color #A07666 in popluar color models

A0 76 66
RGB 160 118 102
HSL 17° 23.39% 51.37%
HSB/HSV 17° 36.25% 62.75%
CMYK 0.00% 26.25% 36.25%
37.25%

Color #A07666 in popluar number systems.

HEX A0 76 66
Decimal 160 118 102
Binary 10100000 1110110 1100110
Octal 240 166 146

Shades and tints

Shades of #A07666

#A07666
(160,118,102)
#926C5D
(146,108,93)
#846254
(132,98,84)
#76584B
(118,88,75)
#684E42
(104,78,66)
#5A4439
(90,68,57)
#4C3A30
(76,58,48)
#3E3027
(62,48,39)
#30261E
(48,38,30)
#221C15
(34,28,21)
#14120C
(20,18,12)
#000000
(0,0,0)

Tints of #A07666

#A07666
(160,118,102)
#A88273
(168,130,115)
#B08E80
(176,142,128)
#B89A8D
(184,154,141)
#C0A69A
(192,166,154)
#C8B2A7
(200,178,167)
#D0BEB4
(208,190,180)
#D8CAC1
(216,202,193)
#E0D6CE
(224,214,206)
#E8E2DB
(232,226,219)
#F0EEE8
(240,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07666; }

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

This text font color is #A07666.

Background Color

.myBgColor { background-color: #A07666; }

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

This div background color is #A07666.

Border color

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

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

This div border color is #A07666.

Opacity

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

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

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

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

This text has shadow with #A07666 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A07666.

Preview

Color preview on black background

This text has color #A07666 on black background.


Color preview on white background

This text has color #A07666 on white background.


Black color preview on #A07666 background

This text has black color on #A07666 background.


White color preview on #A07666 background

This text has white color on #A07666 background.


Related colors

Complementary color

Complementary color for #hex is #5F8999.


I love getcolorcode.com

Triadic colors

1 #66A076 and #7666A0 with #A07666 are triadic colors.

2 #6676A0 and #76A066 with #A07666 are triadic colors.