COLOR #A35349

HEX: #A35349
RGB: (163,83,73)

Color info

#A35349 contains mainly red color. Web safe color of #A35349 is #996633 (or #963).

RGB color model

#A35349 color RGB value is (163,83,73).

  • red value is 163;
  • green value is 83;
  • blue value is 73.
RGB:
(163,83,73)
(64%,33%,29%)

RGB channels and saturation

R 163 of 255 = 64%
G 83 of 255 = 33%
B 73 of 255 = 29%

163
83
73

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

Portions of RGB colors in percentages

R + G + B =
163 + 83 + 73 = 319 (100%)
R 163 of 319 ~ 51.1%
G 83 of 319 ~ 26.02%
B 73 of 319 ~ 22.88%

%51.1
%26.02
%22.88

CMYK color model

#A35349 color CMYK value is (0,49,55,36).

  • cyan value is 0.00%
  • magenta value is 49.08%
  • yellow value is 55.21%
  • key color value is 36.08%
CMYK:
(0,49,55,36)
C0M49Y55K36 
(0%,49%,55%,36%)
(0.00/0.49/0.55/0.36)	

CMYK percentages

%0
%49.08
%55.21
%36.08

Codes

Color #A35349 in popluar color models

A35349
RGB1638373
HSL38.14%46.27%
HSB/HSV55.21%63.92%
CMYK0.00%49.08%55.21%
36.08%

Color #A35349 in popluar number systems.

HEXA35349
Decimal1638373
Binary1010001110100111001001
Octal243123111

Shades and tints

Shades of #A35349

#A35349
(163,83,73)
#954C43
(149,76,67)
#87453D
(135,69,61)
#793E37
(121,62,55)
#6B3731
(107,55,49)
#5D302B
(93,48,43)
#4F2925
(79,41,37)
#41221F
(65,34,31)
#331B19
(51,27,25)
#251413
(37,20,19)
#170D0D
(23,13,13)
#000000
(0,0,0)

Tints of #A35349

#A35349
(163,83,73)
#AB6259
(171,98,89)
#B37169
(179,113,105)
#BB8079
(187,128,121)
#C38F89
(195,143,137)
#CB9E99
(203,158,153)
#D3ADA9
(211,173,169)
#DBBCB9
(219,188,185)
#E3CBC9
(227,203,201)
#EBDAD9
(235,218,217)
#F3E9E9
(243,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A35349 color. Also use rgb(163,83,73) instead hex code.

Text Font Color

.myTextColor { color: #A35349; }

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

This text font color is #A35349.


Background Color

.myBgColor { background-color: #A35349; }

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

This div background color is #A35349.


Border color

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

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

This div border color is #A35349.


Opacity

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

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

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

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

This text has shadow with #A35349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35349 on black background.


Color preview on white background

This text has color #A35349 on white background.



Black color preview on #A35349 background

This text has black color on #A35349 background.


White color preview on #A35349 background

This text has white color on #A35349 background.