Color Hex Logo

#a97561 Color Hex

#A97561
(169,117,97)
0 Favorites   0 Comments

Color spaces of #a97561

RGB 16911797
HSL0.050.300.52
HSV17°43°66°
CMYK 0.000.310.43   0.34
XYZ24.881122.020714.2483
Yxy22.02070.40690.3601
Hunter Lab46.926212.522914.8460
CIE-Lab54.049017.915319.2355

#a97561 color RGB value is (169,117,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110101 01100001
Octal 251 165 141
Decimal 169 117 97
Hex A9 75 61

RGB Percentages of Color #a97561

%44.13
%30.55
%25.33

CMYK Percentages of Color #a97561

%0
%31
%43
%34

Triadic Colors of #a97561

#a97561 #61a975 #7561a9

Analogous Colors of #a97561

#a97561 #a99961 #a96171

Monochromatic Colors of #a97561

#a97561

Complementary Color

#a97561 #6195a9

#a97561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97561 Color CSS Codes

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

#a97561 Text Font Color

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

This sample text font color is #a97561
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.


#a97561 Background Color

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

This div background color is #a97561


#a97561 Border Color

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

This div border color is #a97561


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,117,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 #a97561">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97561


Comments

No comments written yet.

Please login to write comment.