COLOR #AAAF6B

HEX: #AAAF6B RGB: (170,175,107)

Color info

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

RGB color model

#AAAF6B color RGB value is (170,175,107).

RGB: (170,175,107) (67%, 69%, 42%)

RGB channels and saturation

R 170 of 255 = 67%
G 175 of 255 = 69%
B 107 of 255 = 42%

170
175
107

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

Portions of RGB colors in percentages

R + G + B = 170 + 175 + 107 = 452 (100%)
R 170 of 452 ~ 37.61%
G 175 of 452 ~ 38.72%
B 107 of 452 ~ 23.67'%

%37.61
%38.72
%23.67

CMYK color model

#AAAF6B color CMYK value is (3,0,39,31).

  • cyan value is 2.86%
  • magenta value is 0.00%
  • yellow value is 38.86%
  • key color value is 31.37%

CMYK: (3,0,39,31)
C3M0Y39K31 (3%, 0%, 39%, 31%)
(0.03 / 0.00 / 0.39 / 0.31)

CMYK percentages

%2.86
%0
%38.86
%31.37

Codes

Color #AAAF6B in popluar color models

AA AF 6B
RGB 170 175 107
HSL 64° 29.82% 55.29%
HSB/HSV 64° 38.86% 68.63%
CMYK 2.86% 0.00% 38.86%
31.37%

Color #AAAF6B in popluar number systems.

HEX AA AF 6B
Decimal 170 175 107
Binary 10101010 10101111 1101011
Octal 252 257 153

Shades and tints

Shades of #AAAF6B

#AAAF6B
(170,175,107)
#9BA062
(155,160,98)
#8C9159
(140,145,89)
#7D8250
(125,130,80)
#6E7347
(110,115,71)
#5F643E
(95,100,62)
#505535
(80,85,53)
#41462C
(65,70,44)
#323723
(50,55,35)
#23281A
(35,40,26)
#141911
(20,25,17)
#000000
(0,0,0)

Tints of #AAAF6B

#AAAF6B
(170,175,107)
#B1B678
(177,182,120)
#B8BD85
(184,189,133)
#BFC492
(191,196,146)
#C6CB9F
(198,203,159)
#CDD2AC
(205,210,172)
#D4D9B9
(212,217,185)
#DBE0C6
(219,224,198)
#E2E7D3
(226,231,211)
#E9EEE0
(233,238,224)
#F0F5ED
(240,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAAF6B color. Also use rgb(170,175,107) instead hex code.

Text Font Color

.myTextColor { color: #AAAF6B; }

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

This text font color is #AAAF6B.

Background Color

.myBgColor { background-color: #AAAF6B; }

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

This div background color is #AAAF6B.

Border color

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

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

This div border color is #AAAF6B.

Opacity

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

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

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

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

This text has shadow with #AAAF6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAAF6B.

Preview

Color preview on black background

This text has color #AAAF6B on black background.


Color preview on white background

This text has color #AAAF6B on white background.


Black color preview on #AAAF6B background

This text has black color on #AAAF6B background.


White color preview on #AAAF6B background

This text has white color on #AAAF6B background.


Related colors

Complementary color

Complementary color for #hex is #555094.


I love getcolorcode.com

Triadic colors

1 #6BAAAF and #AF6BAA with #AAAF6B are triadic colors.

2 #6BAFAA and #AFAA6B with #AAAF6B are triadic colors.