COLOR #AA3835

HEX: #AA3835 RGB: (170,56,53)

Color info

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

RGB color model

#AA3835 color RGB value is (170,56,53).

RGB: (170,56,53) (67%, 22%, 21%)

RGB channels and saturation

R 170 of 255 = 67%
G 56 of 255 = 22%
B 53 of 255 = 21%

170
56
53

R + G + B ~ 37%. #AA3835 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 170 + 56 + 53 = 279 (100%)
R 170 of 279 ~ 60.93%
G 56 of 279 ~ 20.07%
B 53 of 279 ~ 19'%

%60.93
%20.07
%19

CMYK color model

#AA3835 color CMYK value is (0,67,69,33).

  • cyan value is 0.00%
  • magenta value is 67.06%
  • yellow value is 68.82%
  • key color value is 33.33%

CMYK: (0,67,69,33)
C0M67Y69K33 (0%, 67%, 69%, 33%)
(0.00 / 0.67 / 0.69 / 0.33)

CMYK percentages

%0
%67.06
%68.82
%33.33

Codes

Color #AA3835 in popluar color models

AA 38 35
RGB 170 56 53
HSL 52.47% 43.73%
HSB/HSV 68.82% 66.67%
CMYK 0.00% 67.06% 68.82%
33.33%

Color #AA3835 in popluar number systems.

HEX AA 38 35
Decimal 170 56 53
Binary 10101010 111000 110101
Octal 252 70 65

Shades and tints

Shades of #AA3835

#AA3835
(170,56,53)
#9B3331
(155,51,49)
#8C2E2D
(140,46,45)
#7D2929
(125,41,41)
#6E2425
(110,36,37)
#5F1F21
(95,31,33)
#501A1D
(80,26,29)
#411519
(65,21,25)
#321015
(50,16,21)
#230B11
(35,11,17)
#14060D
(20,6,13)
#000000
(0,0,0)

Tints of #AA3835

#AA3835
(170,56,53)
#B14A47
(177,74,71)
#B85C59
(184,92,89)
#BF6E6B
(191,110,107)
#C6807D
(198,128,125)
#CD928F
(205,146,143)
#D4A4A1
(212,164,161)
#DBB6B3
(219,182,179)
#E2C8C5
(226,200,197)
#E9DAD7
(233,218,215)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA3835; }

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

This text font color is #AA3835.

Background Color

.myBgColor { background-color: #AA3835; }

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

This div background color is #AA3835.

Border color

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

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

This div border color is #AA3835.

Opacity

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

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

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

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

This text has shadow with #AA3835 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA3835.

Preview

Color preview on black background

This text has color #AA3835 on black background.


Color preview on white background

This text has color #AA3835 on white background.


Black color preview on #AA3835 background

This text has black color on #AA3835 background.


White color preview on #AA3835 background

This text has white color on #AA3835 background.


Related colors

Complementary color

Complementary color for #hex is #55C7CA.


I love getcolorcode.com

Triadic colors

1 #35AA38 and #3835AA with #AA3835 are triadic colors.

2 #3538AA and #38AA35 with #AA3835 are triadic colors.