COLOR #AA6001

HEX: #AA6001
RGB: (170,96,1)

Color info

#AA6001 contains mainly red color. Web safe color of #AA6001 is #996600 (or #960).

RGB color model

#AA6001 color RGB value is (170,96,1).

  • red value is 170;
  • green value is 96;
  • blue value is 1.
RGB:
(170,96,1)
(67%,38%,0%)

RGB channels and saturation

R 170 of 255 = 67%
G 96 of 255 = 38%
B 1 of 255 = 0%

170
96
1

R + G + B ~ 35%. #AA6001 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
170 + 96 + 1 = 267 (100%)
R 170 of 267 ~ 63.67%
G 96 of 267 ~ 35.96%
B 1 of 267 ~ 0.37%

%63.67
%35.96

CMYK color model

#AA6001 color CMYK value is (0,44,99,33).

  • cyan value is 0.00%
  • magenta value is 43.53%
  • yellow value is 99.41%
  • key color value is 33.33%
CMYK:
(0,44,99,33)
C0M44Y99K33 
(0%,44%,99%,33%)
(0.00/0.44/0.99/0.33)	

CMYK percentages

%0
%43.53
%99.41
%33.33

Codes

Color #AA6001 in popluar color models

AA6001
RGB170961
HSL34°98.83%33.53%
HSB/HSV34°99.41%66.67%
CMYK0.00%43.53%99.41%
33.33%

Color #AA6001 in popluar number systems.

HEXAA6001
Decimal170961
Binary1010101011000001
Octal2521401

Shades and tints

Shades of #AA6001

#AA6001
(170,96,1)
#9B5801
(155,88,1)
#8C5001
(140,80,1)
#7D4801
(125,72,1)
#6E4001
(110,64,1)
#5F3801
(95,56,1)
#503001
(80,48,1)
#412801
(65,40,1)
#322001
(50,32,1)
#231801
(35,24,1)
#141001
(20,16,1)
#000000
(0,0,0)

Tints of #AA6001

#AA6001
(170,96,1)
#B16E18
(177,110,24)
#B87C2F
(184,124,47)
#BF8A46
(191,138,70)
#C6985D
(198,152,93)
#CDA674
(205,166,116)
#D4B48B
(212,180,139)
#DBC2A2
(219,194,162)
#E2D0B9
(226,208,185)
#E9DED0
(233,222,208)
#F0ECE7
(240,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA6001 color. Also use rgb(170,96,1) instead hex code.

Text Font Color

.myTextColor { color: #AA6001; }

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

This text font color is #AA6001.


Background Color

.myBgColor { background-color: #AA6001; }

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

This div background color is #AA6001.


Border color

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

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

This div border color is #AA6001.


Opacity

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

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

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

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

This text has shadow with #AA6001 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6001 on black background.


Color preview on white background

This text has color #AA6001 on white background.



Black color preview on #AA6001 background

This text has black color on #AA6001 background.


White color preview on #AA6001 background

This text has white color on #AA6001 background.