COLOR #A56658

HEX: #A56658
RGB: (165,102,88)

Color info

#A56658 contains mainly red color. Web safe color of #A56658 is #996666 (or #966).

RGB color model

#A56658 color RGB value is (165,102,88).

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

RGB channels and saturation

R 165 of 255 = 65%
G 102 of 255 = 40%
B 88 of 255 = 35%

165
102
88

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

Portions of RGB colors in percentages

R + G + B =
165 + 102 + 88 = 355 (100%)
R 165 of 355 ~ 46.48%
G 102 of 355 ~ 28.73%
B 88 of 355 ~ 24.79%

%46.48
%28.73
%24.79

CMYK color model

#A56658 color CMYK value is (0,38,47,35).

  • cyan value is 0.00%
  • magenta value is 38.18%
  • yellow value is 46.67%
  • key color value is 35.29%
CMYK: (0,38,47,35) C0M38Y47K35 (0%,38%,47%,35%) (0.00/0.38/0.47/0.35)

CMYK percentages

%0
%38.18
%46.67
%35.29

Codes

Color #A56658 in popluar color models

A56658
RGB16510288
HSL11°30.43%49.61%
HSB/HSV11°46.67%64.71%
CMYK0.00%38.18%46.67%
35.29%

Color #A56658 in popluar number systems.

HEXA56658
Decimal16510288
Binary1010010111001101011000
Octal245146130

Shades and tints

Shades of #A56658

#A56658
(165,102,88)
#965D50
(150,93,80)
#875448
(135,84,72)
#784B40
(120,75,64)
#694238
(105,66,56)
#5A3930
(90,57,48)
#4B3028
(75,48,40)
#3C2720
(60,39,32)
#2D1E18
(45,30,24)
#1E1510
(30,21,16)
#0F0C08
(15,12,8)
#000000
(0,0,0)

Tints of #A56658

#A56658
(165,102,88)
#AD7367
(173,115,103)
#B58076
(181,128,118)
#BD8D85
(189,141,133)
#C59A94
(197,154,148)
#CDA7A3
(205,167,163)
#D5B4B2
(213,180,178)
#DDC1C1
(221,193,193)
#E5CED0
(229,206,208)
#EDDBDF
(237,219,223)
#F5E8EE
(245,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56658; }

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

This text font color is #A56658.


Background Color

.myBgColor { background-color: #A56658; }

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

This div background color is #A56658.


Border color

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

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

This div border color is #A56658.


Opacity

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

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

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

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

This text has shadow with #A56658 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A56658 on black background.


Color preview on white background

This text has color #A56658 on white background.



Black color preview on #A56658 background

This text has black color on #A56658 background.


White color preview on #A56658 background

This text has white color on #A56658 background.