COLOR #AFBD95

HEX: #AFBD95 RGB: (175,189,149)

Color info

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

RGB color model

#AFBD95 color RGB value is (175,189,149).

RGB: (175,189,149) (69%, 74%, 58%)

RGB channels and saturation

R 175 of 255 = 69%
G 189 of 255 = 74%
B 149 of 255 = 58%

175
189
149

R + G + B ~ 67%. #AFBD95 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 189 + 149 = 513 (100%)
R 175 of 513 ~ 34.11%
G 189 of 513 ~ 36.84%
B 149 of 513 ~ 29.04'%

%34.11
%36.84
%29.04

CMYK color model

#AFBD95 color CMYK value is (7,0,21,26).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 21.16%
  • key color value is 25.88%

CMYK: (7,0,21,26)
C7M0Y21K26 (7%, 0%, 21%, 26%)
(0.07 / 0.00 / 0.21 / 0.26)

CMYK percentages

%7.41
%0
%21.16
%25.88

Codes

Color #AFBD95 in popluar color models

AF BD 95
RGB 175 189 149
HSL 81° 23.26% 66.27%
HSB/HSV 81° 21.16% 74.12%
CMYK 7.41% 0.00% 21.16%
25.88%

Color #AFBD95 in popluar number systems.

HEX AF BD 95
Decimal 175 189 149
Binary 10101111 10111101 10010101
Octal 257 275 225

Shades and tints

Shades of #AFBD95

#AFBD95
(175,189,149)
#A0AC88
(160,172,136)
#919B7B
(145,155,123)
#828A6E
(130,138,110)
#737961
(115,121,97)
#646854
(100,104,84)
#555747
(85,87,71)
#46463A
(70,70,58)
#37352D
(55,53,45)
#282420
(40,36,32)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #AFBD95

#AFBD95
(175,189,149)
#B6C39E
(182,195,158)
#BDC9A7
(189,201,167)
#C4CFB0
(196,207,176)
#CBD5B9
(203,213,185)
#D2DBC2
(210,219,194)
#D9E1CB
(217,225,203)
#E0E7D4
(224,231,212)
#E7EDDD
(231,237,221)
#EEF3E6
(238,243,230)
#F5F9EF
(245,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBD95; }

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

This text font color is #AFBD95.

Background Color

.myBgColor { background-color: #AFBD95; }

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

This div background color is #AFBD95.

Border color

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

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

This div border color is #AFBD95.

Opacity

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

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

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

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

This text has shadow with #AFBD95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBD95.

Preview

Color preview on black background

This text has color #AFBD95 on black background.


Color preview on white background

This text has color #AFBD95 on white background.


Black color preview on #AFBD95 background

This text has black color on #AFBD95 background.


White color preview on #AFBD95 background

This text has white color on #AFBD95 background.


Related colors

Complementary color

Complementary color for #hex is #50426A.


I love getcolorcode.com

Triadic colors

1 #95AFBD and #BD95AF with #AFBD95 are triadic colors.

2 #95BDAF and #BDAF95 with #AFBD95 are triadic colors.