COLOR #A59A71

HEX: #A59A71
RGB: (165,154,113)

Renk bilgisi

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

RGB renk modeli

#A59A71 color RGB value is (165,154,113).

  • kırmız ton 165;
  • yeşil ton 154;
  • mavi ton 113.
RGB:
(165,154,113)
(65%,60%,44%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 154 of 255 = 60%
B 113 of 255 = 44%

165
154
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 154 + 113 = 432 (100%)
R 165 of 432 ~ 38.19%
G 154 of 432 ~ 35.65%
B 113 of 432 ~ 26.16%

%38.19
%35.65
%26.16

CMYK RENK MODELİ

#A59A71 rengi CMYK tonu (0,7,32,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.67%
  • sarı tonu 31.52%
  • ana renk tonu 35.29%
CMYK:
(0,7,32,35)
C0M7Y32K35 
(0%,7%,32%,35%)
(0.00/0.07/0.32/0.35)	

CMYK yüzdeleri

%0
%6.67
%31.52
%35.29

Codes

Color #A59A71 in popluar color models

A59A71
RGB165154113
HSL47°22.41%54.51%
HSB/HSV47°31.52%64.71%
CMYK0.00%6.67%31.52%
35.29%

Color #A59A71 in popluar number systems.

HEXA59A71
Decimal165154113
Binary10100101100110101110001
Octal245232161

Shades and tints

Shades of #A59A71

#A59A71
(165,154,113)
#968C67
(150,140,103)
#877E5D
(135,126,93)
#787053
(120,112,83)
#696249
(105,98,73)
#5A543F
(90,84,63)
#4B4635
(75,70,53)
#3C382B
(60,56,43)
#2D2A21
(45,42,33)
#1E1C17
(30,28,23)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #A59A71

#A59A71
(165,154,113)
#ADA37D
(173,163,125)
#B5AC89
(181,172,137)
#BDB595
(189,181,149)
#C5BEA1
(197,190,161)
#CDC7AD
(205,199,173)
#D5D0B9
(213,208,185)
#DDD9C5
(221,217,197)
#E5E2D1
(229,226,209)
#EDEBDD
(237,235,221)
#F5F4E9
(245,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59A71 color. Also use rgb(165,154,113) instead hex code.

Text Font Color

.myTextColor { color: #A59A71; }

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

This text font color is #A59A71.


Background Color

.myBgColor { background-color: #A59A71; }

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

This div background color is #A59A71.


Border color

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

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

This div border color is #A59A71.


Opacity

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

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

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

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

This text has shadow with #A59A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59A71 on black background.


Color preview on white background

This text has color #A59A71 on white background.



Black color preview on #A59A71 background

This text has black color on #A59A71 background.


White color preview on #A59A71 background

This text has white color on #A59A71 background.