COLOR #A56A66

HEX: #A56A66
RGB: (165,106,102)

Color info

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

RGB color model

#A56A66 color RGB value is (165,106,102).

  • red value is 165;
  • green value is 106;
  • blue value is 102.
RGB:
(165,106,102)
(65%,42%,40%)

RGB channels and saturation

R 165 of 255 = 65%
G 106 of 255 = 42%
B 102 of 255 = 40%

165
106
102

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

Portions of RGB colors in percentages

R + G + B =
165 + 106 + 102 = 373 (100%)
R 165 of 373 ~ 44.24%
G 106 of 373 ~ 28.42%
B 102 of 373 ~ 27.35%

%44.24
%28.42
%27.35

CMYK color model

#A56A66 color CMYK value is (0,36,38,35).

  • cyan value is 0.00%
  • magenta value is 35.76%
  • yellow value is 38.18%
  • key color value is 35.29%
CMYK:
(0,36,38,35)
C0M36Y38K35 
(0%,36%,38%,35%)
(0.00/0.36/0.38/0.35)	

CMYK percentages

%0
%35.76
%38.18
%35.29

Codes

Color #A56A66 in popluar color models

A56A66
RGB165106102
HSL25.93%52.35%
HSB/HSV38.18%64.71%
CMYK0.00%35.76%38.18%
35.29%

Color #A56A66 in popluar number systems.

HEXA56A66
Decimal165106102
Binary1010010111010101100110
Octal245152146

Shades and tints

Shades of #A56A66

#A56A66
(165,106,102)
#96615D
(150,97,93)
#875854
(135,88,84)
#784F4B
(120,79,75)
#694642
(105,70,66)
#5A3D39
(90,61,57)
#4B3430
(75,52,48)
#3C2B27
(60,43,39)
#2D221E
(45,34,30)
#1E1915
(30,25,21)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #A56A66

#A56A66
(165,106,102)
#AD7773
(173,119,115)
#B58480
(181,132,128)
#BD918D
(189,145,141)
#C59E9A
(197,158,154)
#CDABA7
(205,171,167)
#D5B8B4
(213,184,180)
#DDC5C1
(221,197,193)
#E5D2CE
(229,210,206)
#EDDFDB
(237,223,219)
#F5ECE8
(245,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A56A66 color. Also use rgb(165,106,102) instead hex code.

Text Font Color

.myTextColor { color: #A56A66; }

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

This text font color is #A56A66.


Background Color

.myBgColor { background-color: #A56A66; }

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

This div background color is #A56A66.


Border color

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

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

This div border color is #A56A66.


Opacity

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

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

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

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

This text has shadow with #A56A66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56A66 on black background.


Color preview on white background

This text has color #A56A66 on white background.



Black color preview on #A56A66 background

This text has black color on #A56A66 background.


White color preview on #A56A66 background

This text has white color on #A56A66 background.