COLOR #A48A68

HEX: #A48A68 RGB: (164,138,104)

Color info

#A48A68 contains mainly red and green colors. Web safe color of #A48A68 is #999966 (or #996).

RGB color model

#A48A68 color RGB value is (164,138,104).

RGB: (164,138,104) (64%, 54%, 41%)

RGB channels and saturation

R 164 of 255 = 64%
G 138 of 255 = 54%
B 104 of 255 = 41%

164
138
104

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

Portions of RGB colors in percentages

R + G + B = 164 + 138 + 104 = 406 (100%)
R 164 of 406 ~ 40.39%
G 138 of 406 ~ 33.99%
B 104 of 406 ~ 25.62'%

%40.39
%33.99
%25.62

CMYK color model

#A48A68 color CMYK value is (0,16,37,36).

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

CMYK: (0,16,37,36)
C0M16Y37K36 (0%, 16%, 37%, 36%)
(0.00 / 0.16 / 0.37 / 0.36)

CMYK percentages

%0
%15.85
%36.59
%35.69

Codes

Color #A48A68 in popluar color models

A4 8A 68
RGB 164 138 104
HSL 34° 24.79% 52.55%
HSB/HSV 34° 36.59% 64.31%
CMYK 0.00% 15.85% 36.59%
35.69%

Color #A48A68 in popluar number systems.

HEX A4 8A 68
Decimal 164 138 104
Binary 10100100 10001010 1101000
Octal 244 212 150

Shades and tints

Shades of #A48A68

#A48A68
(164,138,104)
#967E5F
(150,126,95)
#887256
(136,114,86)
#7A664D
(122,102,77)
#6C5A44
(108,90,68)
#5E4E3B
(94,78,59)
#504232
(80,66,50)
#423629
(66,54,41)
#342A20
(52,42,32)
#261E17
(38,30,23)
#18120E
(24,18,14)
#000000
(0,0,0)

Tints of #A48A68

#A48A68
(164,138,104)
#AC9475
(172,148,117)
#B49E82
(180,158,130)
#BCA88F
(188,168,143)
#C4B29C
(196,178,156)
#CCBCA9
(204,188,169)
#D4C6B6
(212,198,182)
#DCD0C3
(220,208,195)
#E4DAD0
(228,218,208)
#ECE4DD
(236,228,221)
#F4EEEA
(244,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48A68; }

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

This text font color is #A48A68.

Background Color

.myBgColor { background-color: #A48A68; }

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

This div background color is #A48A68.

Border color

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

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

This div border color is #A48A68.

Opacity

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

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

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

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

This text has shadow with #A48A68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A48A68.

Preview

Color preview on black background

This text has color #A48A68 on black background.


Color preview on white background

This text has color #A48A68 on white background.


Black color preview on #A48A68 background

This text has black color on #A48A68 background.


White color preview on #A48A68 background

This text has white color on #A48A68 background.


Related colors

Complementary color

Complementary color for #hex is #5B7597.


I love getcolorcode.com

Triadic colors

1 #68A48A and #8A68A4 with #A48A68 are triadic colors.

2 #688AA4 and #8AA468 with #A48A68 are triadic colors.