COLOR #AF9982

HEX: #AF9982 RGB: (175,153,130)

Color info

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

RGB color model

#AF9982 color RGB value is (175,153,130).

RGB: (175,153,130) (69%, 60%, 51%)

RGB channels and saturation

R 175 of 255 = 69%
G 153 of 255 = 60%
B 130 of 255 = 51%

175
153
130

R + G + B ~ 60%. #AF9982 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 175 + 153 + 130 = 458 (100%)
R 175 of 458 ~ 38.21%
G 153 of 458 ~ 33.41%
B 130 of 458 ~ 28.38'%

%38.21
%33.41
%28.38

CMYK color model

#AF9982 color CMYK value is (0,13,26,31).

  • cyan value is 0.00%
  • magenta value is 12.57%
  • yellow value is 25.71%
  • key color value is 31.37%

CMYK: (0,13,26,31)
C0M13Y26K31 (0%, 13%, 26%, 31%)
(0.00 / 0.13 / 0.26 / 0.31)

CMYK percentages

%0
%12.57
%25.71
%31.37

Codes

Color #AF9982 in popluar color models

AF 99 82
RGB 175 153 130
HSL 31° 21.95% 59.80%
HSB/HSV 31° 25.71% 68.63%
CMYK 0.00% 12.57% 25.71%
31.37%

Color #AF9982 in popluar number systems.

HEX AF 99 82
Decimal 175 153 130
Binary 10101111 10011001 10000010
Octal 257 231 202

Shades and tints

Shades of #AF9982

#AF9982
(175,153,130)
#A08C77
(160,140,119)
#917F6C
(145,127,108)
#827261
(130,114,97)
#736556
(115,101,86)
#64584B
(100,88,75)
#554B40
(85,75,64)
#463E35
(70,62,53)
#37312A
(55,49,42)
#28241F
(40,36,31)
#191714
(25,23,20)
#000000
(0,0,0)

Tints of #AF9982

#AF9982
(175,153,130)
#B6A28D
(182,162,141)
#BDAB98
(189,171,152)
#C4B4A3
(196,180,163)
#CBBDAE
(203,189,174)
#D2C6B9
(210,198,185)
#D9CFC4
(217,207,196)
#E0D8CF
(224,216,207)
#E7E1DA
(231,225,218)
#EEEAE5
(238,234,229)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9982 color. Also use rgb(175,153,130) instead hex code.

Text Font Color

.myTextColor { color: #AF9982; }

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

This text font color is #AF9982.

Background Color

.myBgColor { background-color: #AF9982; }

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

This div background color is #AF9982.

Border color

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

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

This div border color is #AF9982.

Opacity

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

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

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

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

This text has shadow with #AF9982 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9982.

Preview

Color preview on black background

This text has color #AF9982 on black background.


Color preview on white background

This text has color #AF9982 on white background.


Black color preview on #AF9982 background

This text has black color on #AF9982 background.


White color preview on #AF9982 background

This text has white color on #AF9982 background.


Related colors

Complementary color

Complementary color for #hex is #50667D.


I love getcolorcode.com

Triadic colors

1 #82AF99 and #9982AF with #AF9982 are triadic colors.

2 #8299AF and #99AF82 with #AF9982 are triadic colors.