COLOR #AF777A

HEX: #AF777A RGB: (175,119,122)

Color info

#AF777A contains red, green and blue colors in about the same proportion. Web safe color of #AF777A is #996666 (or #966).

RGB color model

#AF777A color RGB value is (175,119,122).

RGB: (175,119,122) (69%, 47%, 48%)

RGB channels and saturation

R 175 of 255 = 69%
G 119 of 255 = 47%
B 122 of 255 = 48%

175
119
122

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

Portions of RGB colors in percentages

R + G + B = 175 + 119 + 122 = 416 (100%)
R 175 of 416 ~ 42.07%
G 119 of 416 ~ 28.61%
B 122 of 416 ~ 29.33'%

%42.07
%28.61
%29.33

CMYK color model

#AF777A color CMYK value is (0,32,30,31).

  • cyan value is 0.00%
  • magenta value is 32.00%
  • yellow value is 30.29%
  • key color value is 31.37%
CMYK: (0,32,30,31) C0M32Y30K31 (0%,32%,30%,31%) (0.00/0.32/0.30/0.31) 

CMYK percentages

%0
%32
%30.29
%31.37

Codes

Color #AF777A in popluar color models

AF 77 7A
RGB 175 119 122
HSL 357° 25.93% 57.65%
HSB/HSV 357° 32.00% 68.63%
CMYK 0.00% 32.00% 30.29%
31.37%

Color #AF777A in popluar number systems.

HEX AF 77 7A
Decimal 175 119 122
Binary 10101111 1110111 1111010
Octal 257 167 172

Shades and tints

Shades of #AF777A

#AF777A
(175,119,122)
#A06D6F
(160,109,111)
#916364
(145,99,100)
#825959
(130,89,89)
#734F4E
(115,79,78)
#644543
(100,69,67)
#553B38
(85,59,56)
#46312D
(70,49,45)
#372722
(55,39,34)
#281D17
(40,29,23)
#19130C
(25,19,12)
#000000
(0,0,0)

Tints of #AF777A

#AF777A
(175,119,122)
#B68386
(182,131,134)
#BD8F92
(189,143,146)
#C49B9E
(196,155,158)
#CBA7AA
(203,167,170)
#D2B3B6
(210,179,182)
#D9BFC2
(217,191,194)
#E0CBCE
(224,203,206)
#E7D7DA
(231,215,218)
#EEE3E6
(238,227,230)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF777A; }

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

This text font color is #AF777A.

Background Color

.myBgColor { background-color: #AF777A; }

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

This div background color is #AF777A.

Border color

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

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

This div border color is #AF777A.

Opacity

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

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

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

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

This text has shadow with #AF777A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF777A.

Preview

Color preview on black background

This text has color #AF777A on black background.


Color preview on white background

This text has color #AF777A on white background.


Black color preview on #AF777A background

This text has black color on #AF777A background.


White color preview on #AF777A background

This text has white color on #AF777A background.


Related colors

Complementary color

Complementary color for #hex is #508885.


I love getcolorcode.com

Triadic colors

1 #7AAF77 and #777AAF with #AF777A are triadic colors.

2 #7A77AF and #77AF7A with #AF777A are triadic colors.