COLOR #A6A08F

HEX: #A6A08F RGB: (166,160,143)

Color info

#A6A08F contains red, green and blue colors in about the same proportion. Web safe color of #A6A08F is #999999 (or #999).

RGB color model

#A6A08F color RGB value is (166,160,143).

RGB: (166,160,143) (65%, 63%, 56%)

RGB channels and saturation

R 166 of 255 = 65%
G 160 of 255 = 63%
B 143 of 255 = 56%

166
160
143

R + G + B ~ 61%. #A6A08F is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 160 + 143 = 469 (100%)
R 166 of 469 ~ 35.39%
G 160 of 469 ~ 34.12%
B 143 of 469 ~ 30.49'%

%35.39
%34.12
%30.49

CMYK color model

#A6A08F color CMYK value is (0,4,14,35).

  • cyan value is 0.00%
  • magenta value is 3.61%
  • yellow value is 13.86%
  • key color value is 34.90%

CMYK: (0,4,14,35)
C0M4Y14K35 (0%, 4%, 14%, 35%)
(0.00 / 0.04 / 0.14 / 0.35)

CMYK percentages

%0
%3.61
%13.86
%34.9

Codes

Color #A6A08F in popluar color models

A6 A0 8F
RGB 166 160 143
HSL 44° 11.44% 60.59%
HSB/HSV 44° 13.86% 65.10%
CMYK 0.00% 3.61% 13.86%
34.90%

Color #A6A08F in popluar number systems.

HEX A6 A0 8F
Decimal 166 160 143
Binary 10100110 10100000 10001111
Octal 246 240 217

Shades and tints

Shades of #A6A08F

#A6A08F
(166,160,143)
#979282
(151,146,130)
#888475
(136,132,117)
#797668
(121,118,104)
#6A685B
(106,104,91)
#5B5A4E
(91,90,78)
#4C4C41
(76,76,65)
#3D3E34
(61,62,52)
#2E3027
(46,48,39)
#1F221A
(31,34,26)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #A6A08F

#A6A08F
(166,160,143)
#AEA899
(174,168,153)
#B6B0A3
(182,176,163)
#BEB8AD
(190,184,173)
#C6C0B7
(198,192,183)
#CEC8C1
(206,200,193)
#D6D0CB
(214,208,203)
#DED8D5
(222,216,213)
#E6E0DF
(230,224,223)
#EEE8E9
(238,232,233)
#F6F0F3
(246,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6A08F color. Also use rgb(166,160,143) instead hex code.

Text Font Color

.myTextColor { color: #A6A08F; }

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

This text font color is #A6A08F.

Background Color

.myBgColor { background-color: #A6A08F; }

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

This div background color is #A6A08F.

Border color

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

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

This div border color is #A6A08F.

Opacity

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

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

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

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

This text has shadow with #A6A08F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6A08F.

Preview

Color preview on black background

This text has color #A6A08F on black background.


Color preview on white background

This text has color #A6A08F on white background.


Black color preview on #A6A08F background

This text has black color on #A6A08F background.


White color preview on #A6A08F background

This text has white color on #A6A08F background.


Related colors

Complementary color

Complementary color for #hex is #595F70.


I love getcolorcode.com

Triadic colors

1 #8FA6A0 and #A08FA6 with #A6A08F are triadic colors.

2 #8FA0A6 and #A0A68F with #A6A08F are triadic colors.