COLOR #A56451

HEX: #A56451
RGB: (165,100,81)

Color info

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

RGB color model

#A56451 color RGB value is (165,100,81).

  • red value is 165;
  • green value is 100;
  • blue value is 81.
RGB:
(165,100,81)
(65%,39%,32%)

RGB channels and saturation

R 165 of 255 = 65%
G 100 of 255 = 39%
B 81 of 255 = 32%

165
100
81

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

Portions of RGB colors in percentages

R + G + B =
165 + 100 + 81 = 346 (100%)
R 165 of 346 ~ 47.69%
G 100 of 346 ~ 28.9%
B 81 of 346 ~ 23.41%

%47.69
%28.9
%23.41

CMYK color model

#A56451 color CMYK value is (0,39,51,35).

  • cyan value is 0.00%
  • magenta value is 39.39%
  • yellow value is 50.91%
  • key color value is 35.29%
CMYK:
(0,39,51,35)
C0M39Y51K35 
(0%,39%,51%,35%)
(0.00/0.39/0.51/0.35)	

CMYK percentages

%0
%39.39
%50.91
%35.29

Codes

Color #A56451 in popluar color models

A56451
RGB16510081
HSL14°34.15%48.24%
HSB/HSV14°50.91%64.71%
CMYK0.00%39.39%50.91%
35.29%

Color #A56451 in popluar number systems.

HEXA56451
Decimal16510081
Binary1010010111001001010001
Octal245144121

Shades and tints

Shades of #A56451

#A56451
(165,100,81)
#965B4A
(150,91,74)
#875243
(135,82,67)
#78493C
(120,73,60)
#694035
(105,64,53)
#5A372E
(90,55,46)
#4B2E27
(75,46,39)
#3C2520
(60,37,32)
#2D1C19
(45,28,25)
#1E1312
(30,19,18)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #A56451

#A56451
(165,100,81)
#AD7260
(173,114,96)
#B5806F
(181,128,111)
#BD8E7E
(189,142,126)
#C59C8D
(197,156,141)
#CDAA9C
(205,170,156)
#D5B8AB
(213,184,171)
#DDC6BA
(221,198,186)
#E5D4C9
(229,212,201)
#EDE2D8
(237,226,216)
#F5F0E7
(245,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A56451 color. Also use rgb(165,100,81) instead hex code.

Text Font Color

.myTextColor { color: #A56451; }

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

This text font color is #A56451.


Background Color

.myBgColor { background-color: #A56451; }

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

This div background color is #A56451.


Border color

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

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

This div border color is #A56451.


Opacity

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

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

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

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

This text has shadow with #A56451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56451 on black background.


Color preview on white background

This text has color #A56451 on white background.



Black color preview on #A56451 background

This text has black color on #A56451 background.


White color preview on #A56451 background

This text has white color on #A56451 background.