COLOR #AFB398

HEX: #AFB398 RGB: (175,179,152)

Color info

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

RGB color model

#AFB398 color RGB value is (175,179,152).

RGB: (175,179,152) (69%, 70%, 60%)

RGB channels and saturation

R 175 of 255 = 69%
G 179 of 255 = 70%
B 152 of 255 = 60%

175
179
152

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

Portions of RGB colors in percentages

R + G + B = 175 + 179 + 152 = 506 (100%)
R 175 of 506 ~ 34.58%
G 179 of 506 ~ 35.38%
B 152 of 506 ~ 30.04'%

%34.58
%35.38
%30.04

CMYK color model

#AFB398 color CMYK value is (2,0,15,30).

  • cyan value is 2.23%
  • magenta value is 0.00%
  • yellow value is 15.08%
  • key color value is 29.80%
CMYK: (2,0,15,30) C2M0Y15K30 (2%,0%,15%,30%) (0.02/0.00/0.15/0.30) 

CMYK percentages

%2.23
%0
%15.08
%29.8

Codes

Color #AFB398 in popluar color models

AF B3 98
RGB 175 179 152
HSL 69° 15.08% 64.90%
HSB/HSV 69° 15.08% 70.20%
CMYK 2.23% 0.00% 15.08%
29.80%

Color #AFB398 in popluar number systems.

HEX AF B3 98
Decimal 175 179 152
Binary 10101111 10110011 10011000
Octal 257 263 230

Shades and tints

Shades of #AFB398

#AFB398
(175,179,152)
#A0A38B
(160,163,139)
#91937E
(145,147,126)
#828371
(130,131,113)
#737364
(115,115,100)
#646357
(100,99,87)
#55534A
(85,83,74)
#46433D
(70,67,61)
#373330
(55,51,48)
#282323
(40,35,35)
#191316
(25,19,22)
#000000
(0,0,0)

Tints of #AFB398

#AFB398
(175,179,152)
#B6B9A1
(182,185,161)
#BDBFAA
(189,191,170)
#C4C5B3
(196,197,179)
#CBCBBC
(203,203,188)
#D2D1C5
(210,209,197)
#D9D7CE
(217,215,206)
#E0DDD7
(224,221,215)
#E7E3E0
(231,227,224)
#EEE9E9
(238,233,233)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB398; }

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

This text font color is #AFB398.

Background Color

.myBgColor { background-color: #AFB398; }

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

This div background color is #AFB398.

Border color

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

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

This div border color is #AFB398.

Opacity

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

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

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

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

This text has shadow with #AFB398 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB398.

Preview

Color preview on black background

This text has color #AFB398 on black background.


Color preview on white background

This text has color #AFB398 on white background.


Black color preview on #AFB398 background

This text has black color on #AFB398 background.


White color preview on #AFB398 background

This text has white color on #AFB398 background.


Related colors

Complementary color

Complementary color for #hex is #504C67.


I love getcolorcode.com

Triadic colors

1 #98AFB3 and #B398AF with #AFB398 are triadic colors.

2 #98B3AF and #B3AF98 with #AFB398 are triadic colors.