COLOR #AAB485

HEX: #AAB485 RGB: (170,180,133)

Color info

#AAB485 contains red, green and blue colors in about the same proportion. Web safe color of #AAB485 is #99CC99 (or #9C9).

RGB color model

#AAB485 color RGB value is (170,180,133).

RGB: (170,180,133) (67%, 71%, 52%)

RGB channels and saturation

R 170 of 255 = 67%
G 180 of 255 = 71%
B 133 of 255 = 52%

170
180
133

R + G + B ~ 63%. #AAB485 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 180 + 133 = 483 (100%)
R 170 of 483 ~ 35.2%
G 180 of 483 ~ 37.27%
B 133 of 483 ~ 27.54'%

%35.2
%37.27
%27.54

CMYK color model

#AAB485 color CMYK value is (6,0,26,29).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 26.11%
  • key color value is 29.41%

CMYK: (6,0,26,29)
C6M0Y26K29 (6%, 0%, 26%, 29%)
(0.06 / 0.00 / 0.26 / 0.29)

CMYK percentages

%5.56
%0
%26.11
%29.41

Codes

Color #AAB485 in popluar color models

AA B4 85
RGB 170 180 133
HSL 73° 23.86% 61.37%
HSB/HSV 73° 26.11% 70.59%
CMYK 5.56% 0.00% 26.11%
29.41%

Color #AAB485 in popluar number systems.

HEX AA B4 85
Decimal 170 180 133
Binary 10101010 10110100 10000101
Octal 252 264 205

Shades and tints

Shades of #AAB485

#AAB485
(170,180,133)
#9BA479
(155,164,121)
#8C946D
(140,148,109)
#7D8461
(125,132,97)
#6E7455
(110,116,85)
#5F6449
(95,100,73)
#50543D
(80,84,61)
#414431
(65,68,49)
#323425
(50,52,37)
#232419
(35,36,25)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #AAB485

#AAB485
(170,180,133)
#B1BA90
(177,186,144)
#B8C09B
(184,192,155)
#BFC6A6
(191,198,166)
#C6CCB1
(198,204,177)
#CDD2BC
(205,210,188)
#D4D8C7
(212,216,199)
#DBDED2
(219,222,210)
#E2E4DD
(226,228,221)
#E9EAE8
(233,234,232)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB485 color. Also use rgb(170,180,133) instead hex code.

Text Font Color

.myTextColor { color: #AAB485; }

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

This text font color is #AAB485.

Background Color

.myBgColor { background-color: #AAB485; }

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

This div background color is #AAB485.

Border color

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

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

This div border color is #AAB485.

Opacity

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

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

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

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

This text has shadow with #AAB485 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB485.

Preview

Color preview on black background

This text has color #AAB485 on black background.


Color preview on white background

This text has color #AAB485 on white background.


Black color preview on #AAB485 background

This text has black color on #AAB485 background.


White color preview on #AAB485 background

This text has white color on #AAB485 background.


Related colors

Complementary color

Complementary color for #hex is #554B7A.


I love getcolorcode.com

Triadic colors

1 #85AAB4 and #B485AA with #AAB485 are triadic colors.

2 #85B4AA and #B4AA85 with #AAB485 are triadic colors.