COLOR #A67D5A

HEX: #A67D5A
RGB: (166,125,90)

Color info

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

RGB color model

#A67D5A color RGB value is (166,125,90).

  • red value is 166;
  • green value is 125;
  • blue value is 90.
RGB:
(166,125,90)
(65%,49%,35%)

RGB channels and saturation

R 166 of 255 = 65%
G 125 of 255 = 49%
B 90 of 255 = 35%

166
125
90

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

Portions of RGB colors in percentages

R + G + B =
166 + 125 + 90 = 381 (100%)
R 166 of 381 ~ 43.57%
G 125 of 381 ~ 32.81%
B 90 of 381 ~ 23.62%

%43.57
%32.81
%23.62

CMYK color model

#A67D5A color CMYK value is (0,25,46,35).

  • cyan value is 0.00%
  • magenta value is 24.70%
  • yellow value is 45.78%
  • key color value is 34.90%
CMYK:
(0,25,46,35)
C0M25Y46K35 
(0%,25%,46%,35%)
(0.00/0.25/0.46/0.35)	

CMYK percentages

%0
%24.7
%45.78
%34.9

Codes

Color #A67D5A in popluar color models

A67D5A
RGB16612590
HSL28°29.92%50.20%
HSB/HSV28°45.78%65.10%
CMYK0.00%24.70%45.78%
34.90%

Color #A67D5A in popluar number systems.

HEXA67D5A
Decimal16612590
Binary1010011011111011011010
Octal246175132

Shades and tints

Shades of #A67D5A

#A67D5A
(166,125,90)
#977252
(151,114,82)
#88674A
(136,103,74)
#795C42
(121,92,66)
#6A513A
(106,81,58)
#5B4632
(91,70,50)
#4C3B2A
(76,59,42)
#3D3022
(61,48,34)
#2E251A
(46,37,26)
#1F1A12
(31,26,18)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #A67D5A

#A67D5A
(166,125,90)
#AE8869
(174,136,105)
#B69378
(182,147,120)
#BE9E87
(190,158,135)
#C6A996
(198,169,150)
#CEB4A5
(206,180,165)
#D6BFB4
(214,191,180)
#DECAC3
(222,202,195)
#E6D5D2
(230,213,210)
#EEE0E1
(238,224,225)
#F6EBF0
(246,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A67D5A color. Also use rgb(166,125,90) instead hex code.

Text Font Color

.myTextColor { color: #A67D5A; }

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

This text font color is #A67D5A.


Background Color

.myBgColor { background-color: #A67D5A; }

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

This div background color is #A67D5A.


Border color

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

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

This div border color is #A67D5A.


Opacity

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

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

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

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

This text has shadow with #A67D5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67D5A on black background.


Color preview on white background

This text has color #A67D5A on white background.



Black color preview on #A67D5A background

This text has black color on #A67D5A background.


White color preview on #A67D5A background

This text has white color on #A67D5A background.