COLOR #AA5808

HEX: #AA5808 RGB: (170,88,8)

Color info

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

RGB color model

#AA5808 color RGB value is (170,88,8).

RGB: (170,88,8) (67%, 35%, 3%)

RGB channels and saturation

R 170 of 255 = 67%
G 88 of 255 = 35%
B 8 of 255 = 3%

170
88
8

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

Portions of RGB colors in percentages

R + G + B = 170 + 88 + 8 = 266 (100%)
R 170 of 266 ~ 63.91%
G 88 of 266 ~ 33.08%
B 8 of 266 ~ 3.01'%

%63.91
%33.08

CMYK color model

#AA5808 color CMYK value is (0,48,95,33).

  • cyan value is 0.00%
  • magenta value is 48.24%
  • yellow value is 95.29%
  • key color value is 33.33%
CMYK: (0,48,95,33) C0M48Y95K33 (0%,48%,95%,33%) (0.00/0.48/0.95/0.33) 

CMYK percentages

%0
%48.24
%95.29
%33.33

Codes

Color #AA5808 in popluar color models

AA 58 08
RGB 170 88 8
HSL 30° 91.01% 34.90%
HSB/HSV 30° 95.29% 66.67%
CMYK 0.00% 48.24% 95.29%
33.33%

Color #AA5808 in popluar number systems.

HEX AA 58 08
Decimal 170 88 8
Binary 10101010 1011000 1000
Octal 252 130 10

Shades and tints

Shades of #AA5808

#AA5808
(170,88,8)
#9B5008
(155,80,8)
#8C4808
(140,72,8)
#7D4008
(125,64,8)
#6E3808
(110,56,8)
#5F3008
(95,48,8)
#502808
(80,40,8)
#412008
(65,32,8)
#321808
(50,24,8)
#231008
(35,16,8)
#140808
(20,8,8)
#000000
(0,0,0)

Tints of #AA5808

#AA5808
(170,88,8)
#B1671E
(177,103,30)
#B87634
(184,118,52)
#BF854A
(191,133,74)
#C69460
(198,148,96)
#CDA376
(205,163,118)
#D4B28C
(212,178,140)
#DBC1A2
(219,193,162)
#E2D0B8
(226,208,184)
#E9DFCE
(233,223,206)
#F0EEE4
(240,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA5808 color. Also use rgb(170,88,8) instead hex code.

Text Font Color

.myTextColor { color: #AA5808; }

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

This text font color is #AA5808.

Background Color

.myBgColor { background-color: #AA5808; }

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

This div background color is #AA5808.

Border color

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

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

This div border color is #AA5808.

Opacity

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

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

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

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

This text has shadow with #AA5808 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA5808.

Preview

Color preview on black background

This text has color #AA5808 on black background.


Color preview on white background

This text has color #AA5808 on white background.


Black color preview on #AA5808 background

This text has black color on #AA5808 background.


White color preview on #AA5808 background

This text has white color on #AA5808 background.


Related colors

Complementary color

Complementary color for #hex is #55A7F7.


I love getcolorcode.com

Triadic colors

1 #08AA58 and #5808AA with #AA5808 are triadic colors.

2 #0858AA and #58AA08 with #AA5808 are triadic colors.