Color Hex Logo

#a97861 Color Hex

#A97861
(169,120,97)
0 Favorites   0 Comments

Color spaces of #a97861

RGB 16912097
HSL0.050.300.52
HSV19°43°66°
CMYK 0.000.290.43   0.34
XYZ25.236322.731014.3667
Yxy22.73100.40490.3647
Hunter Lab47.677011.048415.5078
CIE-Lab54.794216.218120.2399

#a97861 color RGB value is (169,120,97).

#a97861 hex color red value is 169, green value is 120 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #a97861 hue: 0.05 , saturation: 0.30 and the lightness value of a97861 is 0.52.

The process color (four color CMYK) of #a97861 color hex is 0.00, 0.29, 0.43, 0.34. Web safe color of #a97861 is #996666. Color #a97861 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111000 01100001
Octal 251 170 141
Decimal 169 120 97
Hex A9 78 61

RGB Percentages of Color #a97861

%43.78
%31.09
%25.13

CMYK Percentages of Color #a97861

%0
%29
%43
%34

Triadic Colors of #a97861

#a97861 #61a978 #7861a9

Analogous Colors of #a97861

#a97861 #a99c61 #a9616e

Monochromatic Colors of #a97861

#a97861

Complementary Color

#a97861 #6192a9

#a97861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97861 Color CSS Codes

.mybgcolor {background-color:#a97861; } 
.myforecolor {color:#a97861; }
.mybordercolor {border:3px solid #a97861; }

#a97861 Text Font Color

<p style="color:#a97861">Text here</p>

This sample text font color is #a97861
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a97861 Background Color

<div style="background-color:#a97861">
Div content here</div>

This div background color is #a97861


#a97861 Border Color

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

This div border color is #a97861


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,120,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a97861; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a97861;
  -webkit-box-shadow: 1px 1px 3px 2px #a97861;
  box-shadow:         1px 1px 3px 2px #a97861; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,120,97, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a97861">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a97861;
  -webkit-box-shadow: 1px 1px 3px 2px #a97861;
  box-shadow:         1px 1px 3px 2px #a97861;">
Div content here</div>

This div box has shadow with color #a97861


Comments

No comments written yet.

Please login to write comment.