COLOR #A69581

HEX: #A69581 RGB: (166,149,129)

Color info

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

RGB color model

#A69581 color RGB value is (166,149,129).

RGB: (166,149,129) (65%, 58%, 51%)

RGB channels and saturation

R 166 of 255 = 65%
G 149 of 255 = 58%
B 129 of 255 = 51%

166
149
129

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

Portions of RGB colors in percentages

R + G + B = 166 + 149 + 129 = 444 (100%)
R 166 of 444 ~ 37.39%
G 149 of 444 ~ 33.56%
B 129 of 444 ~ 29.05'%

%37.39
%33.56
%29.05

CMYK color model

#A69581 color CMYK value is (0,10,22,35).

  • cyan value is 0.00%
  • magenta value is 10.24%
  • yellow value is 22.29%
  • key color value is 34.90%

CMYK: (0,10,22,35)
C0M10Y22K35 (0%, 10%, 22%, 35%)
(0.00 / 0.10 / 0.22 / 0.35)

CMYK percentages

%0
%10.24
%22.29
%34.9

Codes

Color #A69581 in popluar color models

A6 95 81
RGB 166 149 129
HSL 32° 17.21% 57.84%
HSB/HSV 32° 22.29% 65.10%
CMYK 0.00% 10.24% 22.29%
34.90%

Color #A69581 in popluar number systems.

HEX A6 95 81
Decimal 166 149 129
Binary 10100110 10010101 10000001
Octal 246 225 201

Shades and tints

Shades of #A69581

#A69581
(166,149,129)
#978876
(151,136,118)
#887B6B
(136,123,107)
#796E60
(121,110,96)
#6A6155
(106,97,85)
#5B544A
(91,84,74)
#4C473F
(76,71,63)
#3D3A34
(61,58,52)
#2E2D29
(46,45,41)
#1F201E
(31,32,30)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #A69581

#A69581
(166,149,129)
#AE9E8C
(174,158,140)
#B6A797
(182,167,151)
#BEB0A2
(190,176,162)
#C6B9AD
(198,185,173)
#CEC2B8
(206,194,184)
#D6CBC3
(214,203,195)
#DED4CE
(222,212,206)
#E6DDD9
(230,221,217)
#EEE6E4
(238,230,228)
#F6EFEF
(246,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A69581 color. Also use rgb(166,149,129) instead hex code.

Text Font Color

.myTextColor { color: #A69581; }

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

This text font color is #A69581.

Background Color

.myBgColor { background-color: #A69581; }

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

This div background color is #A69581.

Border color

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

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

This div border color is #A69581.

Opacity

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

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

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

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

This text has shadow with #A69581 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A69581.

Preview

Color preview on black background

This text has color #A69581 on black background.


Color preview on white background

This text has color #A69581 on white background.


Black color preview on #A69581 background

This text has black color on #A69581 background.


White color preview on #A69581 background

This text has white color on #A69581 background.


Related colors

Complementary color

Complementary color for #hex is #596A7E.


I love getcolorcode.com

Triadic colors

1 #81A695 and #9581A6 with #A69581 are triadic colors.

2 #8195A6 and #95A681 with #A69581 are triadic colors.