COLOR #A59274

HEX: #A59274
RGB: (165,146,116)

Color info

#A59274 contains red, green and blue colors in about the same proportion. Web safe color of #A59274 is #999966 (or #996).

RGB color model

#A59274 color RGB value is (165,146,116).

  • red value is 165;
  • green value is 146;
  • blue value is 116.
RGB:
(165,146,116)
(65%,57%,45%)

RGB channels and saturation

R 165 of 255 = 65%
G 146 of 255 = 57%
B 116 of 255 = 45%

165
146
116

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

Portions of RGB colors in percentages

R + G + B =
165 + 146 + 116 = 427 (100%)
R 165 of 427 ~ 38.64%
G 146 of 427 ~ 34.19%
B 116 of 427 ~ 27.17%

%38.64
%34.19
%27.17

CMYK color model

#A59274 color CMYK value is (0,12,30,35).

  • cyan value is 0.00%
  • magenta value is 11.52%
  • yellow value is 29.70%
  • key color value is 35.29%
CMYK:
(0,12,30,35)
C0M12Y30K35 
(0%,12%,30%,35%)
(0.00/0.12/0.30/0.35)	

CMYK percentages

%0
%11.52
%29.7
%35.29

Codes

Color #A59274 in popluar color models

A59274
RGB165146116
HSL37°21.40%55.10%
HSB/HSV37°29.70%64.71%
CMYK0.00%11.52%29.70%
35.29%

Color #A59274 in popluar number systems.

HEXA59274
Decimal165146116
Binary10100101100100101110100
Octal245222164

Shades and tints

Shades of #A59274

#A59274
(165,146,116)
#96856A
(150,133,106)
#877860
(135,120,96)
#786B56
(120,107,86)
#695E4C
(105,94,76)
#5A5142
(90,81,66)
#4B4438
(75,68,56)
#3C372E
(60,55,46)
#2D2A24
(45,42,36)
#1E1D1A
(30,29,26)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #A59274

#A59274
(165,146,116)
#AD9B80
(173,155,128)
#B5A48C
(181,164,140)
#BDAD98
(189,173,152)
#C5B6A4
(197,182,164)
#CDBFB0
(205,191,176)
#D5C8BC
(213,200,188)
#DDD1C8
(221,209,200)
#E5DAD4
(229,218,212)
#EDE3E0
(237,227,224)
#F5ECEC
(245,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59274 color. Also use rgb(165,146,116) instead hex code.

Text Font Color

.myTextColor { color: #A59274; }

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

This text font color is #A59274.


Background Color

.myBgColor { background-color: #A59274; }

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

This div background color is #A59274.


Border color

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

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

This div border color is #A59274.


Opacity

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

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

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

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

This text has shadow with #A59274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59274 on black background.


Color preview on white background

This text has color #A59274 on white background.



Black color preview on #A59274 background

This text has black color on #A59274 background.


White color preview on #A59274 background

This text has white color on #A59274 background.