COLOR #AFB595

HEX: #AFB595 RGB: (175,181,149)

Color info

#AFB595 contains red, green and blue colors in about the same proportion. Web safe color of #AFB595 is #99CC99 (or #9C9).

RGB color model

#AFB595 color RGB value is (175,181,149).

RGB: (175,181,149) (69%, 71%, 58%)

RGB channels and saturation

R 175 of 255 = 69%
G 181 of 255 = 71%
B 149 of 255 = 58%

175
181
149

R + G + B ~ 66%. #AFB595 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 181 + 149 = 505 (100%)
R 175 of 505 ~ 34.65%
G 181 of 505 ~ 35.84%
B 149 of 505 ~ 29.5'%

%34.65
%35.84
%29.5

CMYK color model

#AFB595 color CMYK value is (3,0,18,29).

  • cyan value is 3.31%
  • magenta value is 0.00%
  • yellow value is 17.68%
  • key color value is 29.02%

CMYK: (3,0,18,29)
C3M0Y18K29 (3%, 0%, 18%, 29%)
(0.03 / 0.00 / 0.18 / 0.29)

CMYK percentages

%3.31
%0
%17.68
%29.02

Codes

Color #AFB595 in popluar color models

AF B5 95
RGB 175 181 149
HSL 71° 17.78% 64.71%
HSB/HSV 71° 17.68% 70.98%
CMYK 3.31% 0.00% 17.68%
29.02%

Color #AFB595 in popluar number systems.

HEX AF B5 95
Decimal 175 181 149
Binary 10101111 10110101 10010101
Octal 257 265 225

Shades and tints

Shades of #AFB595

#AFB595
(175,181,149)
#A0A588
(160,165,136)
#91957B
(145,149,123)
#82856E
(130,133,110)
#737561
(115,117,97)
#646554
(100,101,84)
#555547
(85,85,71)
#46453A
(70,69,58)
#37352D
(55,53,45)
#282520
(40,37,32)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #AFB595

#AFB595
(175,181,149)
#B6BB9E
(182,187,158)
#BDC1A7
(189,193,167)
#C4C7B0
(196,199,176)
#CBCDB9
(203,205,185)
#D2D3C2
(210,211,194)
#D9D9CB
(217,217,203)
#E0DFD4
(224,223,212)
#E7E5DD
(231,229,221)
#EEEBE6
(238,235,230)
#F5F1EF
(245,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB595 color. Also use rgb(175,181,149) instead hex code.

Text Font Color

.myTextColor { color: #AFB595; }

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

This text font color is #AFB595.

Background Color

.myBgColor { background-color: #AFB595; }

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

This div background color is #AFB595.

Border color

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

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

This div border color is #AFB595.

Opacity

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

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

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

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

This text has shadow with #AFB595 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB595.

Preview

Color preview on black background

This text has color #AFB595 on black background.


Color preview on white background

This text has color #AFB595 on white background.


Black color preview on #AFB595 background

This text has black color on #AFB595 background.


White color preview on #AFB595 background

This text has white color on #AFB595 background.


Related colors

Complementary color

Complementary color for #hex is #504A6A.


I love getcolorcode.com

Triadic colors

1 #95AFB5 and #B595AF with #AFB595 are triadic colors.

2 #95B5AF and #B5AF95 with #AFB595 are triadic colors.