COLOR #A5997F

HEX: #A5997F
RGB: (165,153,127)

Renk bilgisi

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

RGB renk modeli

#A5997F color RGB value is (165,153,127).

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

RGB bağlantıları ve doygunluk

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

165
153
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 153 + 127 = 445 (100%)
R 165 of 445 ~ 37.08%
G 153 of 445 ~ 34.38%
B 127 of 445 ~ 28.54%

%37.08
%34.38
%28.54

CMYK RENK MODELİ

#A5997F rengi CMYK tonu (0,7,23,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.27%
  • sarı tonu 23.03%
  • ana renk tonu 35.29%
CMYK:
(0,7,23,35)
C0M7Y23K35 
(0%,7%,23%,35%)
(0.00/0.07/0.23/0.35)	

CMYK yüzdeleri

%0
%7.27
%23.03
%35.29

Codes

Color #A5997F in popluar color models

A5997F
RGB165153127
HSL41°17.43%57.25%
HSB/HSV41°23.03%64.71%
CMYK0.00%7.27%23.03%
35.29%

Color #A5997F in popluar number systems.

HEXA5997F
Decimal165153127
Binary10100101100110011111111
Octal245231177

Shades and tints

Shades of #A5997F

#A5997F
(165,153,127)
#968C74
(150,140,116)
#877F69
(135,127,105)
#78725E
(120,114,94)
#696553
(105,101,83)
#5A5848
(90,88,72)
#4B4B3D
(75,75,61)
#3C3E32
(60,62,50)
#2D3127
(45,49,39)
#1E241C
(30,36,28)
#0F1711
(15,23,17)
#000000
(0,0,0)

Tints of #A5997F

#A5997F
(165,153,127)
#ADA28A
(173,162,138)
#B5AB95
(181,171,149)
#BDB4A0
(189,180,160)
#C5BDAB
(197,189,171)
#CDC6B6
(205,198,182)
#D5CFC1
(213,207,193)
#DDD8CC
(221,216,204)
#E5E1D7
(229,225,215)
#EDEAE2
(237,234,226)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5997F; }

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

This text font color is #A5997F.


Background Color

.myBgColor { background-color: #A5997F; }

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

This div background color is #A5997F.


Border color

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

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

This div border color is #A5997F.


Opacity

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

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

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

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

This text has shadow with #A5997F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5997F on black background.


Color preview on white background

This text has color #A5997F on white background.



Black color preview on #A5997F background

This text has black color on #A5997F background.


White color preview on #A5997F background

This text has white color on #A5997F background.