COLOR #A59B7C

HEX: #A59B7C
RGB: (165,155,124)

Renk bilgisi

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

RGB renk modeli

#A59B7C color RGB value is (165,155,124).

  • kırmız ton 165;
  • yeşil ton 155;
  • mavi ton 124.
RGB:
(165,155,124)
(65%,61%,49%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 155 of 255 = 61%
B 124 of 255 = 49%

165
155
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 155 + 124 = 444 (100%)
R 165 of 444 ~ 37.16%
G 155 of 444 ~ 34.91%
B 124 of 444 ~ 27.93%

%37.16
%34.91
%27.93

CMYK RENK MODELİ

#A59B7C rengi CMYK tonu (0,6,25,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.06%
  • sarı tonu 24.85%
  • ana renk tonu 35.29%
CMYK:
(0,6,25,35)
C0M6Y25K35 
(0%,6%,25%,35%)
(0.00/0.06/0.25/0.35)	

CMYK yüzdeleri

%0
%6.06
%24.85
%35.29

Codes

Color #A59B7C in popluar color models

A59B7C
RGB165155124
HSL45°18.55%56.67%
HSB/HSV45°24.85%64.71%
CMYK0.00%6.06%24.85%
35.29%

Color #A59B7C in popluar number systems.

HEXA59B7C
Decimal165155124
Binary10100101100110111111100
Octal245233174

Shades and tints

Shades of #A59B7C

#A59B7C
(165,155,124)
#968D71
(150,141,113)
#877F66
(135,127,102)
#78715B
(120,113,91)
#696350
(105,99,80)
#5A5545
(90,85,69)
#4B473A
(75,71,58)
#3C392F
(60,57,47)
#2D2B24
(45,43,36)
#1E1D19
(30,29,25)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #A59B7C

#A59B7C
(165,155,124)
#ADA487
(173,164,135)
#B5AD92
(181,173,146)
#BDB69D
(189,182,157)
#C5BFA8
(197,191,168)
#CDC8B3
(205,200,179)
#D5D1BE
(213,209,190)
#DDDAC9
(221,218,201)
#E5E3D4
(229,227,212)
#EDECDF
(237,236,223)
#F5F5EA
(245,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59B7C color. Also use rgb(165,155,124) instead hex code.

Text Font Color

.myTextColor { color: #A59B7C; }

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

This text font color is #A59B7C.


Background Color

.myBgColor { background-color: #A59B7C; }

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

This div background color is #A59B7C.


Border color

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

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

This div border color is #A59B7C.


Opacity

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

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

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

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

This text has shadow with #A59B7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59B7C on black background.


Color preview on white background

This text has color #A59B7C on white background.



Black color preview on #A59B7C background

This text has black color on #A59B7C background.


White color preview on #A59B7C background

This text has white color on #A59B7C background.