COLOR #A47A68

HEX: #A47A68 RGB: (164,122,104)

Color info

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

RGB color model

#A47A68 color RGB value is (164,122,104).

RGB: (164,122,104) (64%, 48%, 41%)

RGB channels and saturation

R 164 of 255 = 64%
G 122 of 255 = 48%
B 104 of 255 = 41%

164
122
104

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

Portions of RGB colors in percentages

R + G + B = 164 + 122 + 104 = 390 (100%)
R 164 of 390 ~ 42.05%
G 122 of 390 ~ 31.28%
B 104 of 390 ~ 26.67'%

%42.05
%31.28
%26.67

CMYK color model

#A47A68 color CMYK value is (0,26,37,36).

  • cyan value is 0.00%
  • magenta value is 25.61%
  • yellow value is 36.59%
  • key color value is 35.69%

CMYK: (0,26,37,36)
C0M26Y37K36 (0%, 26%, 37%, 36%)
(0.00 / 0.26 / 0.37 / 0.36)

CMYK percentages

%0
%25.61
%36.59
%35.69

Codes

Color #A47A68 in popluar color models

A4 7A 68
RGB 164 122 104
HSL 18° 24.79% 52.55%
HSB/HSV 18° 36.59% 64.31%
CMYK 0.00% 25.61% 36.59%
35.69%

Color #A47A68 in popluar number systems.

HEX A4 7A 68
Decimal 164 122 104
Binary 10100100 1111010 1101000
Octal 244 172 150

Shades and tints

Shades of #A47A68

#A47A68
(164,122,104)
#966F5F
(150,111,95)
#886456
(136,100,86)
#7A594D
(122,89,77)
#6C4E44
(108,78,68)
#5E433B
(94,67,59)
#503832
(80,56,50)
#422D29
(66,45,41)
#342220
(52,34,32)
#261717
(38,23,23)
#180C0E
(24,12,14)
#000000
(0,0,0)

Tints of #A47A68

#A47A68
(164,122,104)
#AC8675
(172,134,117)
#B49282
(180,146,130)
#BC9E8F
(188,158,143)
#C4AA9C
(196,170,156)
#CCB6A9
(204,182,169)
#D4C2B6
(212,194,182)
#DCCEC3
(220,206,195)
#E4DAD0
(228,218,208)
#ECE6DD
(236,230,221)
#F4F2EA
(244,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47A68 color. Also use rgb(164,122,104) instead hex code.

Text Font Color

.myTextColor { color: #A47A68; }

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

This text font color is #A47A68.

Background Color

.myBgColor { background-color: #A47A68; }

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

This div background color is #A47A68.

Border color

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

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

This div border color is #A47A68.

Opacity

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

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

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

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

This text has shadow with #A47A68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A47A68.

Preview

Color preview on black background

This text has color #A47A68 on black background.


Color preview on white background

This text has color #A47A68 on white background.


Black color preview on #A47A68 background

This text has black color on #A47A68 background.


White color preview on #A47A68 background

This text has white color on #A47A68 background.


Related colors

Complementary color

Complementary color for #hex is #5B8597.


I love getcolorcode.com

Triadic colors

1 #68A47A and #7A68A4 with #A47A68 are triadic colors.

2 #687AA4 and #7AA468 with #A47A68 are triadic colors.