COLOR #A58258

HEX: #A58258
RGB: (165,130,88)

Color info

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

RGB color model

#A58258 color RGB value is (165,130,88).

  • red value is 165;
  • green value is 130;
  • blue value is 88.
RGB:
(165,130,88)
(65%,51%,35%)

RGB channels and saturation

R 165 of 255 = 65%
G 130 of 255 = 51%
B 88 of 255 = 35%

165
130
88

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

Portions of RGB colors in percentages

R + G + B =
165 + 130 + 88 = 383 (100%)
R 165 of 383 ~ 43.08%
G 130 of 383 ~ 33.94%
B 88 of 383 ~ 22.98%

%43.08
%33.94
%22.98

CMYK color model

#A58258 color CMYK value is (0,21,47,35).

  • cyan value is 0.00%
  • magenta value is 21.21%
  • yellow value is 46.67%
  • key color value is 35.29%
CMYK:
(0,21,47,35)
C0M21Y47K35 
(0%,21%,47%,35%)
(0.00/0.21/0.47/0.35)	

CMYK percentages

%0
%21.21
%46.67
%35.29

Codes

Color #A58258 in popluar color models

A58258
RGB16513088
HSL33°30.43%49.61%
HSB/HSV33°46.67%64.71%
CMYK0.00%21.21%46.67%
35.29%

Color #A58258 in popluar number systems.

HEXA58258
Decimal16513088
Binary10100101100000101011000
Octal245202130

Shades and tints

Shades of #A58258

#A58258
(165,130,88)
#967750
(150,119,80)
#876C48
(135,108,72)
#786140
(120,97,64)
#695638
(105,86,56)
#5A4B30
(90,75,48)
#4B4028
(75,64,40)
#3C3520
(60,53,32)
#2D2A18
(45,42,24)
#1E1F10
(30,31,16)
#0F1408
(15,20,8)
#000000
(0,0,0)

Tints of #A58258

#A58258
(165,130,88)
#AD8D67
(173,141,103)
#B59876
(181,152,118)
#BDA385
(189,163,133)
#C5AE94
(197,174,148)
#CDB9A3
(205,185,163)
#D5C4B2
(213,196,178)
#DDCFC1
(221,207,193)
#E5DAD0
(229,218,208)
#EDE5DF
(237,229,223)
#F5F0EE
(245,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58258 color. Also use rgb(165,130,88) instead hex code.

Text Font Color

.myTextColor { color: #A58258; }

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

This text font color is #A58258.


Background Color

.myBgColor { background-color: #A58258; }

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

This div background color is #A58258.


Border color

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

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

This div border color is #A58258.


Opacity

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

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

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

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

This text has shadow with #A58258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58258 on black background.


Color preview on white background

This text has color #A58258 on white background.



Black color preview on #A58258 background

This text has black color on #A58258 background.


White color preview on #A58258 background

This text has white color on #A58258 background.