COLOR #AF957D

HEX: #AF957D
RGB: (175,149,125)

Renk bilgisi

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

RGB renk modeli

#AF957D color RGB value is (175,149,125).

  • kırmız ton 175;
  • yeşil ton 149;
  • mavi ton 125.
RGB:
(175,149,125)
(69%,58%,49%)

RGB bağlantıları ve doygunluk

R 175 of 255 = 69%
G 149 of 255 = 58%
B 125 of 255 = 49%

175
149
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
175 + 149 + 125 = 449 (100%)
R 175 of 449 ~ 38.98%
G 149 of 449 ~ 33.18%
B 125 of 449 ~ 27.84%

%38.98
%33.18
%27.84

CMYK RENK MODELİ

#AF957D rengi CMYK tonu (0,15,29,31).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.86%
  • sarı tonu 28.57%
  • ana renk tonu 31.37%
CMYK:
(0,15,29,31)
C0M15Y29K31 
(0%,15%,29%,31%)
(0.00/0.15/0.29/0.31)	

CMYK yüzdeleri

%0
%14.86
%28.57
%31.37

Codes

Color #AF957D in popluar color models

AF957D
RGB175149125
HSL29°23.81%58.82%
HSB/HSV29°28.57%68.63%
CMYK0.00%14.86%28.57%
31.37%

Color #AF957D in popluar number systems.

HEXAF957D
Decimal175149125
Binary10101111100101011111101
Octal257225175

Shades and tints

Shades of #AF957D

#AF957D
(175,149,125)
#A08872
(160,136,114)
#917B67
(145,123,103)
#826E5C
(130,110,92)
#736151
(115,97,81)
#645446
(100,84,70)
#55473B
(85,71,59)
#463A30
(70,58,48)
#372D25
(55,45,37)
#28201A
(40,32,26)
#19130F
(25,19,15)
#000000
(0,0,0)

Tints of #AF957D

#AF957D
(175,149,125)
#B69E88
(182,158,136)
#BDA793
(189,167,147)
#C4B09E
(196,176,158)
#CBB9A9
(203,185,169)
#D2C2B4
(210,194,180)
#D9CBBF
(217,203,191)
#E0D4CA
(224,212,202)
#E7DDD5
(231,221,213)
#EEE6E0
(238,230,224)
#F5EFEB
(245,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF957D color. Also use rgb(175,149,125) instead hex code.

Text Font Color

.myTextColor { color: #AF957D; }

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

This text font color is #AF957D.


Background Color

.myBgColor { background-color: #AF957D; }

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

This div background color is #AF957D.


Border color

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

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

This div border color is #AF957D.


Opacity

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

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

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

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

This text has shadow with #AF957D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF957D on black background.


Color preview on white background

This text has color #AF957D on white background.



Black color preview on #AF957D background

This text has black color on #AF957D background.


White color preview on #AF957D background

This text has white color on #AF957D background.