COLOR #AA436B

HEX: #AA436B
RGB: (170,67,107)

Color info

#AA436B contains mainly red color. Web safe color of #AA436B is #993366 (or #936).

RGB color model

#AA436B color RGB value is (170,67,107).

  • red value is 170;
  • green value is 67;
  • blue value is 107.
RGB:
(170,67,107)
(67%,26%,42%)

RGB channels and saturation

R 170 of 255 = 67%
G 67 of 255 = 26%
B 107 of 255 = 42%

170
67
107

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

Portions of RGB colors in percentages

R + G + B =
170 + 67 + 107 = 344 (100%)
R 170 of 344 ~ 49.42%
G 67 of 344 ~ 19.48%
B 107 of 344 ~ 31.1%

%49.42
%19.48
%31.1

CMYK color model

#AA436B color CMYK value is (0,61,37,33).

  • cyan value is 0.00%
  • magenta value is 60.59%
  • yellow value is 37.06%
  • key color value is 33.33%
CMYK:
(0,61,37,33)
C0M61Y37K33 
(0%,61%,37%,33%)
(0.00/0.61/0.37/0.33)	

CMYK percentages

%0
%60.59
%37.06
%33.33

Codes

Color #AA436B in popluar color models

AA436B
RGB17067107
HSL337°43.46%46.47%
HSB/HSV337°60.59%66.67%
CMYK0.00%60.59%37.06%
33.33%

Color #AA436B in popluar number systems.

HEXAA436B
Decimal17067107
Binary1010101010000111101011
Octal252103153

Shades and tints

Shades of #AA436B

#AA436B
(170,67,107)
#9B3D62
(155,61,98)
#8C3759
(140,55,89)
#7D3150
(125,49,80)
#6E2B47
(110,43,71)
#5F253E
(95,37,62)
#501F35
(80,31,53)
#41192C
(65,25,44)
#321323
(50,19,35)
#230D1A
(35,13,26)
#140711
(20,7,17)
#000000
(0,0,0)

Tints of #AA436B

#AA436B
(170,67,107)
#B15478
(177,84,120)
#B86585
(184,101,133)
#BF7692
(191,118,146)
#C6879F
(198,135,159)
#CD98AC
(205,152,172)
#D4A9B9
(212,169,185)
#DBBAC6
(219,186,198)
#E2CBD3
(226,203,211)
#E9DCE0
(233,220,224)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA436B color. Also use rgb(170,67,107) instead hex code.

Text Font Color

.myTextColor { color: #AA436B; }

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

This text font color is #AA436B.


Background Color

.myBgColor { background-color: #AA436B; }

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

This div background color is #AA436B.


Border color

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

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

This div border color is #AA436B.


Opacity

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

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

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

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

This text has shadow with #AA436B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA436B on black background.


Color preview on white background

This text has color #AA436B on white background.



Black color preview on #AA436B background

This text has black color on #AA436B background.


White color preview on #AA436B background

This text has white color on #AA436B background.