COLOR #AF6086

HEX: #AF6086 RGB: (175,96,134)

Color info

#AF6086 contains mainly red and blue colors. Web safe color of #AF6086 is #996699 (or #969).

RGB color model

#AF6086 color RGB value is (175,96,134).

RGB: (175,96,134) (69%, 38%, 53%)

RGB channels and saturation

R 175 of 255 = 69%
G 96 of 255 = 38%
B 134 of 255 = 53%

175
96
134

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

Portions of RGB colors in percentages

R + G + B = 175 + 96 + 134 = 405 (100%)
R 175 of 405 ~ 43.21%
G 96 of 405 ~ 23.7%
B 134 of 405 ~ 33.09'%

%43.21
%23.7
%33.09

CMYK color model

#AF6086 color CMYK value is (0,45,23,31).

  • cyan value is 0.00%
  • magenta value is 45.14%
  • yellow value is 23.43%
  • key color value is 31.37%

CMYK: (0,45,23,31)
C0M45Y23K31 (0%, 45%, 23%, 31%)
(0.00 / 0.45 / 0.23 / 0.31)

CMYK percentages

%0
%45.14
%23.43
%31.37

Codes

Color #AF6086 in popluar color models

AF 60 86
RGB 175 96 134
HSL 331° 33.05% 53.14%
HSB/HSV 331° 45.14% 68.63%
CMYK 0.00% 45.14% 23.43%
31.37%

Color #AF6086 in popluar number systems.

HEX AF 60 86
Decimal 175 96 134
Binary 10101111 1100000 10000110
Octal 257 140 206

Shades and tints

Shades of #AF6086

#AF6086
(175,96,134)
#A0587A
(160,88,122)
#91506E
(145,80,110)
#824862
(130,72,98)
#734056
(115,64,86)
#64384A
(100,56,74)
#55303E
(85,48,62)
#462832
(70,40,50)
#372026
(55,32,38)
#28181A
(40,24,26)
#19100E
(25,16,14)
#000000
(0,0,0)

Tints of #AF6086

#AF6086
(175,96,134)
#B66E91
(182,110,145)
#BD7C9C
(189,124,156)
#C48AA7
(196,138,167)
#CB98B2
(203,152,178)
#D2A6BD
(210,166,189)
#D9B4C8
(217,180,200)
#E0C2D3
(224,194,211)
#E7D0DE
(231,208,222)
#EEDEE9
(238,222,233)
#F5ECF4
(245,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF6086 color. Also use rgb(175,96,134) instead hex code.

Text Font Color

.myTextColor { color: #AF6086; }

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

This text font color is #AF6086.

Background Color

.myBgColor { background-color: #AF6086; }

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

This div background color is #AF6086.

Border color

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

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

This div border color is #AF6086.

Opacity

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

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

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

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

This text has shadow with #AF6086 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF6086.

Preview

Color preview on black background

This text has color #AF6086 on black background.


Color preview on white background

This text has color #AF6086 on white background.


Black color preview on #AF6086 background

This text has black color on #AF6086 background.


White color preview on #AF6086 background

This text has white color on #AF6086 background.


Related colors

Complementary color

Complementary color for #hex is #509F79.


I love getcolorcode.com

Triadic colors

1 #86AF60 and #6086AF with #AF6086 are triadic colors.

2 #8660AF and #60AF86 with #AF6086 are triadic colors.