COLOR #AFB892

HEX: #AFB892 RGB: (175,184,146)

Color info

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

RGB color model

#AFB892 color RGB value is (175,184,146).

RGB: (175,184,146) (69%, 72%, 57%)

RGB channels and saturation

R 175 of 255 = 69%
G 184 of 255 = 72%
B 146 of 255 = 57%

175
184
146

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

Portions of RGB colors in percentages

R + G + B = 175 + 184 + 146 = 505 (100%)
R 175 of 505 ~ 34.65%
G 184 of 505 ~ 36.44%
B 146 of 505 ~ 28.91'%

%34.65
%36.44
%28.91

CMYK color model

#AFB892 color CMYK value is (5,0,21,28).

  • cyan value is 4.89%
  • magenta value is 0.00%
  • yellow value is 20.65%
  • key color value is 27.84%
CMYK: (5,0,21,28) C5M0Y21K28 (5%,0%,21%,28%) (0.05/0.00/0.21/0.28) 

CMYK percentages

%4.89
%0
%20.65
%27.84

Codes

Color #AFB892 in popluar color models

AF B8 92
RGB 175 184 146
HSL 74° 21.11% 64.71%
HSB/HSV 74° 20.65% 72.16%
CMYK 4.89% 0.00% 20.65%
27.84%

Color #AFB892 in popluar number systems.

HEX AF B8 92
Decimal 175 184 146
Binary 10101111 10111000 10010010
Octal 257 270 222

Shades and tints

Shades of #AFB892

#AFB892
(175,184,146)
#A0A885
(160,168,133)
#919878
(145,152,120)
#82886B
(130,136,107)
#73785E
(115,120,94)
#646851
(100,104,81)
#555844
(85,88,68)
#464837
(70,72,55)
#37382A
(55,56,42)
#28281D
(40,40,29)
#191810
(25,24,16)
#000000
(0,0,0)

Tints of #AFB892

#AFB892
(175,184,146)
#B6BE9B
(182,190,155)
#BDC4A4
(189,196,164)
#C4CAAD
(196,202,173)
#CBD0B6
(203,208,182)
#D2D6BF
(210,214,191)
#D9DCC8
(217,220,200)
#E0E2D1
(224,226,209)
#E7E8DA
(231,232,218)
#EEEEE3
(238,238,227)
#F5F4EC
(245,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB892 color. Also use rgb(175,184,146) instead hex code.

Text Font Color

.myTextColor { color: #AFB892; }

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

This text font color is #AFB892.

Background Color

.myBgColor { background-color: #AFB892; }

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

This div background color is #AFB892.

Border color

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

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

This div border color is #AFB892.

Opacity

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

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

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

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

This text has shadow with #AFB892 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB892.

Preview

Color preview on black background

This text has color #AFB892 on black background.


Color preview on white background

This text has color #AFB892 on white background.


Black color preview on #AFB892 background

This text has black color on #AFB892 background.


White color preview on #AFB892 background

This text has white color on #AFB892 background.


Related colors

Complementary color

Complementary color for #hex is #50476D.


I love getcolorcode.com

Triadic colors

1 #92AFB8 and #B892AF with #AFB892 are triadic colors.

2 #92B8AF and #B8AF92 with #AFB892 are triadic colors.