COLOR #AA4B35

HEX: #AA4B35
RGB: (170,75,53)

Color info

#AA4B35 contains mainly red color. Web safe color of #AA4B35 is #993333 (or #933).

RGB color model

#AA4B35 color RGB value is (170,75,53).

  • red value is 170;
  • green value is 75;
  • blue value is 53.
RGB:
(170,75,53)
(67%,29%,21%)

RGB channels and saturation

R 170 of 255 = 67%
G 75 of 255 = 29%
B 53 of 255 = 21%

170
75
53

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

Portions of RGB colors in percentages

R + G + B =
170 + 75 + 53 = 298 (100%)
R 170 of 298 ~ 57.05%
G 75 of 298 ~ 25.17%
B 53 of 298 ~ 17.79%

%57.05
%25.17
%17.79

CMYK color model

#AA4B35 color CMYK value is (0,56,69,33).

  • cyan value is 0.00%
  • magenta value is 55.88%
  • yellow value is 68.82%
  • key color value is 33.33%
CMYK:
(0,56,69,33)
C0M56Y69K33 
(0%,56%,69%,33%)
(0.00/0.56/0.69/0.33)	

CMYK percentages

%0
%55.88
%68.82
%33.33

Codes

Color #AA4B35 in popluar color models

AA4B35
RGB1707553
HSL11°52.47%43.73%
HSB/HSV11°68.82%66.67%
CMYK0.00%55.88%68.82%
33.33%

Color #AA4B35 in popluar number systems.

HEXAA4B35
Decimal1707553
Binary101010101001011110101
Octal25211365

Shades and tints

Shades of #AA4B35

#AA4B35
(170,75,53)
#9B4531
(155,69,49)
#8C3F2D
(140,63,45)
#7D3929
(125,57,41)
#6E3325
(110,51,37)
#5F2D21
(95,45,33)
#50271D
(80,39,29)
#412119
(65,33,25)
#321B15
(50,27,21)
#231511
(35,21,17)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #AA4B35

#AA4B35
(170,75,53)
#B15B47
(177,91,71)
#B86B59
(184,107,89)
#BF7B6B
(191,123,107)
#C68B7D
(198,139,125)
#CD9B8F
(205,155,143)
#D4ABA1
(212,171,161)
#DBBBB3
(219,187,179)
#E2CBC5
(226,203,197)
#E9DBD7
(233,219,215)
#F0EBE9
(240,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA4B35 color. Also use rgb(170,75,53) instead hex code.

Text Font Color

.myTextColor { color: #AA4B35; }

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

This text font color is #AA4B35.


Background Color

.myBgColor { background-color: #AA4B35; }

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

This div background color is #AA4B35.


Border color

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

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

This div border color is #AA4B35.


Opacity

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

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

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

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

This text has shadow with #AA4B35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA4B35 on black background.


Color preview on white background

This text has color #AA4B35 on white background.



Black color preview on #AA4B35 background

This text has black color on #AA4B35 background.


White color preview on #AA4B35 background

This text has white color on #AA4B35 background.