COLOR #A5694D

HEX: #A5694D
RGB: (165,105,77)

Color info

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

RGB color model

#A5694D color RGB value is (165,105,77).

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

RGB channels and saturation

R 165 of 255 = 65%
G 105 of 255 = 41%
B 77 of 255 = 30%

165
105
77

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

Portions of RGB colors in percentages

R + G + B =
165 + 105 + 77 = 347 (100%)
R 165 of 347 ~ 47.55%
G 105 of 347 ~ 30.26%
B 77 of 347 ~ 22.19%

%47.55
%30.26
%22.19

CMYK color model

#A5694D color CMYK value is (0,36,53,35).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 53.33%
  • key color value is 35.29%
CMYK:
(0,36,53,35)
C0M36Y53K35 
(0%,36%,53%,35%)
(0.00/0.36/0.53/0.35)	

CMYK percentages

%0
%36.36
%53.33
%35.29

Codes

Color #A5694D in popluar color models

A5694D
RGB16510577
HSL19°36.36%47.45%
HSB/HSV19°53.33%64.71%
CMYK0.00%36.36%53.33%
35.29%

Color #A5694D in popluar number systems.

HEXA5694D
Decimal16510577
Binary1010010111010011001101
Octal245151115

Shades and tints

Shades of #A5694D

#A5694D
(165,105,77)
#966046
(150,96,70)
#87573F
(135,87,63)
#784E38
(120,78,56)
#694531
(105,69,49)
#5A3C2A
(90,60,42)
#4B3323
(75,51,35)
#3C2A1C
(60,42,28)
#2D2115
(45,33,21)
#1E180E
(30,24,14)
#0F0F07
(15,15,7)
#000000
(0,0,0)

Tints of #A5694D

#A5694D
(165,105,77)
#AD765D
(173,118,93)
#B5836D
(181,131,109)
#BD907D
(189,144,125)
#C59D8D
(197,157,141)
#CDAA9D
(205,170,157)
#D5B7AD
(213,183,173)
#DDC4BD
(221,196,189)
#E5D1CD
(229,209,205)
#EDDEDD
(237,222,221)
#F5EBED
(245,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5694D; }

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

This text font color is #A5694D.


Background Color

.myBgColor { background-color: #A5694D; }

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

This div background color is #A5694D.


Border color

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

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

This div border color is #A5694D.


Opacity

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

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

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

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

This text has shadow with #A5694D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5694D on black background.


Color preview on white background

This text has color #A5694D on white background.



Black color preview on #A5694D background

This text has black color on #A5694D background.


White color preview on #A5694D background

This text has white color on #A5694D background.