COLOR #AA6434

HEX: #AA6434
RGB: (170,100,52)

Color info

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

RGB color model

#AA6434 color RGB value is (170,100,52).

  • red value is 170;
  • green value is 100;
  • blue value is 52.
RGB:
(170,100,52)
(67%,39%,20%)

RGB channels and saturation

R 170 of 255 = 67%
G 100 of 255 = 39%
B 52 of 255 = 20%

170
100
52

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

Portions of RGB colors in percentages

R + G + B =
170 + 100 + 52 = 322 (100%)
R 170 of 322 ~ 52.8%
G 100 of 322 ~ 31.06%
B 52 of 322 ~ 16.15%

%52.8
%31.06
%16.15

CMYK color model

#AA6434 color CMYK value is (0,41,69,33).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 69.41%
  • key color value is 33.33%
CMYK:
(0,41,69,33)
C0M41Y69K33 
(0%,41%,69%,33%)
(0.00/0.41/0.69/0.33)	

CMYK percentages

%0
%41.18
%69.41
%33.33

Codes

Color #AA6434 in popluar color models

AA6434
RGB17010052
HSL24°53.15%43.53%
HSB/HSV24°69.41%66.67%
CMYK0.00%41.18%69.41%
33.33%

Color #AA6434 in popluar number systems.

HEXAA6434
Decimal17010052
Binary101010101100100110100
Octal25214464

Shades and tints

Shades of #AA6434

#AA6434
(170,100,52)
#9B5B30
(155,91,48)
#8C522C
(140,82,44)
#7D4928
(125,73,40)
#6E4024
(110,64,36)
#5F3720
(95,55,32)
#502E1C
(80,46,28)
#412518
(65,37,24)
#321C14
(50,28,20)
#231310
(35,19,16)
#140A0C
(20,10,12)
#000000
(0,0,0)

Tints of #AA6434

#AA6434
(170,100,52)
#B17246
(177,114,70)
#B88058
(184,128,88)
#BF8E6A
(191,142,106)
#C69C7C
(198,156,124)
#CDAA8E
(205,170,142)
#D4B8A0
(212,184,160)
#DBC6B2
(219,198,178)
#E2D4C4
(226,212,196)
#E9E2D6
(233,226,214)
#F0F0E8
(240,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA6434 color. Also use rgb(170,100,52) instead hex code.

Text Font Color

.myTextColor { color: #AA6434; }

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

This text font color is #AA6434.


Background Color

.myBgColor { background-color: #AA6434; }

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

This div background color is #AA6434.


Border color

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

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

This div border color is #AA6434.


Opacity

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

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

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

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

This text has shadow with #AA6434 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6434 on black background.


Color preview on white background

This text has color #AA6434 on white background.



Black color preview on #AA6434 background

This text has black color on #AA6434 background.


White color preview on #AA6434 background

This text has white color on #AA6434 background.