COLOR #AF997F

HEX: #AF997F
RGB: (175,153,127)

Renk bilgisi

#AF997F contains red, green and blue colors in about the same proportion. #AF997F ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#AF997F color RGB value is (175,153,127).

  • kırmız ton 175;
  • yeşil ton 153;
  • mavi ton 127.
RGB:
(175,153,127)
(69%,60%,50%)

RGB bağlantıları ve doygunluk

R 175 of 255 = 69%
G 153 of 255 = 60%
B 127 of 255 = 50%

175
153
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
175 + 153 + 127 = 455 (100%)
R 175 of 455 ~ 38.46%
G 153 of 455 ~ 33.63%
B 127 of 455 ~ 27.91%

%38.46
%33.63
%27.91

CMYK RENK MODELİ

#AF997F rengi CMYK tonu (0,13,27,31).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.57%
  • sarı tonu 27.43%
  • ana renk tonu 31.37%
CMYK:
(0,13,27,31)
C0M13Y27K31 
(0%,13%,27%,31%)
(0.00/0.13/0.27/0.31)	

CMYK yüzdeleri

%0
%12.57
%27.43
%31.37

Codes

Color #AF997F in popluar color models

AF997F
RGB175153127
HSL33°23.08%59.22%
HSB/HSV33°27.43%68.63%
CMYK0.00%12.57%27.43%
31.37%

Color #AF997F in popluar number systems.

HEXAF997F
Decimal175153127
Binary10101111100110011111111
Octal257231177

Shades and tints

Shades of #AF997F

#AF997F
(175,153,127)
#A08C74
(160,140,116)
#917F69
(145,127,105)
#82725E
(130,114,94)
#736553
(115,101,83)
#645848
(100,88,72)
#554B3D
(85,75,61)
#463E32
(70,62,50)
#373127
(55,49,39)
#28241C
(40,36,28)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #AF997F

#AF997F
(175,153,127)
#B6A28A
(182,162,138)
#BDAB95
(189,171,149)
#C4B4A0
(196,180,160)
#CBBDAB
(203,189,171)
#D2C6B6
(210,198,182)
#D9CFC1
(217,207,193)
#E0D8CC
(224,216,204)
#E7E1D7
(231,225,215)
#EEEAE2
(238,234,226)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF997F; }

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

This text font color is #AF997F.


Background Color

.myBgColor { background-color: #AF997F; }

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

This div background color is #AF997F.


Border color

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

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

This div border color is #AF997F.


Opacity

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

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

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

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

This text has shadow with #AF997F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF997F on black background.


Color preview on white background

This text has color #AF997F on white background.



Black color preview on #AF997F background

This text has black color on #AF997F background.


White color preview on #AF997F background

This text has white color on #AF997F background.