COLOR #AF5A66

HEX: #AF5A66 RGB: (175,90,102)

Color info

#AF5A66 contains mainly red color. Web safe color of #AF5A66 is #996666 (or #966).

RGB color model

#AF5A66 color RGB value is (175,90,102).

RGB: (175,90,102) (69%, 35%, 40%)

RGB channels and saturation

R 175 of 255 = 69%
G 90 of 255 = 35%
B 102 of 255 = 40%

175
90
102

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

Portions of RGB colors in percentages

R + G + B = 175 + 90 + 102 = 367 (100%)
R 175 of 367 ~ 47.68%
G 90 of 367 ~ 24.52%
B 102 of 367 ~ 27.79'%

%47.68
%24.52
%27.79

CMYK color model

#AF5A66 color CMYK value is (0,49,42,31).

  • cyan value is 0.00%
  • magenta value is 48.57%
  • yellow value is 41.71%
  • key color value is 31.37%
CMYK: (0,49,42,31) C0M49Y42K31 (0%,49%,42%,31%) (0.00/0.49/0.42/0.31) 

CMYK percentages

%0
%48.57
%41.71
%31.37

Codes

Color #AF5A66 in popluar color models

AF 5A 66
RGB 175 90 102
HSL 352° 34.69% 51.96%
HSB/HSV 352° 48.57% 68.63%
CMYK 0.00% 48.57% 41.71%
31.37%

Color #AF5A66 in popluar number systems.

HEX AF 5A 66
Decimal 175 90 102
Binary 10101111 1011010 1100110
Octal 257 132 146

Shades and tints

Shades of #AF5A66

#AF5A66
(175,90,102)
#A0525D
(160,82,93)
#914A54
(145,74,84)
#82424B
(130,66,75)
#733A42
(115,58,66)
#643239
(100,50,57)
#552A30
(85,42,48)
#462227
(70,34,39)
#371A1E
(55,26,30)
#281215
(40,18,21)
#190A0C
(25,10,12)
#000000
(0,0,0)

Tints of #AF5A66

#AF5A66
(175,90,102)
#B66973
(182,105,115)
#BD7880
(189,120,128)
#C4878D
(196,135,141)
#CB969A
(203,150,154)
#D2A5A7
(210,165,167)
#D9B4B4
(217,180,180)
#E0C3C1
(224,195,193)
#E7D2CE
(231,210,206)
#EEE1DB
(238,225,219)
#F5F0E8
(245,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF5A66 color. Also use rgb(175,90,102) instead hex code.

Text Font Color

.myTextColor { color: #AF5A66; }

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

This text font color is #AF5A66.

Background Color

.myBgColor { background-color: #AF5A66; }

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

This div background color is #AF5A66.

Border color

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

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

This div border color is #AF5A66.

Opacity

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

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

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

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

This text has shadow with #AF5A66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF5A66.

Preview

Color preview on black background

This text has color #AF5A66 on black background.


Color preview on white background

This text has color #AF5A66 on white background.


Black color preview on #AF5A66 background

This text has black color on #AF5A66 background.


White color preview on #AF5A66 background

This text has white color on #AF5A66 background.


Related colors

Complementary color

Complementary color for #hex is #50A599.


I love getcolorcode.com

Triadic colors

1 #66AF5A and #5A66AF with #AF5A66 are triadic colors.

2 #665AAF and #5AAF66 with #AF5A66 are triadic colors.