COLOR #AA6430

HEX: #AA6430
RGB: (170,100,48)

Color info

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

RGB color model

#AA6430 color RGB value is (170,100,48).

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

RGB channels and saturation

R 170 of 255 = 67%
G 100 of 255 = 39%
B 48 of 255 = 19%

170
100
48

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

Portions of RGB colors in percentages

R + G + B =
170 + 100 + 48 = 318 (100%)
R 170 of 318 ~ 53.46%
G 100 of 318 ~ 31.45%
B 48 of 318 ~ 15.09%

%53.46
%31.45
%15.09

CMYK color model

#AA6430 color CMYK value is (0,41,72,33).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 71.76%
  • key color value is 33.33%
CMYK:
(0,41,72,33)
C0M41Y72K33 
(0%,41%,72%,33%)
(0.00/0.41/0.72/0.33)	

CMYK percentages

%0
%41.18
%71.76
%33.33

Codes

Color #AA6430 in popluar color models

AA6430
RGB17010048
HSL26°55.96%42.75%
HSB/HSV26°71.76%66.67%
CMYK0.00%41.18%71.76%
33.33%

Color #AA6430 in popluar number systems.

HEXAA6430
Decimal17010048
Binary101010101100100110000
Octal25214460

Shades and tints

Shades of #AA6430

#AA6430
(170,100,48)
#9B5B2C
(155,91,44)
#8C5228
(140,82,40)
#7D4924
(125,73,36)
#6E4020
(110,64,32)
#5F371C
(95,55,28)
#502E18
(80,46,24)
#412514
(65,37,20)
#321C10
(50,28,16)
#23130C
(35,19,12)
#140A08
(20,10,8)
#000000
(0,0,0)

Tints of #AA6430

#AA6430
(170,100,48)
#B17242
(177,114,66)
#B88054
(184,128,84)
#BF8E66
(191,142,102)
#C69C78
(198,156,120)
#CDAA8A
(205,170,138)
#D4B89C
(212,184,156)
#DBC6AE
(219,198,174)
#E2D4C0
(226,212,192)
#E9E2D2
(233,226,210)
#F0F0E4
(240,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6430; }

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

This text font color is #AA6430.


Background Color

.myBgColor { background-color: #AA6430; }

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

This div background color is #AA6430.


Border color

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

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

This div border color is #AA6430.


Opacity

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

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

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

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

This text has shadow with #AA6430 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6430 on black background.


Color preview on white background

This text has color #AA6430 on white background.



Black color preview on #AA6430 background

This text has black color on #AA6430 background.


White color preview on #AA6430 background

This text has white color on #AA6430 background.