COLOR #A67278

HEX: #A67278
RGB: (166,114,120)

Color info

#A67278 contains red, green and blue colors in about the same proportion. Web safe color of #A67278 is #996666 (or #966).

RGB color model

#A67278 color RGB value is (166,114,120).

  • red value is 166;
  • green value is 114;
  • blue value is 120.
RGB:
(166,114,120)
(65%,45%,47%)

RGB channels and saturation

R 166 of 255 = 65%
G 114 of 255 = 45%
B 120 of 255 = 47%

166
114
120

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

Portions of RGB colors in percentages

R + G + B =
166 + 114 + 120 = 400 (100%)
R 166 of 400 ~ 41.5%
G 114 of 400 ~ 28.5%
B 120 of 400 ~ 30%

%41.5
%28.5
%30

CMYK color model

#A67278 color CMYK value is (0,31,28,35).

  • cyan value is 0.00%
  • magenta value is 31.33%
  • yellow value is 27.71%
  • key color value is 34.90%
CMYK:
(0,31,28,35)
C0M31Y28K35 
(0%,31%,28%,35%)
(0.00/0.31/0.28/0.35)	

CMYK percentages

%0
%31.33
%27.71
%34.9

Codes

Color #A67278 in popluar color models

A67278
RGB166114120
HSL353°22.61%54.90%
HSB/HSV353°31.33%65.10%
CMYK0.00%31.33%27.71%
34.90%

Color #A67278 in popluar number systems.

HEXA67278
Decimal166114120
Binary1010011011100101111000
Octal246162170

Shades and tints

Shades of #A67278

#A67278
(166,114,120)
#97686E
(151,104,110)
#885E64
(136,94,100)
#79545A
(121,84,90)
#6A4A50
(106,74,80)
#5B4046
(91,64,70)
#4C363C
(76,54,60)
#3D2C32
(61,44,50)
#2E2228
(46,34,40)
#1F181E
(31,24,30)
#100E14
(16,14,20)
#000000
(0,0,0)

Tints of #A67278

#A67278
(166,114,120)
#AE7E84
(174,126,132)
#B68A90
(182,138,144)
#BE969C
(190,150,156)
#C6A2A8
(198,162,168)
#CEAEB4
(206,174,180)
#D6BAC0
(214,186,192)
#DEC6CC
(222,198,204)
#E6D2D8
(230,210,216)
#EEDEE4
(238,222,228)
#F6EAF0
(246,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A67278 color. Also use rgb(166,114,120) instead hex code.

Text Font Color

.myTextColor { color: #A67278; }

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

This text font color is #A67278.


Background Color

.myBgColor { background-color: #A67278; }

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

This div background color is #A67278.


Border color

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

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

This div border color is #A67278.


Opacity

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

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

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

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

This text has shadow with #A67278 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67278 on black background.


Color preview on white background

This text has color #A67278 on white background.



Black color preview on #A67278 background

This text has black color on #A67278 background.


White color preview on #A67278 background

This text has white color on #A67278 background.