COLOR #A06A68

HEX: #A06A68
RGB: (160,106,104)

Color info

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

RGB color model

#A06A68 color RGB value is (160,106,104).

  • red value is 160;
  • green value is 106;
  • blue value is 104.
RGB: (160,106,104) (63%,42%,41%)

RGB channels and saturation

R 160 of 255 = 63%
G 106 of 255 = 42%
B 104 of 255 = 41%

160
106
104

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

Portions of RGB colors in percentages

R + G + B =
160 + 106 + 104 = 370 (100%)
R 160 of 370 ~ 43.24%
G 106 of 370 ~ 28.65%
B 104 of 370 ~ 28.11%

%43.24
%28.65
%28.11

CMYK color model

#A06A68 color CMYK value is (0,34,35,37).

  • cyan value is 0.00%
  • magenta value is 33.75%
  • yellow value is 35.00%
  • key color value is 37.25%
CMYK: (0,34,35,37) C0M34Y35K37 (0%,34%,35%,37%) (0.00/0.34/0.35/0.37)

CMYK percentages

%0
%33.75
%35
%37.25

Codes

Color #A06A68 in popluar color models

A06A68
RGB160106104
HSL22.76%51.76%
HSB/HSV35.00%62.75%
CMYK0.00%33.75%35.00%
37.25%

Color #A06A68 in popluar number systems.

HEXA06A68
Decimal160106104
Binary1010000011010101101000
Octal240152150

Shades and tints

Shades of #A06A68

#A06A68
(160,106,104)
#92615F
(146,97,95)
#845856
(132,88,86)
#764F4D
(118,79,77)
#684644
(104,70,68)
#5A3D3B
(90,61,59)
#4C3432
(76,52,50)
#3E2B29
(62,43,41)
#302220
(48,34,32)
#221917
(34,25,23)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #A06A68

#A06A68
(160,106,104)
#A87775
(168,119,117)
#B08482
(176,132,130)
#B8918F
(184,145,143)
#C09E9C
(192,158,156)
#C8ABA9
(200,171,169)
#D0B8B6
(208,184,182)
#D8C5C3
(216,197,195)
#E0D2D0
(224,210,208)
#E8DFDD
(232,223,221)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A06A68 color. Also use rgb(160,106,104) instead hex code.

Text Font Color

.myTextColor { color: #A06A68; }

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

This text font color is #A06A68.


Background Color

.myBgColor { background-color: #A06A68; }

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

This div background color is #A06A68.


Border color

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

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

This div border color is #A06A68.


Opacity

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

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

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

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

This text has shadow with #A06A68 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A06A68 on black background.


Color preview on white background

This text has color #A06A68 on white background.



Black color preview on #A06A68 background

This text has black color on #A06A68 background.


White color preview on #A06A68 background

This text has white color on #A06A68 background.