COLOR #AFB381

HEX: #AFB381 RGB: (175,179,129)

Color info

#AFB381 contains red, green and blue colors in about the same proportion. Web safe color of #AFB381 is #999999 (or #999).

RGB color model

#AFB381 color RGB value is (175,179,129).

RGB: (175,179,129) (69%, 70%, 51%)

RGB channels and saturation

R 175 of 255 = 69%
G 179 of 255 = 70%
B 129 of 255 = 51%

175
179
129

R + G + B ~ 63%. #AFB381 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 179 + 129 = 483 (100%)
R 175 of 483 ~ 36.23%
G 179 of 483 ~ 37.06%
B 129 of 483 ~ 26.71'%

%36.23
%37.06
%26.71

CMYK color model

#AFB381 color CMYK value is (2,0,28,30).

  • cyan value is 2.23%
  • magenta value is 0.00%
  • yellow value is 27.93%
  • key color value is 29.80%

CMYK: (2,0,28,30)
C2M0Y28K30 (2%, 0%, 28%, 30%)
(0.02 / 0.00 / 0.28 / 0.30)

CMYK percentages

%2.23
%0
%27.93
%29.8

Codes

Color #AFB381 in popluar color models

AF B3 81
RGB 175 179 129
HSL 65° 24.75% 60.39%
HSB/HSV 65° 27.93% 70.20%
CMYK 2.23% 0.00% 27.93%
29.80%

Color #AFB381 in popluar number systems.

HEX AF B3 81
Decimal 175 179 129
Binary 10101111 10110011 10000001
Octal 257 263 201

Shades and tints

Shades of #AFB381

#AFB381
(175,179,129)
#A0A376
(160,163,118)
#91936B
(145,147,107)
#828360
(130,131,96)
#737355
(115,115,85)
#64634A
(100,99,74)
#55533F
(85,83,63)
#464334
(70,67,52)
#373329
(55,51,41)
#28231E
(40,35,30)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #AFB381

#AFB381
(175,179,129)
#B6B98C
(182,185,140)
#BDBF97
(189,191,151)
#C4C5A2
(196,197,162)
#CBCBAD
(203,203,173)
#D2D1B8
(210,209,184)
#D9D7C3
(217,215,195)
#E0DDCE
(224,221,206)
#E7E3D9
(231,227,217)
#EEE9E4
(238,233,228)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB381 color. Also use rgb(175,179,129) instead hex code.

Text Font Color

.myTextColor { color: #AFB381; }

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

This text font color is #AFB381.

Background Color

.myBgColor { background-color: #AFB381; }

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

This div background color is #AFB381.

Border color

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

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

This div border color is #AFB381.

Opacity

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

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

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

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

This text has shadow with #AFB381 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB381.

Preview

Color preview on black background

This text has color #AFB381 on black background.


Color preview on white background

This text has color #AFB381 on white background.


Black color preview on #AFB381 background

This text has black color on #AFB381 background.


White color preview on #AFB381 background

This text has white color on #AFB381 background.


Related colors

Complementary color

Complementary color for #hex is #504C7E.


I love getcolorcode.com

Triadic colors

1 #81AFB3 and #B381AF with #AFB381 are triadic colors.

2 #81B3AF and #B3AF81 with #AFB381 are triadic colors.