COLOR #A795AF

HEX: #A795AF RGB: (167,149,175)

Color info

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

RGB color model

#A795AF color RGB value is (167,149,175).

RGB: (167,149,175) (65%, 58%, 69%)

RGB channels and saturation

R 167 of 255 = 65%
G 149 of 255 = 58%
B 175 of 255 = 69%

167
149
175

R + G + B ~ 64%. #A795AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 149 + 175 = 491 (100%)
R 167 of 491 ~ 34.01%
G 149 of 491 ~ 30.35%
B 175 of 491 ~ 35.64'%

%34.01
%30.35
%35.64

CMYK color model

#A795AF color CMYK value is (5,15,0,31).

  • cyan value is 4.57%
  • magenta value is 14.86%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (5,15,0,31)
C5M15Y0K31 (5%, 15%, 0%, 31%)
(0.05 / 0.15 / 0.00 / 0.31)

CMYK percentages

%4.57
%14.86
%0
%31.37

Codes

Color #A795AF in popluar color models

A7 95 AF
RGB 167 149 175
HSL 282° 13.98% 63.53%
HSB/HSV 282° 14.86% 68.63%
CMYK 4.57% 14.86% 0.00%
31.37%

Color #A795AF in popluar number systems.

HEX A7 95 AF
Decimal 167 149 175
Binary 10100111 10010101 10101111
Octal 247 225 257

Shades and tints

Shades of #A795AF

#A795AF
(167,149,175)
#9888A0
(152,136,160)
#897B91
(137,123,145)
#7A6E82
(122,110,130)
#6B6173
(107,97,115)
#5C5464
(92,84,100)
#4D4755
(77,71,85)
#3E3A46
(62,58,70)
#2F2D37
(47,45,55)
#202028
(32,32,40)
#111319
(17,19,25)
#000000
(0,0,0)

Tints of #A795AF

#A795AF
(167,149,175)
#AF9EB6
(175,158,182)
#B7A7BD
(183,167,189)
#BFB0C4
(191,176,196)
#C7B9CB
(199,185,203)
#CFC2D2
(207,194,210)
#D7CBD9
(215,203,217)
#DFD4E0
(223,212,224)
#E7DDE7
(231,221,231)
#EFE6EE
(239,230,238)
#F7EFF5
(247,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A795AF color. Also use rgb(167,149,175) instead hex code.

Text Font Color

.myTextColor { color: #A795AF; }

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

This text font color is #A795AF.

Background Color

.myBgColor { background-color: #A795AF; }

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

This div background color is #A795AF.

Border color

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

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

This div border color is #A795AF.

Opacity

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

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

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

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

This text has shadow with #A795AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A795AF.

Preview

Color preview on black background

This text has color #A795AF on black background.


Color preview on white background

This text has color #A795AF on white background.


Black color preview on #A795AF background

This text has black color on #A795AF background.


White color preview on #A795AF background

This text has white color on #A795AF background.


Related colors

Complementary color

Complementary color for #hex is #586A50.


I love getcolorcode.com

Triadic colors

1 #AFA795 and #95AFA7 with #A795AF are triadic colors.

2 #AF95A7 and #95A7AF with #A795AF are triadic colors.