COLOR #AAB15D

HEX: #AAB15D
RGB: (170,177,93)

Color info

#AAB15D contains mainly red and green colors. Web safe color of #AAB15D is #999966 (or #996).

RGB color model

#AAB15D color RGB value is (170,177,93).

  • red value is 170;
  • green value is 177;
  • blue value is 93.
RGB:
(170,177,93)
(67%,69%,36%)

RGB channels and saturation

R 170 of 255 = 67%
G 177 of 255 = 69%
B 93 of 255 = 36%

170
177
93

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

Portions of RGB colors in percentages

R + G + B =
170 + 177 + 93 = 440 (100%)
R 170 of 440 ~ 38.64%
G 177 of 440 ~ 40.23%
B 93 of 440 ~ 21.14%

%38.64
%40.23
%21.14

CMYK color model

#AAB15D color CMYK value is (4,0,47,31).

  • cyan value is 3.95%
  • magenta value is 0.00%
  • yellow value is 47.46%
  • key color value is 30.59%
CMYK:
(4,0,47,31)
C4M0Y47K31 
(4%,0%,47%,31%)
(0.04/0.00/0.47/0.31)	

CMYK percentages

%3.95
%0
%47.46
%30.59

Codes

Color #AAB15D in popluar color models

AAB15D
RGB17017793
HSL65°35.00%52.94%
HSB/HSV65°47.46%69.41%
CMYK3.95%0.00%47.46%
30.59%

Color #AAB15D in popluar number systems.

HEXAAB15D
Decimal17017793
Binary10101010101100011011101
Octal252261135

Shades and tints

Shades of #AAB15D

#AAB15D
(170,177,93)
#9BA155
(155,161,85)
#8C914D
(140,145,77)
#7D8145
(125,129,69)
#6E713D
(110,113,61)
#5F6135
(95,97,53)
#50512D
(80,81,45)
#414125
(65,65,37)
#32311D
(50,49,29)
#232115
(35,33,21)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #AAB15D

#AAB15D
(170,177,93)
#B1B86B
(177,184,107)
#B8BF79
(184,191,121)
#BFC687
(191,198,135)
#C6CD95
(198,205,149)
#CDD4A3
(205,212,163)
#D4DBB1
(212,219,177)
#DBE2BF
(219,226,191)
#E2E9CD
(226,233,205)
#E9F0DB
(233,240,219)
#F0F7E9
(240,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB15D color. Also use rgb(170,177,93) instead hex code.

Text Font Color

.myTextColor { color: #AAB15D; }

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

This text font color is #AAB15D.


Background Color

.myBgColor { background-color: #AAB15D; }

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

This div background color is #AAB15D.


Border color

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

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

This div border color is #AAB15D.


Opacity

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

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

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

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

This text has shadow with #AAB15D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB15D on black background.


Color preview on white background

This text has color #AAB15D on white background.



Black color preview on #AAB15D background

This text has black color on #AAB15D background.


White color preview on #AAB15D background

This text has white color on #AAB15D background.