COLOR #A35250

HEX: #A35250
RGB: (163,82,80)

Color info

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

RGB color model

#A35250 color RGB value is (163,82,80).

  • red value is 163;
  • green value is 82;
  • blue value is 80.
RGB:
(163,82,80)
(64%,32%,31%)

RGB channels and saturation

R 163 of 255 = 64%
G 82 of 255 = 32%
B 80 of 255 = 31%

163
82
80

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

Portions of RGB colors in percentages

R + G + B =
163 + 82 + 80 = 325 (100%)
R 163 of 325 ~ 50.15%
G 82 of 325 ~ 25.23%
B 80 of 325 ~ 24.62%

%50.15
%25.23
%24.62

CMYK color model

#A35250 color CMYK value is (0,50,51,36).

  • cyan value is 0.00%
  • magenta value is 49.69%
  • yellow value is 50.92%
  • key color value is 36.08%
CMYK:
(0,50,51,36)
C0M50Y51K36 
(0%,50%,51%,36%)
(0.00/0.50/0.51/0.36)	

CMYK percentages

%0
%49.69
%50.92
%36.08

Codes

Color #A35250 in popluar color models

A35250
RGB1638280
HSL34.16%47.65%
HSB/HSV50.92%63.92%
CMYK0.00%49.69%50.92%
36.08%

Color #A35250 in popluar number systems.

HEXA35250
Decimal1638280
Binary1010001110100101010000
Octal243122120

Shades and tints

Shades of #A35250

#A35250
(163,82,80)
#954B49
(149,75,73)
#874442
(135,68,66)
#793D3B
(121,61,59)
#6B3634
(107,54,52)
#5D2F2D
(93,47,45)
#4F2826
(79,40,38)
#41211F
(65,33,31)
#331A18
(51,26,24)
#251311
(37,19,17)
#170C0A
(23,12,10)
#000000
(0,0,0)

Tints of #A35250

#A35250
(163,82,80)
#AB615F
(171,97,95)
#B3706E
(179,112,110)
#BB7F7D
(187,127,125)
#C38E8C
(195,142,140)
#CB9D9B
(203,157,155)
#D3ACAA
(211,172,170)
#DBBBB9
(219,187,185)
#E3CAC8
(227,202,200)
#EBD9D7
(235,217,215)
#F3E8E6
(243,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A35250 color. Also use rgb(163,82,80) instead hex code.

Text Font Color

.myTextColor { color: #A35250; }

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

This text font color is #A35250.


Background Color

.myBgColor { background-color: #A35250; }

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

This div background color is #A35250.


Border color

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

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

This div border color is #A35250.


Opacity

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

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

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

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

This text has shadow with #A35250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35250 on black background.


Color preview on white background

This text has color #A35250 on white background.



Black color preview on #A35250 background

This text has black color on #A35250 background.


White color preview on #A35250 background

This text has white color on #A35250 background.