COLOR #A5692C

HEX: #A5692C
RGB: (165,105,44)

Color info

#A5692C contains mainly red color. Web safe color of #A5692C is #996633 (or #963).

RGB color model

#A5692C color RGB value is (165,105,44).

  • red value is 165;
  • green value is 105;
  • blue value is 44.
RGB:
(165,105,44)
(65%,41%,17%)

RGB channels and saturation

R 165 of 255 = 65%
G 105 of 255 = 41%
B 44 of 255 = 17%

165
105
44

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

Portions of RGB colors in percentages

R + G + B =
165 + 105 + 44 = 314 (100%)
R 165 of 314 ~ 52.55%
G 105 of 314 ~ 33.44%
B 44 of 314 ~ 14.01%

%52.55
%33.44
%14.01

CMYK color model

#A5692C color CMYK value is (0,36,73,35).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 73.33%
  • key color value is 35.29%
CMYK:
(0,36,73,35)
C0M36Y73K35 
(0%,36%,73%,35%)
(0.00/0.36/0.73/0.35)	

CMYK percentages

%0
%36.36
%73.33
%35.29

Codes

Color #A5692C in popluar color models

A5692C
RGB16510544
HSL30°57.89%40.98%
HSB/HSV30°73.33%64.71%
CMYK0.00%36.36%73.33%
35.29%

Color #A5692C in popluar number systems.

HEXA5692C
Decimal16510544
Binary101001011101001101100
Octal24515154

Shades and tints

Shades of #A5692C

#A5692C
(165,105,44)
#966028
(150,96,40)
#875724
(135,87,36)
#784E20
(120,78,32)
#69451C
(105,69,28)
#5A3C18
(90,60,24)
#4B3314
(75,51,20)
#3C2A10
(60,42,16)
#2D210C
(45,33,12)
#1E1808
(30,24,8)
#0F0F04
(15,15,4)
#000000
(0,0,0)

Tints of #A5692C

#A5692C
(165,105,44)
#AD763F
(173,118,63)
#B58352
(181,131,82)
#BD9065
(189,144,101)
#C59D78
(197,157,120)
#CDAA8B
(205,170,139)
#D5B79E
(213,183,158)
#DDC4B1
(221,196,177)
#E5D1C4
(229,209,196)
#EDDED7
(237,222,215)
#F5EBEA
(245,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5692C color. Also use rgb(165,105,44) instead hex code.

Text Font Color

.myTextColor { color: #A5692C; }

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

This text font color is #A5692C.


Background Color

.myBgColor { background-color: #A5692C; }

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

This div background color is #A5692C.


Border color

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

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

This div border color is #A5692C.


Opacity

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

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

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

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

This text has shadow with #A5692C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5692C on black background.


Color preview on white background

This text has color #A5692C on white background.



Black color preview on #A5692C background

This text has black color on #A5692C background.


White color preview on #A5692C background

This text has white color on #A5692C background.