COLOR #A695AB

HEX: #A695AB RGB: (166,149,171)

Color info

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

RGB color model

#A695AB color RGB value is (166,149,171).

RGB: (166,149,171) (65%, 58%, 67%)

RGB channels and saturation

R 166 of 255 = 65%
G 149 of 255 = 58%
B 171 of 255 = 67%

166
149
171

R + G + B ~ 63%. #A695AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 149 + 171 = 486 (100%)
R 166 of 486 ~ 34.16%
G 149 of 486 ~ 30.66%
B 171 of 486 ~ 35.19'%

%34.16
%30.66
%35.19

CMYK color model

#A695AB color CMYK value is (3,13,0,33).

  • cyan value is 2.92%
  • magenta value is 12.87%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (3,13,0,33)
C3M13Y0K33 (3%, 13%, 0%, 33%)
(0.03 / 0.13 / 0.00 / 0.33)

CMYK percentages

%2.92
%12.87
%0
%32.94

Codes

Color #A695AB in popluar color models

A6 95 AB
RGB 166 149 171
HSL 286° 11.58% 62.75%
HSB/HSV 286° 12.87% 67.06%
CMYK 2.92% 12.87% 0.00%
32.94%

Color #A695AB in popluar number systems.

HEX A6 95 AB
Decimal 166 149 171
Binary 10100110 10010101 10101011
Octal 246 225 253

Shades and tints

Shades of #A695AB

#A695AB
(166,149,171)
#97889C
(151,136,156)
#887B8D
(136,123,141)
#796E7E
(121,110,126)
#6A616F
(106,97,111)
#5B5460
(91,84,96)
#4C4751
(76,71,81)
#3D3A42
(61,58,66)
#2E2D33
(46,45,51)
#1F2024
(31,32,36)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #A695AB

#A695AB
(166,149,171)
#AE9EB2
(174,158,178)
#B6A7B9
(182,167,185)
#BEB0C0
(190,176,192)
#C6B9C7
(198,185,199)
#CEC2CE
(206,194,206)
#D6CBD5
(214,203,213)
#DED4DC
(222,212,220)
#E6DDE3
(230,221,227)
#EEE6EA
(238,230,234)
#F6EFF1
(246,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A695AB; }

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

This text font color is #A695AB.

Background Color

.myBgColor { background-color: #A695AB; }

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

This div background color is #A695AB.

Border color

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

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

This div border color is #A695AB.

Opacity

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

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

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

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

This text has shadow with #A695AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A695AB.

Preview

Color preview on black background

This text has color #A695AB on black background.


Color preview on white background

This text has color #A695AB on white background.


Black color preview on #A695AB background

This text has black color on #A695AB background.


White color preview on #A695AB background

This text has white color on #A695AB background.


Related colors

Complementary color

Complementary color for #hex is #596A54.


I love getcolorcode.com

Triadic colors

1 #ABA695 and #95ABA6 with #A695AB are triadic colors.

2 #AB95A6 and #95A6AB with #A695AB are triadic colors.