COLOR #A69599

HEX: #A69599
RGB: (166,149,153)

Color info

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

RGB color model

#A69599 color RGB value is (166,149,153).

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

RGB channels and saturation

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

166
149
153

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

Portions of RGB colors in percentages

R + G + B =
166 + 149 + 153 = 468 (100%)
R 166 of 468 ~ 35.47%
G 149 of 468 ~ 31.84%
B 153 of 468 ~ 32.69%

%35.47
%31.84
%32.69

CMYK color model

#A69599 color CMYK value is (0,10,8,35).

  • cyan value is 0.00%
  • magenta value is 10.24%
  • yellow value is 7.83%
  • key color value is 34.90%
CMYK:
(0,10,8,35)
C0M10Y8K35 
(0%,10%,8%,35%)
(0.00/0.10/0.08/0.35)	

CMYK percentages

%0
%10.24
%7.83
%34.9

Codes

Color #A69599 in popluar color models

A69599
RGB166149153
HSL346°8.72%61.76%
HSB/HSV346°10.24%65.10%
CMYK0.00%10.24%7.83%
34.90%

Color #A69599 in popluar number systems.

HEXA69599
Decimal166149153
Binary101001101001010110011001
Octal246225231

Shades and tints

Shades of #A69599

#A69599
(166,149,153)
#97888C
(151,136,140)
#887B7F
(136,123,127)
#796E72
(121,110,114)
#6A6165
(106,97,101)
#5B5458
(91,84,88)
#4C474B
(76,71,75)
#3D3A3E
(61,58,62)
#2E2D31
(46,45,49)
#1F2024
(31,32,36)
#101317
(16,19,23)
#000000
(0,0,0)

Tints of #A69599

#A69599
(166,149,153)
#AE9EA2
(174,158,162)
#B6A7AB
(182,167,171)
#BEB0B4
(190,176,180)
#C6B9BD
(198,185,189)
#CEC2C6
(206,194,198)
#D6CBCF
(214,203,207)
#DED4D8
(222,212,216)
#E6DDE1
(230,221,225)
#EEE6EA
(238,230,234)
#F6EFF3
(246,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A69599; }

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

This text font color is #A69599.


Background Color

.myBgColor { background-color: #A69599; }

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

This div background color is #A69599.


Border color

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

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

This div border color is #A69599.


Opacity

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

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

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

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

This text has shadow with #A69599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A69599 on black background.


Color preview on white background

This text has color #A69599 on white background.



Black color preview on #A69599 background

This text has black color on #A69599 background.


White color preview on #A69599 background

This text has white color on #A69599 background.