COLOR #A56452

HEX: #A56452
RGB: (165,100,82)

Color info

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

RGB color model

#A56452 color RGB value is (165,100,82).

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

RGB channels and saturation

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

165
100
82

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

Portions of RGB colors in percentages

R + G + B =
165 + 100 + 82 = 347 (100%)
R 165 of 347 ~ 47.55%
G 100 of 347 ~ 28.82%
B 82 of 347 ~ 23.63%

%47.55
%28.82
%23.63

CMYK color model

#A56452 color CMYK value is (0,39,50,35).

  • cyan value is 0.00%
  • magenta value is 39.39%
  • yellow value is 50.30%
  • key color value is 35.29%
CMYK:
(0,39,50,35)
C0M39Y50K35 
(0%,39%,50%,35%)
(0.00/0.39/0.50/0.35)	

CMYK percentages

%0
%39.39
%50.3
%35.29

Codes

Color #A56452 in popluar color models

A56452
RGB16510082
HSL13°33.60%48.43%
HSB/HSV13°50.30%64.71%
CMYK0.00%39.39%50.30%
35.29%

Color #A56452 in popluar number systems.

HEXA56452
Decimal16510082
Binary1010010111001001010010
Octal245144122

Shades and tints

Shades of #A56452

#A56452
(165,100,82)
#965B4B
(150,91,75)
#875244
(135,82,68)
#78493D
(120,73,61)
#694036
(105,64,54)
#5A372F
(90,55,47)
#4B2E28
(75,46,40)
#3C2521
(60,37,33)
#2D1C1A
(45,28,26)
#1E1313
(30,19,19)
#0F0A0C
(15,10,12)
#000000
(0,0,0)

Tints of #A56452

#A56452
(165,100,82)
#AD7261
(173,114,97)
#B58070
(181,128,112)
#BD8E7F
(189,142,127)
#C59C8E
(197,156,142)
#CDAA9D
(205,170,157)
#D5B8AC
(213,184,172)
#DDC6BB
(221,198,187)
#E5D4CA
(229,212,202)
#EDE2D9
(237,226,217)
#F5F0E8
(245,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56452; }

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

This text font color is #A56452.


Background Color

.myBgColor { background-color: #A56452; }

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

This div background color is #A56452.


Border color

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

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

This div border color is #A56452.


Opacity

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

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

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

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

This text has shadow with #A56452 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56452 on black background.


Color preview on white background

This text has color #A56452 on white background.



Black color preview on #A56452 background

This text has black color on #A56452 background.


White color preview on #A56452 background

This text has white color on #A56452 background.