COLOR #A58A66

HEX: #A58A66
RGB: (165,138,102)

Color info

#A58A66 contains mainly red and green colors. Web safe color of #A58A66 is #999966 (or #996).

RGB color model

#A58A66 color RGB value is (165,138,102).

  • red value is 165;
  • green value is 138;
  • blue value is 102.
RGB:
(165,138,102)
(65%,54%,40%)

RGB channels and saturation

R 165 of 255 = 65%
G 138 of 255 = 54%
B 102 of 255 = 40%

165
138
102

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

Portions of RGB colors in percentages

R + G + B =
165 + 138 + 102 = 405 (100%)
R 165 of 405 ~ 40.74%
G 138 of 405 ~ 34.07%
B 102 of 405 ~ 25.19%

%40.74
%34.07
%25.19

CMYK color model

#A58A66 color CMYK value is (0,16,38,35).

  • cyan value is 0.00%
  • magenta value is 16.36%
  • yellow value is 38.18%
  • key color value is 35.29%
CMYK:
(0,16,38,35)
C0M16Y38K35 
(0%,16%,38%,35%)
(0.00/0.16/0.38/0.35)	

CMYK percentages

%0
%16.36
%38.18
%35.29

Codes

Color #A58A66 in popluar color models

A58A66
RGB165138102
HSL34°25.93%52.35%
HSB/HSV34°38.18%64.71%
CMYK0.00%16.36%38.18%
35.29%

Color #A58A66 in popluar number systems.

HEXA58A66
Decimal165138102
Binary10100101100010101100110
Octal245212146

Shades and tints

Shades of #A58A66

#A58A66
(165,138,102)
#967E5D
(150,126,93)
#877254
(135,114,84)
#78664B
(120,102,75)
#695A42
(105,90,66)
#5A4E39
(90,78,57)
#4B4230
(75,66,48)
#3C3627
(60,54,39)
#2D2A1E
(45,42,30)
#1E1E15
(30,30,21)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #A58A66

#A58A66
(165,138,102)
#AD9473
(173,148,115)
#B59E80
(181,158,128)
#BDA88D
(189,168,141)
#C5B29A
(197,178,154)
#CDBCA7
(205,188,167)
#D5C6B4
(213,198,180)
#DDD0C1
(221,208,193)
#E5DACE
(229,218,206)
#EDE4DB
(237,228,219)
#F5EEE8
(245,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58A66; }

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

This text font color is #A58A66.


Background Color

.myBgColor { background-color: #A58A66; }

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

This div background color is #A58A66.


Border color

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

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

This div border color is #A58A66.


Opacity

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

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

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

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

This text has shadow with #A58A66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58A66 on black background.


Color preview on white background

This text has color #A58A66 on white background.



Black color preview on #A58A66 background

This text has black color on #A58A66 background.


White color preview on #A58A66 background

This text has white color on #A58A66 background.