COLOR #AFA59B

HEX: #AFA59B RGB: (175,165,155)

Color info

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

RGB color model

#AFA59B color RGB value is (175,165,155).

RGB: (175,165,155) (69%, 65%, 61%)

RGB channels and saturation

R 175 of 255 = 69%
G 165 of 255 = 65%
B 155 of 255 = 61%

175
165
155

R + G + B ~ 65%. #AFA59B is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 165 + 155 = 495 (100%)
R 175 of 495 ~ 35.35%
G 165 of 495 ~ 33.33%
B 155 of 495 ~ 31.31'%

%35.35
%33.33
%31.31

CMYK color model

#AFA59B color CMYK value is (0,6,11,31).

  • cyan value is 0.00%
  • magenta value is 5.71%
  • yellow value is 11.43%
  • key color value is 31.37%
CMYK: (0,6,11,31) C0M6Y11K31 (0%,6%,11%,31%) (0.00/0.06/0.11/0.31) 

CMYK percentages

%0
%5.71
%11.43
%31.37

Codes

Color #AFA59B in popluar color models

AF A5 9B
RGB 175 165 155
HSL 30° 11.11% 64.71%
HSB/HSV 30° 11.43% 68.63%
CMYK 0.00% 5.71% 11.43%
31.37%

Color #AFA59B in popluar number systems.

HEX AF A5 9B
Decimal 175 165 155
Binary 10101111 10100101 10011011
Octal 257 245 233

Shades and tints

Shades of #AFA59B

#AFA59B
(175,165,155)
#A0968D
(160,150,141)
#91877F
(145,135,127)
#827871
(130,120,113)
#736963
(115,105,99)
#645A55
(100,90,85)
#554B47
(85,75,71)
#463C39
(70,60,57)
#372D2B
(55,45,43)
#281E1D
(40,30,29)
#190F0F
(25,15,15)
#000000
(0,0,0)

Tints of #AFA59B

#AFA59B
(175,165,155)
#B6ADA4
(182,173,164)
#BDB5AD
(189,181,173)
#C4BDB6
(196,189,182)
#CBC5BF
(203,197,191)
#D2CDC8
(210,205,200)
#D9D5D1
(217,213,209)
#E0DDDA
(224,221,218)
#E7E5E3
(231,229,227)
#EEEDEC
(238,237,236)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA59B; }

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

This text font color is #AFA59B.

Background Color

.myBgColor { background-color: #AFA59B; }

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

This div background color is #AFA59B.

Border color

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

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

This div border color is #AFA59B.

Opacity

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

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

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

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

This text has shadow with #AFA59B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA59B.

Preview

Color preview on black background

This text has color #AFA59B on black background.


Color preview on white background

This text has color #AFA59B on white background.


Black color preview on #AFA59B background

This text has black color on #AFA59B background.


White color preview on #AFA59B background

This text has white color on #AFA59B background.


Related colors

Complementary color

Complementary color for #hex is #505A64.


I love getcolorcode.com

Triadic colors

1 #9BAFA5 and #A59BAF with #AFA59B are triadic colors.

2 #9BA5AF and #A5AF9B with #AFA59B are triadic colors.