COLOR #AFBB90

HEX: #AFBB90 RGB: (175,187,144)

Color info

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

RGB color model

#AFBB90 color RGB value is (175,187,144).

RGB: (175,187,144) (69%, 73%, 56%)

RGB channels and saturation

R 175 of 255 = 69%
G 187 of 255 = 73%
B 144 of 255 = 56%

175
187
144

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

Portions of RGB colors in percentages

R + G + B = 175 + 187 + 144 = 506 (100%)
R 175 of 506 ~ 34.58%
G 187 of 506 ~ 36.96%
B 144 of 506 ~ 28.46'%

%34.58
%36.96
%28.46

CMYK color model

#AFBB90 color CMYK value is (6,0,23,27).

  • cyan value is 6.42%
  • magenta value is 0.00%
  • yellow value is 22.99%
  • key color value is 26.67%

CMYK: (6,0,23,27)
C6M0Y23K27 (6%, 0%, 23%, 27%)
(0.06 / 0.00 / 0.23 / 0.27)

CMYK percentages

%6.42
%0
%22.99
%26.67

Codes

Color #AFBB90 in popluar color models

AF BB 90
RGB 175 187 144
HSL 77° 24.02% 64.90%
HSB/HSV 77° 22.99% 73.33%
CMYK 6.42% 0.00% 22.99%
26.67%

Color #AFBB90 in popluar number systems.

HEX AF BB 90
Decimal 175 187 144
Binary 10101111 10111011 10010000
Octal 257 273 220

Shades and tints

Shades of #AFBB90

#AFBB90
(175,187,144)
#A0AA83
(160,170,131)
#919976
(145,153,118)
#828869
(130,136,105)
#73775C
(115,119,92)
#64664F
(100,102,79)
#555542
(85,85,66)
#464435
(70,68,53)
#373328
(55,51,40)
#28221B
(40,34,27)
#19110E
(25,17,14)
#000000
(0,0,0)

Tints of #AFBB90

#AFBB90
(175,187,144)
#B6C19A
(182,193,154)
#BDC7A4
(189,199,164)
#C4CDAE
(196,205,174)
#CBD3B8
(203,211,184)
#D2D9C2
(210,217,194)
#D9DFCC
(217,223,204)
#E0E5D6
(224,229,214)
#E7EBE0
(231,235,224)
#EEF1EA
(238,241,234)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFBB90 color. Also use rgb(175,187,144) instead hex code.

Text Font Color

.myTextColor { color: #AFBB90; }

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

This text font color is #AFBB90.

Background Color

.myBgColor { background-color: #AFBB90; }

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

This div background color is #AFBB90.

Border color

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

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

This div border color is #AFBB90.

Opacity

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

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

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

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

This text has shadow with #AFBB90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBB90.

Preview

Color preview on black background

This text has color #AFBB90 on black background.


Color preview on white background

This text has color #AFBB90 on white background.


Black color preview on #AFBB90 background

This text has black color on #AFBB90 background.


White color preview on #AFBB90 background

This text has white color on #AFBB90 background.


Related colors

Complementary color

Complementary color for #hex is #50446F.


I love getcolorcode.com

Triadic colors

1 #90AFBB and #BB90AF with #AFBB90 are triadic colors.

2 #90BBAF and #BBAF90 with #AFBB90 are triadic colors.