COLOR #A69399

HEX: #A69399
RGB: (166,147,153)

Color info

#A69399 contains red, green and blue colors in about the same proportion. Web safe color of #A69399 is #999999 (or #999).

RGB color model

#A69399 color RGB value is (166,147,153).

  • red value is 166;
  • green value is 147;
  • blue value is 153.
RGB:
(166,147,153)
(65%,58%,60%)

RGB channels and saturation

R 166 of 255 = 65%
G 147 of 255 = 58%
B 153 of 255 = 60%

166
147
153

R + G + B ~ 61%. #A69399 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 147 + 153 = 466 (100%)
R 166 of 466 ~ 35.62%
G 147 of 466 ~ 31.55%
B 153 of 466 ~ 32.83%

%35.62
%31.55
%32.83

CMYK color model

#A69399 color CMYK value is (0,11,8,35).

  • cyan value is 0.00%
  • magenta value is 11.45%
  • yellow value is 7.83%
  • key color value is 34.90%
CMYK:
(0,11,8,35)
C0M11Y8K35 
(0%,11%,8%,35%)
(0.00/0.11/0.08/0.35)	

CMYK percentages

%0
%11.45
%7.83
%34.9

Codes

Color #A69399 in popluar color models

A69399
RGB166147153
HSL341°9.64%61.37%
HSB/HSV341°11.45%65.10%
CMYK0.00%11.45%7.83%
34.90%

Color #A69399 in popluar number systems.

HEXA69399
Decimal166147153
Binary101001101001001110011001
Octal246223231

Shades and tints

Shades of #A69399

#A69399
(166,147,153)
#97868C
(151,134,140)
#88797F
(136,121,127)
#796C72
(121,108,114)
#6A5F65
(106,95,101)
#5B5258
(91,82,88)
#4C454B
(76,69,75)
#3D383E
(61,56,62)
#2E2B31
(46,43,49)
#1F1E24
(31,30,36)
#101117
(16,17,23)
#000000
(0,0,0)

Tints of #A69399

#A69399
(166,147,153)
#AE9CA2
(174,156,162)
#B6A5AB
(182,165,171)
#BEAEB4
(190,174,180)
#C6B7BD
(198,183,189)
#CEC0C6
(206,192,198)
#D6C9CF
(214,201,207)
#DED2D8
(222,210,216)
#E6DBE1
(230,219,225)
#EEE4EA
(238,228,234)
#F6EDF3
(246,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A69399 color. Also use rgb(166,147,153) instead hex code.

Text Font Color

.myTextColor { color: #A69399; }

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

This text font color is #A69399.


Background Color

.myBgColor { background-color: #A69399; }

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

This div background color is #A69399.


Border color

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

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

This div border color is #A69399.


Opacity

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

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

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

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

This text has shadow with #A69399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A69399 on black background.


Color preview on white background

This text has color #A69399 on white background.



Black color preview on #A69399 background

This text has black color on #A69399 background.


White color preview on #A69399 background

This text has white color on #A69399 background.