COLOR #A59E62

HEX: #A59E62
RGB: (165,158,98)

Renk bilgisi

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

RGB renk modeli

#A59E62 color RGB value is (165,158,98).

  • kırmız ton 165;
  • yeşil ton 158;
  • mavi ton 98.
RGB:
(165,158,98)
(65%,62%,38%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 158 of 255 = 62%
B 98 of 255 = 38%

165
158
98

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 158 + 98 = 421 (100%)
R 165 of 421 ~ 39.19%
G 158 of 421 ~ 37.53%
B 98 of 421 ~ 23.28%

%39.19
%37.53
%23.28

CMYK RENK MODELİ

#A59E62 rengi CMYK tonu (0,4,41,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.24%
  • sarı tonu 40.61%
  • ana renk tonu 35.29%
CMYK:
(0,4,41,35)
C0M4Y41K35 
(0%,4%,41%,35%)
(0.00/0.04/0.41/0.35)	

CMYK yüzdeleri

%0
%4.24
%40.61
%35.29

Codes

Color #A59E62 in popluar color models

A59E62
RGB16515898
HSL54°27.13%51.57%
HSB/HSV54°40.61%64.71%
CMYK0.00%4.24%40.61%
35.29%

Color #A59E62 in popluar number systems.

HEXA59E62
Decimal16515898
Binary10100101100111101100010
Octal245236142

Shades and tints

Shades of #A59E62

#A59E62
(165,158,98)
#96905A
(150,144,90)
#878252
(135,130,82)
#78744A
(120,116,74)
#696642
(105,102,66)
#5A583A
(90,88,58)
#4B4A32
(75,74,50)
#3C3C2A
(60,60,42)
#2D2E22
(45,46,34)
#1E201A
(30,32,26)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #A59E62

#A59E62
(165,158,98)
#ADA670
(173,166,112)
#B5AE7E
(181,174,126)
#BDB68C
(189,182,140)
#C5BE9A
(197,190,154)
#CDC6A8
(205,198,168)
#D5CEB6
(213,206,182)
#DDD6C4
(221,214,196)
#E5DED2
(229,222,210)
#EDE6E0
(237,230,224)
#F5EEEE
(245,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59E62 color. Also use rgb(165,158,98) instead hex code.

Text Font Color

.myTextColor { color: #A59E62; }

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

This text font color is #A59E62.


Background Color

.myBgColor { background-color: #A59E62; }

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

This div background color is #A59E62.


Border color

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

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

This div border color is #A59E62.


Opacity

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

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

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

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

This text has shadow with #A59E62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59E62 on black background.


Color preview on white background

This text has color #A59E62 on white background.



Black color preview on #A59E62 background

This text has black color on #A59E62 background.


White color preview on #A59E62 background

This text has white color on #A59E62 background.