COLOR #AF778A

HEX: #AF778A RGB: (175,119,138)

Color info

#AF778A contains red, green and blue colors in about the same proportion. Web safe color of #AF778A is #996699 (or #969).

RGB color model

#AF778A color RGB value is (175,119,138).

RGB: (175,119,138) (69%, 47%, 54%)

RGB channels and saturation

R 175 of 255 = 69%
G 119 of 255 = 47%
B 138 of 255 = 54%

175
119
138

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

Portions of RGB colors in percentages

R + G + B = 175 + 119 + 138 = 432 (100%)
R 175 of 432 ~ 40.51%
G 119 of 432 ~ 27.55%
B 138 of 432 ~ 31.94'%

%40.51
%27.55
%31.94

CMYK color model

#AF778A color CMYK value is (0,32,21,31).

  • cyan value is 0.00%
  • magenta value is 32.00%
  • yellow value is 21.14%
  • key color value is 31.37%
CMYK: (0,32,21,31) C0M32Y21K31 (0%,32%,21%,31%) (0.00/0.32/0.21/0.31) 

CMYK percentages

%0
%32
%21.14
%31.37

Codes

Color #AF778A in popluar color models

AF 77 8A
RGB 175 119 138
HSL 340° 25.93% 57.65%
HSB/HSV 340° 32.00% 68.63%
CMYK 0.00% 32.00% 21.14%
31.37%

Color #AF778A in popluar number systems.

HEX AF 77 8A
Decimal 175 119 138
Binary 10101111 1110111 10001010
Octal 257 167 212

Shades and tints

Shades of #AF778A

#AF778A
(175,119,138)
#A06D7E
(160,109,126)
#916372
(145,99,114)
#825966
(130,89,102)
#734F5A
(115,79,90)
#64454E
(100,69,78)
#553B42
(85,59,66)
#463136
(70,49,54)
#37272A
(55,39,42)
#281D1E
(40,29,30)
#191312
(25,19,18)
#000000
(0,0,0)

Tints of #AF778A

#AF778A
(175,119,138)
#B68394
(182,131,148)
#BD8F9E
(189,143,158)
#C49BA8
(196,155,168)
#CBA7B2
(203,167,178)
#D2B3BC
(210,179,188)
#D9BFC6
(217,191,198)
#E0CBD0
(224,203,208)
#E7D7DA
(231,215,218)
#EEE3E4
(238,227,228)
#F5EFEE
(245,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF778A color. Also use rgb(175,119,138) instead hex code.

Text Font Color

.myTextColor { color: #AF778A; }

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

This text font color is #AF778A.

Background Color

.myBgColor { background-color: #AF778A; }

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

This div background color is #AF778A.

Border color

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

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

This div border color is #AF778A.

Opacity

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

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

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

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

This text has shadow with #AF778A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF778A.

Preview

Color preview on black background

This text has color #AF778A on black background.


Color preview on white background

This text has color #AF778A on white background.


Black color preview on #AF778A background

This text has black color on #AF778A background.


White color preview on #AF778A background

This text has white color on #AF778A background.


Related colors

Complementary color

Complementary color for #hex is #508875.


I love getcolorcode.com

Triadic colors

1 #8AAF77 and #778AAF with #AF778A are triadic colors.

2 #8A77AF and #77AF8A with #AF778A are triadic colors.