COLOR #A6926E

HEX: #A6926E RGB: (166,146,110)

Color info

#A6926E contains red, green and blue colors in about the same proportion. Web safe color of #A6926E is #999966 (or #996).

RGB color model

#A6926E color RGB value is (166,146,110).

RGB: (166,146,110) (65%, 57%, 43%)

RGB channels and saturation

R 166 of 255 = 65%
G 146 of 255 = 57%
B 110 of 255 = 43%

166
146
110

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

Portions of RGB colors in percentages

R + G + B = 166 + 146 + 110 = 422 (100%)
R 166 of 422 ~ 39.34%
G 146 of 422 ~ 34.6%
B 110 of 422 ~ 26.07'%

%39.34
%34.6
%26.07

CMYK color model

#A6926E color CMYK value is (0,12,34,35).

  • cyan value is 0.00%
  • magenta value is 12.05%
  • yellow value is 33.73%
  • key color value is 34.90%

CMYK: (0,12,34,35)
C0M12Y34K35 (0%, 12%, 34%, 35%)
(0.00 / 0.12 / 0.34 / 0.35)

CMYK percentages

%0
%12.05
%33.73
%34.9

Codes

Color #A6926E in popluar color models

A6 92 6E
RGB 166 146 110
HSL 39° 23.93% 54.12%
HSB/HSV 39° 33.73% 65.10%
CMYK 0.00% 12.05% 33.73%
34.90%

Color #A6926E in popluar number systems.

HEX A6 92 6E
Decimal 166 146 110
Binary 10100110 10010010 1101110
Octal 246 222 156

Shades and tints

Shades of #A6926E

#A6926E
(166,146,110)
#978564
(151,133,100)
#88785A
(136,120,90)
#796B50
(121,107,80)
#6A5E46
(106,94,70)
#5B513C
(91,81,60)
#4C4432
(76,68,50)
#3D3728
(61,55,40)
#2E2A1E
(46,42,30)
#1F1D14
(31,29,20)
#10100A
(16,16,10)
#000000
(0,0,0)

Tints of #A6926E

#A6926E
(166,146,110)
#AE9B7B
(174,155,123)
#B6A488
(182,164,136)
#BEAD95
(190,173,149)
#C6B6A2
(198,182,162)
#CEBFAF
(206,191,175)
#D6C8BC
(214,200,188)
#DED1C9
(222,209,201)
#E6DAD6
(230,218,214)
#EEE3E3
(238,227,227)
#F6ECF0
(246,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6926E color. Also use rgb(166,146,110) instead hex code.

Text Font Color

.myTextColor { color: #A6926E; }

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

This text font color is #A6926E.

Background Color

.myBgColor { background-color: #A6926E; }

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

This div background color is #A6926E.

Border color

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

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

This div border color is #A6926E.

Opacity

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

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

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

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

This text has shadow with #A6926E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6926E.

Preview

Color preview on black background

This text has color #A6926E on black background.


Color preview on white background

This text has color #A6926E on white background.


Black color preview on #A6926E background

This text has black color on #A6926E background.


White color preview on #A6926E background

This text has white color on #A6926E background.


Related colors

Complementary color

Complementary color for #hex is #596D91.


I love getcolorcode.com

Triadic colors

1 #6EA692 and #926EA6 with #A6926E are triadic colors.

2 #6E92A6 and #92A66E with #A6926E are triadic colors.