COLOR #A48258

HEX: #A48258
RGB: (164,130,88)

Color info

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

RGB color model

#A48258 color RGB value is (164,130,88).

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

RGB channels and saturation

R 164 of 255 = 64%
G 130 of 255 = 51%
B 88 of 255 = 35%

164
130
88

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

Portions of RGB colors in percentages

R + G + B =
164 + 130 + 88 = 382 (100%)
R 164 of 382 ~ 42.93%
G 130 of 382 ~ 34.03%
B 88 of 382 ~ 23.04%

%42.93
%34.03
%23.04

CMYK color model

#A48258 color CMYK value is (0,21,46,36).

  • cyan value is 0.00%
  • magenta value is 20.73%
  • yellow value is 46.34%
  • key color value is 35.69%
CMYK:
(0,21,46,36)
C0M21Y46K36 
(0%,21%,46%,36%)
(0.00/0.21/0.46/0.36)	

CMYK percentages

%0
%20.73
%46.34
%35.69

Codes

Color #A48258 in popluar color models

A48258
RGB16413088
HSL33°30.16%49.41%
HSB/HSV33°46.34%64.31%
CMYK0.00%20.73%46.34%
35.69%

Color #A48258 in popluar number systems.

HEXA48258
Decimal16413088
Binary10100100100000101011000
Octal244202130

Shades and tints

Shades of #A48258

#A48258
(164,130,88)
#967750
(150,119,80)
#886C48
(136,108,72)
#7A6140
(122,97,64)
#6C5638
(108,86,56)
#5E4B30
(94,75,48)
#504028
(80,64,40)
#423520
(66,53,32)
#342A18
(52,42,24)
#261F10
(38,31,16)
#181408
(24,20,8)
#000000
(0,0,0)

Tints of #A48258

#A48258
(164,130,88)
#AC8D67
(172,141,103)
#B49876
(180,152,118)
#BCA385
(188,163,133)
#C4AE94
(196,174,148)
#CCB9A3
(204,185,163)
#D4C4B2
(212,196,178)
#DCCFC1
(220,207,193)
#E4DAD0
(228,218,208)
#ECE5DF
(236,229,223)
#F4F0EE
(244,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48258; }

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

This text font color is #A48258.


Background Color

.myBgColor { background-color: #A48258; }

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

This div background color is #A48258.


Border color

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

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

This div border color is #A48258.


Opacity

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

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

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

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

This text has shadow with #A48258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48258 on black background.


Color preview on white background

This text has color #A48258 on white background.



Black color preview on #A48258 background

This text has black color on #A48258 background.


White color preview on #A48258 background

This text has white color on #A48258 background.