COLOR #AFA596

HEX: #AFA596 RGB: (175,165,150)

Color info

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

RGB color model

#AFA596 color RGB value is (175,165,150).

RGB: (175,165,150) (69%, 65%, 59%)

RGB channels and saturation

R 175 of 255 = 69%
G 165 of 255 = 65%
B 150 of 255 = 59%

175
165
150

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

Portions of RGB colors in percentages

R + G + B = 175 + 165 + 150 = 490 (100%)
R 175 of 490 ~ 35.71%
G 165 of 490 ~ 33.67%
B 150 of 490 ~ 30.61'%

%35.71
%33.67
%30.61

CMYK color model

#AFA596 color CMYK value is (0,6,14,31).

  • cyan value is 0.00%
  • magenta value is 5.71%
  • yellow value is 14.29%
  • key color value is 31.37%

CMYK: (0,6,14,31)
C0M6Y14K31 (0%, 6%, 14%, 31%)
(0.00 / 0.06 / 0.14 / 0.31)

CMYK percentages

%0
%5.71
%14.29
%31.37

Codes

Color #AFA596 in popluar color models

AF A5 96
RGB 175 165 150
HSL 36° 13.51% 63.73%
HSB/HSV 36° 14.29% 68.63%
CMYK 0.00% 5.71% 14.29%
31.37%

Color #AFA596 in popluar number systems.

HEX AF A5 96
Decimal 175 165 150
Binary 10101111 10100101 10010110
Octal 257 245 226

Shades and tints

Shades of #AFA596

#AFA596
(175,165,150)
#A09689
(160,150,137)
#91877C
(145,135,124)
#82786F
(130,120,111)
#736962
(115,105,98)
#645A55
(100,90,85)
#554B48
(85,75,72)
#463C3B
(70,60,59)
#372D2E
(55,45,46)
#281E21
(40,30,33)
#190F14
(25,15,20)
#000000
(0,0,0)

Tints of #AFA596

#AFA596
(175,165,150)
#B6AD9F
(182,173,159)
#BDB5A8
(189,181,168)
#C4BDB1
(196,189,177)
#CBC5BA
(203,197,186)
#D2CDC3
(210,205,195)
#D9D5CC
(217,213,204)
#E0DDD5
(224,221,213)
#E7E5DE
(231,229,222)
#EEEDE7
(238,237,231)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA596 color. Also use rgb(175,165,150) instead hex code.

Text Font Color

.myTextColor { color: #AFA596; }

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

This text font color is #AFA596.

Background Color

.myBgColor { background-color: #AFA596; }

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

This div background color is #AFA596.

Border color

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

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

This div border color is #AFA596.

Opacity

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

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

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

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

This text has shadow with #AFA596 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA596.

Preview

Color preview on black background

This text has color #AFA596 on black background.


Color preview on white background

This text has color #AFA596 on white background.


Black color preview on #AFA596 background

This text has black color on #AFA596 background.


White color preview on #AFA596 background

This text has white color on #AFA596 background.


Related colors

Complementary color

Complementary color for #hex is #505A69.


I love getcolorcode.com

Triadic colors

1 #96AFA5 and #A596AF with #AFA596 are triadic colors.

2 #96A5AF and #A5AF96 with #AFA596 are triadic colors.