COLOR #AA534B

HEX: #AA534B RGB: (170,83,75)

Color info

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

RGB color model

#AA534B color RGB value is (170,83,75).

RGB: (170,83,75) (67%, 33%, 29%)

RGB channels and saturation

R 170 of 255 = 67%
G 83 of 255 = 33%
B 75 of 255 = 29%

170
83
75

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

Portions of RGB colors in percentages

R + G + B = 170 + 83 + 75 = 328 (100%)
R 170 of 328 ~ 51.83%
G 83 of 328 ~ 25.3%
B 75 of 328 ~ 22.87'%

%51.83
%25.3
%22.87

CMYK color model

#AA534B color CMYK value is (0,51,56,33).

  • cyan value is 0.00%
  • magenta value is 51.18%
  • yellow value is 55.88%
  • key color value is 33.33%

CMYK: (0,51,56,33)
C0M51Y56K33 (0%, 51%, 56%, 33%)
(0.00 / 0.51 / 0.56 / 0.33)

CMYK percentages

%0
%51.18
%55.88
%33.33

Codes

Color #AA534B in popluar color models

AA 53 4B
RGB 170 83 75
HSL 38.78% 48.04%
HSB/HSV 55.88% 66.67%
CMYK 0.00% 51.18% 55.88%
33.33%

Color #AA534B in popluar number systems.

HEX AA 53 4B
Decimal 170 83 75
Binary 10101010 1010011 1001011
Octal 252 123 113

Shades and tints

Shades of #AA534B

#AA534B
(170,83,75)
#9B4C45
(155,76,69)
#8C453F
(140,69,63)
#7D3E39
(125,62,57)
#6E3733
(110,55,51)
#5F302D
(95,48,45)
#502927
(80,41,39)
#412221
(65,34,33)
#321B1B
(50,27,27)
#231415
(35,20,21)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #AA534B

#AA534B
(170,83,75)
#B1625B
(177,98,91)
#B8716B
(184,113,107)
#BF807B
(191,128,123)
#C68F8B
(198,143,139)
#CD9E9B
(205,158,155)
#D4ADAB
(212,173,171)
#DBBCBB
(219,188,187)
#E2CBCB
(226,203,203)
#E9DADB
(233,218,219)
#F0E9EB
(240,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA534B; }

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

This text font color is #AA534B.

Background Color

.myBgColor { background-color: #AA534B; }

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

This div background color is #AA534B.

Border color

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

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

This div border color is #AA534B.

Opacity

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

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

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

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

This text has shadow with #AA534B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA534B.

Preview

Color preview on black background

This text has color #AA534B on black background.


Color preview on white background

This text has color #AA534B on white background.


Black color preview on #AA534B background

This text has black color on #AA534B background.


White color preview on #AA534B background

This text has white color on #AA534B background.


Related colors

Complementary color

Complementary color for #hex is #55ACB4.


I love getcolorcode.com

Triadic colors

1 #4BAA53 and #534BAA with #AA534B are triadic colors.

2 #4B53AA and #53AA4B with #AA534B are triadic colors.