COLOR #AA6C05

HEX: #AA6C05 RGB: (170,108,5)

Color info

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

RGB color model

#AA6C05 color RGB value is (170,108,5).

RGB: (170,108,5) (67%, 42%, 2%)

RGB channels and saturation

R 170 of 255 = 67%
G 108 of 255 = 42%
B 5 of 255 = 2%

170
108
5

R + G + B ~ 37%. #AA6C05 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 170 + 108 + 5 = 283 (100%)
R 170 of 283 ~ 60.07%
G 108 of 283 ~ 38.16%
B 5 of 283 ~ 1.77'%

%60.07
%38.16

CMYK color model

#AA6C05 color CMYK value is (0,36,97,33).

  • cyan value is 0.00%
  • magenta value is 36.47%
  • yellow value is 97.06%
  • key color value is 33.33%

CMYK: (0,36,97,33)
C0M36Y97K33 (0%, 36%, 97%, 33%)
(0.00 / 0.36 / 0.97 / 0.33)

CMYK percentages

%0
%36.47
%97.06
%33.33

Codes

Color #AA6C05 in popluar color models

AA 6C 05
RGB 170 108 5
HSL 37° 94.29% 34.31%
HSB/HSV 37° 97.06% 66.67%
CMYK 0.00% 36.47% 97.06%
33.33%

Color #AA6C05 in popluar number systems.

HEX AA 6C 05
Decimal 170 108 5
Binary 10101010 1101100 101
Octal 252 154 5

Shades and tints

Shades of #AA6C05

#AA6C05
(170,108,5)
#9B6305
(155,99,5)
#8C5A05
(140,90,5)
#7D5105
(125,81,5)
#6E4805
(110,72,5)
#5F3F05
(95,63,5)
#503605
(80,54,5)
#412D05
(65,45,5)
#322405
(50,36,5)
#231B05
(35,27,5)
#141205
(20,18,5)
#000000
(0,0,0)

Tints of #AA6C05

#AA6C05
(170,108,5)
#B1791B
(177,121,27)
#B88631
(184,134,49)
#BF9347
(191,147,71)
#C6A05D
(198,160,93)
#CDAD73
(205,173,115)
#D4BA89
(212,186,137)
#DBC79F
(219,199,159)
#E2D4B5
(226,212,181)
#E9E1CB
(233,225,203)
#F0EEE1
(240,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA6C05 color. Also use rgb(170,108,5) instead hex code.

Text Font Color

.myTextColor { color: #AA6C05; }

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

This text font color is #AA6C05.

Background Color

.myBgColor { background-color: #AA6C05; }

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

This div background color is #AA6C05.

Border color

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

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

This div border color is #AA6C05.

Opacity

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

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

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

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

This text has shadow with #AA6C05 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA6C05.

Preview

Color preview on black background

This text has color #AA6C05 on black background.


Color preview on white background

This text has color #AA6C05 on white background.


Black color preview on #AA6C05 background

This text has black color on #AA6C05 background.


White color preview on #AA6C05 background

This text has white color on #AA6C05 background.


Related colors

Complementary color

Complementary color for #hex is #5593FA.


I love getcolorcode.com

Triadic colors

1 #05AA6C and #6C05AA with #AA6C05 are triadic colors.

2 #056CAA and #6CAA05 with #AA6C05 are triadic colors.