COLOR #A68489

HEX: #A68489 RGB: (166,132,137)

Color info

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

RGB color model

#A68489 color RGB value is (166,132,137).

RGB: (166,132,137) (65%, 52%, 54%)

RGB channels and saturation

R 166 of 255 = 65%
G 132 of 255 = 52%
B 137 of 255 = 54%

166
132
137

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

Portions of RGB colors in percentages

R + G + B = 166 + 132 + 137 = 435 (100%)
R 166 of 435 ~ 38.16%
G 132 of 435 ~ 30.34%
B 137 of 435 ~ 31.49'%

%38.16
%30.34
%31.49

CMYK color model

#A68489 color CMYK value is (0,20,17,35).

  • cyan value is 0.00%
  • magenta value is 20.48%
  • yellow value is 17.47%
  • key color value is 34.90%

CMYK: (0,20,17,35)
C0M20Y17K35 (0%, 20%, 17%, 35%)
(0.00 / 0.20 / 0.17 / 0.35)

CMYK percentages

%0
%20.48
%17.47
%34.9

Codes

Color #A68489 in popluar color models

A6 84 89
RGB 166 132 137
HSL 351° 16.04% 58.43%
HSB/HSV 351° 20.48% 65.10%
CMYK 0.00% 20.48% 17.47%
34.90%

Color #A68489 in popluar number systems.

HEX A6 84 89
Decimal 166 132 137
Binary 10100110 10000100 10001001
Octal 246 204 211

Shades and tints

Shades of #A68489

#A68489
(166,132,137)
#97787D
(151,120,125)
#886C71
(136,108,113)
#796065
(121,96,101)
#6A5459
(106,84,89)
#5B484D
(91,72,77)
#4C3C41
(76,60,65)
#3D3035
(61,48,53)
#2E2429
(46,36,41)
#1F181D
(31,24,29)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #A68489

#A68489
(166,132,137)
#AE8F93
(174,143,147)
#B69A9D
(182,154,157)
#BEA5A7
(190,165,167)
#C6B0B1
(198,176,177)
#CEBBBB
(206,187,187)
#D6C6C5
(214,198,197)
#DED1CF
(222,209,207)
#E6DCD9
(230,220,217)
#EEE7E3
(238,231,227)
#F6F2ED
(246,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68489 color. Also use rgb(166,132,137) instead hex code.

Text Font Color

.myTextColor { color: #A68489; }

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

This text font color is #A68489.

Background Color

.myBgColor { background-color: #A68489; }

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

This div background color is #A68489.

Border color

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

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

This div border color is #A68489.

Opacity

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

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

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

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

This text has shadow with #A68489 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A68489.

Preview

Color preview on black background

This text has color #A68489 on black background.


Color preview on white background

This text has color #A68489 on white background.


Black color preview on #A68489 background

This text has black color on #A68489 background.


White color preview on #A68489 background

This text has white color on #A68489 background.


Related colors

Complementary color

Complementary color for #hex is #597B76.


I love getcolorcode.com

Triadic colors

1 #89A684 and #8489A6 with #A68489 are triadic colors.

2 #8984A6 and #84A689 with #A68489 are triadic colors.