COLOR #A35956

HEX: #A35956
RGB: (163,89,86)

Color info

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

RGB color model

#A35956 color RGB value is (163,89,86).

  • red value is 163;
  • green value is 89;
  • blue value is 86.
RGB:
(163,89,86)
(64%,35%,34%)

RGB channels and saturation

R 163 of 255 = 64%
G 89 of 255 = 35%
B 86 of 255 = 34%

163
89
86

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

Portions of RGB colors in percentages

R + G + B =
163 + 89 + 86 = 338 (100%)
R 163 of 338 ~ 48.22%
G 89 of 338 ~ 26.33%
B 86 of 338 ~ 25.44%

%48.22
%26.33
%25.44

CMYK color model

#A35956 color CMYK value is (0,45,47,36).

  • cyan value is 0.00%
  • magenta value is 45.40%
  • yellow value is 47.24%
  • key color value is 36.08%
CMYK:
(0,45,47,36)
C0M45Y47K36 
(0%,45%,47%,36%)
(0.00/0.45/0.47/0.36)	

CMYK percentages

%0
%45.4
%47.24
%36.08

Codes

Color #A35956 in popluar color models

A35956
RGB1638986
HSL30.92%48.82%
HSB/HSV47.24%63.92%
CMYK0.00%45.40%47.24%
36.08%

Color #A35956 in popluar number systems.

HEXA35956
Decimal1638986
Binary1010001110110011010110
Octal243131126

Shades and tints

Shades of #A35956

#A35956
(163,89,86)
#95514F
(149,81,79)
#874948
(135,73,72)
#794141
(121,65,65)
#6B393A
(107,57,58)
#5D3133
(93,49,51)
#4F292C
(79,41,44)
#412125
(65,33,37)
#33191E
(51,25,30)
#251117
(37,17,23)
#170910
(23,9,16)
#000000
(0,0,0)

Tints of #A35956

#A35956
(163,89,86)
#AB6865
(171,104,101)
#B37774
(179,119,116)
#BB8683
(187,134,131)
#C39592
(195,149,146)
#CBA4A1
(203,164,161)
#D3B3B0
(211,179,176)
#DBC2BF
(219,194,191)
#E3D1CE
(227,209,206)
#EBE0DD
(235,224,221)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A35956 color. Also use rgb(163,89,86) instead hex code.

Text Font Color

.myTextColor { color: #A35956; }

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

This text font color is #A35956.


Background Color

.myBgColor { background-color: #A35956; }

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

This div background color is #A35956.


Border color

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

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

This div border color is #A35956.


Opacity

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

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

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

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

This text has shadow with #A35956 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35956 on black background.


Color preview on white background

This text has color #A35956 on white background.



Black color preview on #A35956 background

This text has black color on #A35956 background.


White color preview on #A35956 background

This text has white color on #A35956 background.