COLOR #AA7468

HEX: #AA7468 RGB: (170,116,104)

Color info

#AA7468 contains mainly red and green colors. Web safe color of #AA7468 is #996666 (or #966).

RGB color model

#AA7468 color RGB value is (170,116,104).

RGB: (170,116,104) (67%, 45%, 41%)

RGB channels and saturation

R 170 of 255 = 67%
G 116 of 255 = 45%
B 104 of 255 = 41%

170
116
104

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

Portions of RGB colors in percentages

R + G + B = 170 + 116 + 104 = 390 (100%)
R 170 of 390 ~ 43.59%
G 116 of 390 ~ 29.74%
B 104 of 390 ~ 26.67'%

%43.59
%29.74
%26.67

CMYK color model

#AA7468 color CMYK value is (0,32,39,33).

  • cyan value is 0.00%
  • magenta value is 31.76%
  • yellow value is 38.82%
  • key color value is 33.33%

CMYK: (0,32,39,33)
C0M32Y39K33 (0%, 32%, 39%, 33%)
(0.00 / 0.32 / 0.39 / 0.33)

CMYK percentages

%0
%31.76
%38.82
%33.33

Codes

Color #AA7468 in popluar color models

AA 74 68
RGB 170 116 104
HSL 11° 27.97% 53.73%
HSB/HSV 11° 38.82% 66.67%
CMYK 0.00% 31.76% 38.82%
33.33%

Color #AA7468 in popluar number systems.

HEX AA 74 68
Decimal 170 116 104
Binary 10101010 1110100 1101000
Octal 252 164 150

Shades and tints

Shades of #AA7468

#AA7468
(170,116,104)
#9B6A5F
(155,106,95)
#8C6056
(140,96,86)
#7D564D
(125,86,77)
#6E4C44
(110,76,68)
#5F423B
(95,66,59)
#503832
(80,56,50)
#412E29
(65,46,41)
#322420
(50,36,32)
#231A17
(35,26,23)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #AA7468

#AA7468
(170,116,104)
#B18075
(177,128,117)
#B88C82
(184,140,130)
#BF988F
(191,152,143)
#C6A49C
(198,164,156)
#CDB0A9
(205,176,169)
#D4BCB6
(212,188,182)
#DBC8C3
(219,200,195)
#E2D4D0
(226,212,208)
#E9E0DD
(233,224,221)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA7468 color. Also use rgb(170,116,104) instead hex code.

Text Font Color

.myTextColor { color: #AA7468; }

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

This text font color is #AA7468.

Background Color

.myBgColor { background-color: #AA7468; }

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

This div background color is #AA7468.

Border color

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

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

This div border color is #AA7468.

Opacity

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

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

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

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

This text has shadow with #AA7468 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA7468.

Preview

Color preview on black background

This text has color #AA7468 on black background.


Color preview on white background

This text has color #AA7468 on white background.


Black color preview on #AA7468 background

This text has black color on #AA7468 background.


White color preview on #AA7468 background

This text has white color on #AA7468 background.


Related colors

Complementary color

Complementary color for #hex is #558B97.


I love getcolorcode.com

Triadic colors

1 #68AA74 and #7468AA with #AA7468 are triadic colors.

2 #6874AA and #74AA68 with #AA7468 are triadic colors.