COLOR #A69983

HEX: #A69983 RGB: (166,153,131)

Color info

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

RGB color model

#A69983 color RGB value is (166,153,131).

RGB: (166,153,131) (65%, 60%, 51%)

RGB channels and saturation

R 166 of 255 = 65%
G 153 of 255 = 60%
B 131 of 255 = 51%

166
153
131

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

Portions of RGB colors in percentages

R + G + B = 166 + 153 + 131 = 450 (100%)
R 166 of 450 ~ 36.89%
G 153 of 450 ~ 34%
B 131 of 450 ~ 29.11'%

%36.89
%34
%29.11

CMYK color model

#A69983 color CMYK value is (0,8,21,35).

  • cyan value is 0.00%
  • magenta value is 7.83%
  • yellow value is 21.08%
  • key color value is 34.90%

CMYK: (0,8,21,35)
C0M8Y21K35 (0%, 8%, 21%, 35%)
(0.00 / 0.08 / 0.21 / 0.35)

CMYK percentages

%0
%7.83
%21.08
%34.9

Codes

Color #A69983 in popluar color models

A6 99 83
RGB 166 153 131
HSL 38° 16.43% 58.24%
HSB/HSV 38° 21.08% 65.10%
CMYK 0.00% 7.83% 21.08%
34.90%

Color #A69983 in popluar number systems.

HEX A6 99 83
Decimal 166 153 131
Binary 10100110 10011001 10000011
Octal 246 231 203

Shades and tints

Shades of #A69983

#A69983
(166,153,131)
#978C78
(151,140,120)
#887F6D
(136,127,109)
#797262
(121,114,98)
#6A6557
(106,101,87)
#5B584C
(91,88,76)
#4C4B41
(76,75,65)
#3D3E36
(61,62,54)
#2E312B
(46,49,43)
#1F2420
(31,36,32)
#101715
(16,23,21)
#000000
(0,0,0)

Tints of #A69983

#A69983
(166,153,131)
#AEA28E
(174,162,142)
#B6AB99
(182,171,153)
#BEB4A4
(190,180,164)
#C6BDAF
(198,189,175)
#CEC6BA
(206,198,186)
#D6CFC5
(214,207,197)
#DED8D0
(222,216,208)
#E6E1DB
(230,225,219)
#EEEAE6
(238,234,230)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A69983 color. Also use rgb(166,153,131) instead hex code.

Text Font Color

.myTextColor { color: #A69983; }

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

This text font color is #A69983.

Background Color

.myBgColor { background-color: #A69983; }

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

This div background color is #A69983.

Border color

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

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

This div border color is #A69983.

Opacity

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

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

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

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

This text has shadow with #A69983 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A69983.

Preview

Color preview on black background

This text has color #A69983 on black background.


Color preview on white background

This text has color #A69983 on white background.


Black color preview on #A69983 background

This text has black color on #A69983 background.


White color preview on #A69983 background

This text has white color on #A69983 background.


Related colors

Complementary color

Complementary color for #hex is #59667C.


I love getcolorcode.com

Triadic colors

1 #83A699 and #9983A6 with #A69983 are triadic colors.

2 #8399A6 and #99A683 with #A69983 are triadic colors.