COLOR #A7997F

HEX: #A7997F
RGB: (167,153,127)

Renk bilgisi

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

RGB renk modeli

#A7997F color RGB value is (167,153,127).

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

RGB bağlantıları ve doygunluk

R 167 of 255 = 65%
G 153 of 255 = 60%
B 127 of 255 = 50%

167
153
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
167 + 153 + 127 = 447 (100%)
R 167 of 447 ~ 37.36%
G 153 of 447 ~ 34.23%
B 127 of 447 ~ 28.41%

%37.36
%34.23
%28.41

CMYK RENK MODELİ

#A7997F rengi CMYK tonu (0,8,24,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.38%
  • sarı tonu 23.95%
  • ana renk tonu 34.51%
CMYK:
(0,8,24,35)
C0M8Y24K35 
(0%,8%,24%,35%)
(0.00/0.08/0.24/0.35)	

CMYK yüzdeleri

%0
%8.38
%23.95
%34.51

Codes

Color #A7997F in popluar color models

A7997F
RGB167153127
HSL39°18.52%57.65%
HSB/HSV39°23.95%65.49%
CMYK0.00%8.38%23.95%
34.51%

Color #A7997F in popluar number systems.

HEXA7997F
Decimal167153127
Binary10100111100110011111111
Octal247231177

Shades and tints

Shades of #A7997F

#A7997F
(167,153,127)
#988C74
(152,140,116)
#897F69
(137,127,105)
#7A725E
(122,114,94)
#6B6553
(107,101,83)
#5C5848
(92,88,72)
#4D4B3D
(77,75,61)
#3E3E32
(62,62,50)
#2F3127
(47,49,39)
#20241C
(32,36,28)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #A7997F

#A7997F
(167,153,127)
#AFA28A
(175,162,138)
#B7AB95
(183,171,149)
#BFB4A0
(191,180,160)
#C7BDAB
(199,189,171)
#CFC6B6
(207,198,182)
#D7CFC1
(215,207,193)
#DFD8CC
(223,216,204)
#E7E1D7
(231,225,215)
#EFEAE2
(239,234,226)
#F7F3ED
(247,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7997F; }

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

This text font color is #A7997F.


Background Color

.myBgColor { background-color: #A7997F; }

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

This div background color is #A7997F.


Border color

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

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

This div border color is #A7997F.


Opacity

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

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

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

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

This text has shadow with #A7997F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7997F on black background.


Color preview on white background

This text has color #A7997F on white background.



Black color preview on #A7997F background

This text has black color on #A7997F background.


White color preview on #A7997F background

This text has white color on #A7997F background.