COLOR #A67C63

HEX: #A67C63 RGB: (166,124,99)

Color info

#A67C63 contains mainly red and green colors. Web safe color of #A67C63 is #996666 (or #966).

RGB color model

#A67C63 color RGB value is (166,124,99).

RGB: (166,124,99) (65%, 49%, 39%)

RGB channels and saturation

R 166 of 255 = 65%
G 124 of 255 = 49%
B 99 of 255 = 39%

166
124
99

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

Portions of RGB colors in percentages

R + G + B = 166 + 124 + 99 = 389 (100%)
R 166 of 389 ~ 42.67%
G 124 of 389 ~ 31.88%
B 99 of 389 ~ 25.45'%

%42.67
%31.88
%25.45

CMYK color model

#A67C63 color CMYK value is (0,25,40,35).

  • cyan value is 0.00%
  • magenta value is 25.30%
  • yellow value is 40.36%
  • key color value is 34.90%
CMYK: (0,25,40,35) C0M25Y40K35 (0%,25%,40%,35%) (0.00/0.25/0.40/0.35) 

CMYK percentages

%0
%25.3
%40.36
%34.9

Codes

Color #A67C63 in popluar color models

A6 7C 63
RGB 166 124 99
HSL 22° 27.35% 51.96%
HSB/HSV 22° 40.36% 65.10%
CMYK 0.00% 25.30% 40.36%
34.90%

Color #A67C63 in popluar number systems.

HEX A6 7C 63
Decimal 166 124 99
Binary 10100110 1111100 1100011
Octal 246 174 143

Shades and tints

Shades of #A67C63

#A67C63
(166,124,99)
#97715A
(151,113,90)
#886651
(136,102,81)
#795B48
(121,91,72)
#6A503F
(106,80,63)
#5B4536
(91,69,54)
#4C3A2D
(76,58,45)
#3D2F24
(61,47,36)
#2E241B
(46,36,27)
#1F1912
(31,25,18)
#100E09
(16,14,9)
#000000
(0,0,0)

Tints of #A67C63

#A67C63
(166,124,99)
#AE8771
(174,135,113)
#B6927F
(182,146,127)
#BE9D8D
(190,157,141)
#C6A89B
(198,168,155)
#CEB3A9
(206,179,169)
#D6BEB7
(214,190,183)
#DEC9C5
(222,201,197)
#E6D4D3
(230,212,211)
#EEDFE1
(238,223,225)
#F6EAEF
(246,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A67C63 color. Also use rgb(166,124,99) instead hex code.

Text Font Color

.myTextColor { color: #A67C63; }

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

This text font color is #A67C63.

Background Color

.myBgColor { background-color: #A67C63; }

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

This div background color is #A67C63.

Border color

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

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

This div border color is #A67C63.

Opacity

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

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

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

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

This text has shadow with #A67C63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A67C63.

Preview

Color preview on black background

This text has color #A67C63 on black background.


Color preview on white background

This text has color #A67C63 on white background.


Black color preview on #A67C63 background

This text has black color on #A67C63 background.


White color preview on #A67C63 background

This text has white color on #A67C63 background.


Related colors

Complementary color

Complementary color for #hex is #59839C.


I love getcolorcode.com

Triadic colors

1 #63A67C and #7C63A6 with #A67C63 are triadic colors.

2 #637CA6 and #7CA663 with #A67C63 are triadic colors.