COLOR #A58A63

HEX: #A58A63
RGB: (165,138,99)

Renk bilgisi

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

RGB renk modeli

#A58A63 color RGB value is (165,138,99).

  • kırmız ton 165;
  • yeşil ton 138;
  • mavi ton 99.
RGB:
(165,138,99)
(65%,54%,39%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 138 of 255 = 54%
B 99 of 255 = 39%

165
138
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 138 + 99 = 402 (100%)
R 165 of 402 ~ 41.04%
G 138 of 402 ~ 34.33%
B 99 of 402 ~ 24.63%

%41.04
%34.33
%24.63

CMYK RENK MODELİ

#A58A63 rengi CMYK tonu (0,16,40,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.36%
  • sarı tonu 40.00%
  • ana renk tonu 35.29%
CMYK:
(0,16,40,35)
C0M16Y40K35 
(0%,16%,40%,35%)
(0.00/0.16/0.40/0.35)	

CMYK yüzdeleri

%0
%16.36
%40
%35.29

Codes

Color #A58A63 in popluar color models

A58A63
RGB16513899
HSL35°26.83%51.76%
HSB/HSV35°40.00%64.71%
CMYK0.00%16.36%40.00%
35.29%

Color #A58A63 in popluar number systems.

HEXA58A63
Decimal16513899
Binary10100101100010101100011
Octal245212143

Shades and tints

Shades of #A58A63

#A58A63
(165,138,99)
#967E5A
(150,126,90)
#877251
(135,114,81)
#786648
(120,102,72)
#695A3F
(105,90,63)
#5A4E36
(90,78,54)
#4B422D
(75,66,45)
#3C3624
(60,54,36)
#2D2A1B
(45,42,27)
#1E1E12
(30,30,18)
#0F1209
(15,18,9)
#000000
(0,0,0)

Tints of #A58A63

#A58A63
(165,138,99)
#AD9471
(173,148,113)
#B59E7F
(181,158,127)
#BDA88D
(189,168,141)
#C5B29B
(197,178,155)
#CDBCA9
(205,188,169)
#D5C6B7
(213,198,183)
#DDD0C5
(221,208,197)
#E5DAD3
(229,218,211)
#EDE4E1
(237,228,225)
#F5EEEF
(245,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58A63 color. Also use rgb(165,138,99) instead hex code.

Text Font Color

.myTextColor { color: #A58A63; }

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

This text font color is #A58A63.


Background Color

.myBgColor { background-color: #A58A63; }

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

This div background color is #A58A63.


Border color

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

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

This div border color is #A58A63.


Opacity

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

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

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

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

This text has shadow with #A58A63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58A63 on black background.


Color preview on white background

This text has color #A58A63 on white background.



Black color preview on #A58A63 background

This text has black color on #A58A63 background.


White color preview on #A58A63 background

This text has white color on #A58A63 background.