COLOR #AA6D58

HEX: #AA6D58 RGB: (170,109,88)

Color info

#AA6D58 contains mainly red color. Web safe color of #AA6D58 is #996666 (or #966).

RGB color model

#AA6D58 color RGB value is (170,109,88).

RGB: (170,109,88) (67%, 43%, 35%)

RGB channels and saturation

R 170 of 255 = 67%
G 109 of 255 = 43%
B 88 of 255 = 35%

170
109
88

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

Portions of RGB colors in percentages

R + G + B = 170 + 109 + 88 = 367 (100%)
R 170 of 367 ~ 46.32%
G 109 of 367 ~ 29.7%
B 88 of 367 ~ 23.98'%

%46.32
%29.7
%23.98

CMYK color model

#AA6D58 color CMYK value is (0,36,48,33).

  • cyan value is 0.00%
  • magenta value is 35.88%
  • yellow value is 48.24%
  • key color value is 33.33%

CMYK: (0,36,48,33)
C0M36Y48K33 (0%, 36%, 48%, 33%)
(0.00 / 0.36 / 0.48 / 0.33)

CMYK percentages

%0
%35.88
%48.24
%33.33

Codes

Color #AA6D58 in popluar color models

AA 6D 58
RGB 170 109 88
HSL 15° 32.54% 50.59%
HSB/HSV 15° 48.24% 66.67%
CMYK 0.00% 35.88% 48.24%
33.33%

Color #AA6D58 in popluar number systems.

HEX AA 6D 58
Decimal 170 109 88
Binary 10101010 1101101 1011000
Octal 252 155 130

Shades and tints

Shades of #AA6D58

#AA6D58
(170,109,88)
#9B6450
(155,100,80)
#8C5B48
(140,91,72)
#7D5240
(125,82,64)
#6E4938
(110,73,56)
#5F4030
(95,64,48)
#503728
(80,55,40)
#412E20
(65,46,32)
#322518
(50,37,24)
#231C10
(35,28,16)
#141308
(20,19,8)
#000000
(0,0,0)

Tints of #AA6D58

#AA6D58
(170,109,88)
#B17A67
(177,122,103)
#B88776
(184,135,118)
#BF9485
(191,148,133)
#C6A194
(198,161,148)
#CDAEA3
(205,174,163)
#D4BBB2
(212,187,178)
#DBC8C1
(219,200,193)
#E2D5D0
(226,213,208)
#E9E2DF
(233,226,223)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA6D58 color. Also use rgb(170,109,88) instead hex code.

Text Font Color

.myTextColor { color: #AA6D58; }

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

This text font color is #AA6D58.

Background Color

.myBgColor { background-color: #AA6D58; }

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

This div background color is #AA6D58.

Border color

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

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

This div border color is #AA6D58.

Opacity

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

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

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

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

This text has shadow with #AA6D58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA6D58.

Preview

Color preview on black background

This text has color #AA6D58 on black background.


Color preview on white background

This text has color #AA6D58 on white background.


Black color preview on #AA6D58 background

This text has black color on #AA6D58 background.


White color preview on #AA6D58 background

This text has white color on #AA6D58 background.


Related colors

Complementary color

Complementary color for #hex is #5592A7.


I love getcolorcode.com

Triadic colors

1 #58AA6D and #6D58AA with #AA6D58 are triadic colors.

2 #586DAA and #6DAA58 with #AA6D58 are triadic colors.