COLOR #A66F5A

HEX: #A66F5A RGB: (166,111,90)

Color info

#A66F5A contains mainly red and green colors. Web safe color of #A66F5A is #996666 (or #966).

RGB color model

#A66F5A color RGB value is (166,111,90).

RGB: (166,111,90) (65%, 44%, 35%)

RGB channels and saturation

R 166 of 255 = 65%
G 111 of 255 = 44%
B 90 of 255 = 35%

166
111
90

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

Portions of RGB colors in percentages

R + G + B = 166 + 111 + 90 = 367 (100%)
R 166 of 367 ~ 45.23%
G 111 of 367 ~ 30.25%
B 90 of 367 ~ 24.52'%

%45.23
%30.25
%24.52

CMYK color model

#A66F5A color CMYK value is (0,33,46,35).

  • cyan value is 0.00%
  • magenta value is 33.13%
  • yellow value is 45.78%
  • key color value is 34.90%

CMYK: (0,33,46,35)
C0M33Y46K35 (0%, 33%, 46%, 35%)
(0.00 / 0.33 / 0.46 / 0.35)

CMYK percentages

%0
%33.13
%45.78
%34.9

Codes

Color #A66F5A in popluar color models

A6 6F 5A
RGB 166 111 90
HSL 17° 29.92% 50.20%
HSB/HSV 17° 45.78% 65.10%
CMYK 0.00% 33.13% 45.78%
34.90%

Color #A66F5A in popluar number systems.

HEX A6 6F 5A
Decimal 166 111 90
Binary 10100110 1101111 1011010
Octal 246 157 132

Shades and tints

Shades of #A66F5A

#A66F5A
(166,111,90)
#976552
(151,101,82)
#885B4A
(136,91,74)
#795142
(121,81,66)
#6A473A
(106,71,58)
#5B3D32
(91,61,50)
#4C332A
(76,51,42)
#3D2922
(61,41,34)
#2E1F1A
(46,31,26)
#1F1512
(31,21,18)
#100B0A
(16,11,10)
#000000
(0,0,0)

Tints of #A66F5A

#A66F5A
(166,111,90)
#AE7C69
(174,124,105)
#B68978
(182,137,120)
#BE9687
(190,150,135)
#C6A396
(198,163,150)
#CEB0A5
(206,176,165)
#D6BDB4
(214,189,180)
#DECAC3
(222,202,195)
#E6D7D2
(230,215,210)
#EEE4E1
(238,228,225)
#F6F1F0
(246,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A66F5A color. Also use rgb(166,111,90) instead hex code.

Text Font Color

.myTextColor { color: #A66F5A; }

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

This text font color is #A66F5A.

Background Color

.myBgColor { background-color: #A66F5A; }

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

This div background color is #A66F5A.

Border color

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

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

This div border color is #A66F5A.

Opacity

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

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

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

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

This text has shadow with #A66F5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A66F5A.

Preview

Color preview on black background

This text has color #A66F5A on black background.


Color preview on white background

This text has color #A66F5A on white background.


Black color preview on #A66F5A background

This text has black color on #A66F5A background.


White color preview on #A66F5A background

This text has white color on #A66F5A background.


Related colors

Complementary color

Complementary color for #hex is #5990A5.


I love getcolorcode.com

Triadic colors

1 #5AA66F and #6F5AA6 with #A66F5A are triadic colors.

2 #5A6FA6 and #6FA65A with #A66F5A are triadic colors.