COLOR #A56F5F

HEX: #A56F5F
RGB: (165,111,95)

Color info

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

RGB color model

#A56F5F color RGB value is (165,111,95).

  • red value is 165;
  • green value is 111;
  • blue value is 95.
RGB:
(165,111,95)
(65%,44%,37%)

RGB channels and saturation

R 165 of 255 = 65%
G 111 of 255 = 44%
B 95 of 255 = 37%

165
111
95

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

Portions of RGB colors in percentages

R + G + B =
165 + 111 + 95 = 371 (100%)
R 165 of 371 ~ 44.47%
G 111 of 371 ~ 29.92%
B 95 of 371 ~ 25.61%

%44.47
%29.92
%25.61

CMYK color model

#A56F5F color CMYK value is (0,33,42,35).

  • cyan value is 0.00%
  • magenta value is 32.73%
  • yellow value is 42.42%
  • key color value is 35.29%
CMYK:
(0,33,42,35)
C0M33Y42K35 
(0%,33%,42%,35%)
(0.00/0.33/0.42/0.35)	

CMYK percentages

%0
%32.73
%42.42
%35.29

Codes

Color #A56F5F in popluar color models

A56F5F
RGB16511195
HSL14°28.00%50.98%
HSB/HSV14°42.42%64.71%
CMYK0.00%32.73%42.42%
35.29%

Color #A56F5F in popluar number systems.

HEXA56F5F
Decimal16511195
Binary1010010111011111011111
Octal245157137

Shades and tints

Shades of #A56F5F

#A56F5F
(165,111,95)
#966557
(150,101,87)
#875B4F
(135,91,79)
#785147
(120,81,71)
#69473F
(105,71,63)
#5A3D37
(90,61,55)
#4B332F
(75,51,47)
#3C2927
(60,41,39)
#2D1F1F
(45,31,31)
#1E1517
(30,21,23)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #A56F5F

#A56F5F
(165,111,95)
#AD7C6D
(173,124,109)
#B5897B
(181,137,123)
#BD9689
(189,150,137)
#C5A397
(197,163,151)
#CDB0A5
(205,176,165)
#D5BDB3
(213,189,179)
#DDCAC1
(221,202,193)
#E5D7CF
(229,215,207)
#EDE4DD
(237,228,221)
#F5F1EB
(245,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A56F5F color. Also use rgb(165,111,95) instead hex code.

Text Font Color

.myTextColor { color: #A56F5F; }

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

This text font color is #A56F5F.


Background Color

.myBgColor { background-color: #A56F5F; }

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

This div background color is #A56F5F.


Border color

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

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

This div border color is #A56F5F.


Opacity

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

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

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

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

This text has shadow with #A56F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56F5F on black background.


Color preview on white background

This text has color #A56F5F on white background.



Black color preview on #A56F5F background

This text has black color on #A56F5F background.


White color preview on #A56F5F background

This text has white color on #A56F5F background.