COLOR #A68098

HEX: #A68098
RGB: (166,128,152)

Color info

#A68098 contains red, green and blue colors in about the same proportion. Web safe color of #A68098 is #996699 (or #969).

RGB color model

#A68098 color RGB value is (166,128,152).

  • red value is 166;
  • green value is 128;
  • blue value is 152.
RGB:
(166,128,152)
(65%,50%,60%)

RGB channels and saturation

R 166 of 255 = 65%
G 128 of 255 = 50%
B 152 of 255 = 60%

166
128
152

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

Portions of RGB colors in percentages

R + G + B =
166 + 128 + 152 = 446 (100%)
R 166 of 446 ~ 37.22%
G 128 of 446 ~ 28.7%
B 152 of 446 ~ 34.08%

%37.22
%28.7
%34.08

CMYK color model

#A68098 color CMYK value is (0,23,8,35).

  • cyan value is 0.00%
  • magenta value is 22.89%
  • yellow value is 8.43%
  • key color value is 34.90%
CMYK:
(0,23,8,35)
C0M23Y8K35 
(0%,23%,8%,35%)
(0.00/0.23/0.08/0.35)	

CMYK percentages

%0
%22.89
%8.43
%34.9

Codes

Color #A68098 in popluar color models

A68098
RGB166128152
HSL322°17.59%57.65%
HSB/HSV322°22.89%65.10%
CMYK0.00%22.89%8.43%
34.90%

Color #A68098 in popluar number systems.

HEXA68098
Decimal166128152
Binary101001101000000010011000
Octal246200230

Shades and tints

Shades of #A68098

#A68098
(166,128,152)
#97758B
(151,117,139)
#886A7E
(136,106,126)
#795F71
(121,95,113)
#6A5464
(106,84,100)
#5B4957
(91,73,87)
#4C3E4A
(76,62,74)
#3D333D
(61,51,61)
#2E2830
(46,40,48)
#1F1D23
(31,29,35)
#101216
(16,18,22)
#000000
(0,0,0)

Tints of #A68098

#A68098
(166,128,152)
#AE8BA1
(174,139,161)
#B696AA
(182,150,170)
#BEA1B3
(190,161,179)
#C6ACBC
(198,172,188)
#CEB7C5
(206,183,197)
#D6C2CE
(214,194,206)
#DECDD7
(222,205,215)
#E6D8E0
(230,216,224)
#EEE3E9
(238,227,233)
#F6EEF2
(246,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68098 color. Also use rgb(166,128,152) instead hex code.

Text Font Color

.myTextColor { color: #A68098; }

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

This text font color is #A68098.


Background Color

.myBgColor { background-color: #A68098; }

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

This div background color is #A68098.


Border color

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

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

This div border color is #A68098.


Opacity

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

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

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

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

This text has shadow with #A68098 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68098 on black background.


Color preview on white background

This text has color #A68098 on white background.



Black color preview on #A68098 background

This text has black color on #A68098 background.


White color preview on #A68098 background

This text has white color on #A68098 background.