COLOR #AFB490

HEX: #AFB490
RGB: (175,180,144)

Color info

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

RGB color model

#AFB490 color RGB value is (175,180,144).

  • red value is 175;
  • green value is 180;
  • blue value is 144.
RGB:
(175,180,144)
(69%,71%,56%)

RGB channels and saturation

R 175 of 255 = 69%
G 180 of 255 = 71%
B 144 of 255 = 56%

175
180
144

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

Portions of RGB colors in percentages

R + G + B =
175 + 180 + 144 = 499 (100%)
R 175 of 499 ~ 35.07%
G 180 of 499 ~ 36.07%
B 144 of 499 ~ 28.86%

%35.07
%36.07
%28.86

CMYK color model

#AFB490 color CMYK value is (3,0,20,29).

  • cyan value is 2.78%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 29.41%
CMYK:
(3,0,20,29)
C3M0Y20K29 
(3%,0%,20%,29%)
(0.03/0.00/0.20/0.29)	

CMYK percentages

%2.78
%0
%20
%29.41

Codes

Color #AFB490 in popluar color models

AFB490
RGB175180144
HSL68°19.35%63.53%
HSB/HSV68°20.00%70.59%
CMYK2.78%0.00%20.00%
29.41%

Color #AFB490 in popluar number systems.

HEXAFB490
Decimal175180144
Binary101011111011010010010000
Octal257264220

Shades and tints

Shades of #AFB490

#AFB490
(175,180,144)
#A0A483
(160,164,131)
#919476
(145,148,118)
#828469
(130,132,105)
#73745C
(115,116,92)
#64644F
(100,100,79)
#555442
(85,84,66)
#464435
(70,68,53)
#373428
(55,52,40)
#28241B
(40,36,27)
#19140E
(25,20,14)
#000000
(0,0,0)

Tints of #AFB490

#AFB490
(175,180,144)
#B6BA9A
(182,186,154)
#BDC0A4
(189,192,164)
#C4C6AE
(196,198,174)
#CBCCB8
(203,204,184)
#D2D2C2
(210,210,194)
#D9D8CC
(217,216,204)
#E0DED6
(224,222,214)
#E7E4E0
(231,228,224)
#EEEAEA
(238,234,234)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB490; }

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

This text font color is #AFB490.


Background Color

.myBgColor { background-color: #AFB490; }

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

This div background color is #AFB490.


Border color

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

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

This div border color is #AFB490.


Opacity

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

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

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

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

This text has shadow with #AFB490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB490 on black background.


Color preview on white background

This text has color #AFB490 on white background.



Black color preview on #AFB490 background

This text has black color on #AFB490 background.


White color preview on #AFB490 background

This text has white color on #AFB490 background.