COLOR #A5865F

HEX: #A5865F
RGB: (165,134,95)

Renk bilgisi

#A5865F contains mainly red and green colors. #A5865F ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#A5865F color RGB value is (165,134,95).

  • kırmız ton 165;
  • yeşil ton 134;
  • mavi ton 95.
RGB:
(165,134,95)
(65%,53%,37%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 134 of 255 = 53%
B 95 of 255 = 37%

165
134
95

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 134 + 95 = 394 (100%)
R 165 of 394 ~ 41.88%
G 134 of 394 ~ 34.01%
B 95 of 394 ~ 24.11%

%41.88
%34.01
%24.11

CMYK RENK MODELİ

#A5865F rengi CMYK tonu (0,19,42,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.79%
  • sarı tonu 42.42%
  • ana renk tonu 35.29%
CMYK:
(0,19,42,35)
C0M19Y42K35 
(0%,19%,42%,35%)
(0.00/0.19/0.42/0.35)	

CMYK yüzdeleri

%0
%18.79
%42.42
%35.29

Codes

Color #A5865F in popluar color models

A5865F
RGB16513495
HSL33°28.00%50.98%
HSB/HSV33°42.42%64.71%
CMYK0.00%18.79%42.42%
35.29%

Color #A5865F in popluar number systems.

HEXA5865F
Decimal16513495
Binary10100101100001101011111
Octal245206137

Shades and tints

Shades of #A5865F

#A5865F
(165,134,95)
#967A57
(150,122,87)
#876E4F
(135,110,79)
#786247
(120,98,71)
#69563F
(105,86,63)
#5A4A37
(90,74,55)
#4B3E2F
(75,62,47)
#3C3227
(60,50,39)
#2D261F
(45,38,31)
#1E1A17
(30,26,23)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #A5865F

#A5865F
(165,134,95)
#AD916D
(173,145,109)
#B59C7B
(181,156,123)
#BDA789
(189,167,137)
#C5B297
(197,178,151)
#CDBDA5
(205,189,165)
#D5C8B3
(213,200,179)
#DDD3C1
(221,211,193)
#E5DECF
(229,222,207)
#EDE9DD
(237,233,221)
#F5F4EB
(245,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5865F color. Also use rgb(165,134,95) instead hex code.

Text Font Color

.myTextColor { color: #A5865F; }

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

This text font color is #A5865F.


Background Color

.myBgColor { background-color: #A5865F; }

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

This div background color is #A5865F.


Border color

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

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

This div border color is #A5865F.


Opacity

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

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

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

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

This text has shadow with #A5865F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5865F on black background.


Color preview on white background

This text has color #A5865F on white background.



Black color preview on #A5865F background

This text has black color on #A5865F background.


White color preview on #A5865F background

This text has white color on #A5865F background.