COLOR #A35435

HEX: #A35435
RGB: (163,84,53)

Color info

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

RGB color model

#A35435 color RGB value is (163,84,53).

  • red value is 163;
  • green value is 84;
  • blue value is 53.
RGB:
(163,84,53)
(64%,33%,21%)

RGB channels and saturation

R 163 of 255 = 64%
G 84 of 255 = 33%
B 53 of 255 = 21%

163
84
53

R + G + B ~ 39%. #A35435 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
163 + 84 + 53 = 300 (100%)
R 163 of 300 ~ 54.33%
G 84 of 300 ~ 28%
B 53 of 300 ~ 17.67%

%54.33
%28
%17.67

CMYK color model

#A35435 color CMYK value is (0,48,67,36).

  • cyan value is 0.00%
  • magenta value is 48.47%
  • yellow value is 67.48%
  • key color value is 36.08%
CMYK:
(0,48,67,36)
C0M48Y67K36 
(0%,48%,67%,36%)
(0.00/0.48/0.67/0.36)	

CMYK percentages

%0
%48.47
%67.48
%36.08

Codes

Color #A35435 in popluar color models

A35435
RGB1638453
HSL17°50.93%42.35%
HSB/HSV17°67.48%63.92%
CMYK0.00%48.47%67.48%
36.08%

Color #A35435 in popluar number systems.

HEXA35435
Decimal1638453
Binary101000111010100110101
Octal24312465

Shades and tints

Shades of #A35435

#A35435
(163,84,53)
#954D31
(149,77,49)
#87462D
(135,70,45)
#793F29
(121,63,41)
#6B3825
(107,56,37)
#5D3121
(93,49,33)
#4F2A1D
(79,42,29)
#412319
(65,35,25)
#331C15
(51,28,21)
#251511
(37,21,17)
#170E0D
(23,14,13)
#000000
(0,0,0)

Tints of #A35435

#A35435
(163,84,53)
#AB6347
(171,99,71)
#B37259
(179,114,89)
#BB816B
(187,129,107)
#C3907D
(195,144,125)
#CB9F8F
(203,159,143)
#D3AEA1
(211,174,161)
#DBBDB3
(219,189,179)
#E3CCC5
(227,204,197)
#EBDBD7
(235,219,215)
#F3EAE9
(243,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A35435 color. Also use rgb(163,84,53) instead hex code.

Text Font Color

.myTextColor { color: #A35435; }

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

This text font color is #A35435.


Background Color

.myBgColor { background-color: #A35435; }

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

This div background color is #A35435.


Border color

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

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

This div border color is #A35435.


Opacity

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

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

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

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

This text has shadow with #A35435 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35435 on black background.


Color preview on white background

This text has color #A35435 on white background.



Black color preview on #A35435 background

This text has black color on #A35435 background.


White color preview on #A35435 background

This text has white color on #A35435 background.