Color Hex Logo

#a48961 Color Hex

#A48961
(164,137,97)
0 Favorites   0 Comments

Color spaces of #a48961

RGB 16413797
HSL0.100.270.51
HSV36°41°64°
CMYK 0.000.160.41   0.36
XYZ26.413226.646915.0605
Yxy26.64690.38770.3912
Hunter Lab51.62060.998618.8364
CIE-Lab58.64614.535125.2677

#a48961 color RGB value is (164,137,97).

#a48961 hex color red value is 164, green value is 137 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #a48961 hue: 0.10 , saturation: 0.27 and the lightness value of a48961 is 0.51.

The process color (four color CMYK) of #a48961 color hex is 0.00, 0.16, 0.41, 0.36. Web safe color of #a48961 is #999966. Color #a48961 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001001 01100001
Octal 244 211 141
Decimal 164 137 97
Hex A4 89 61

RGB Percentages of Color #a48961

%41.21
%34.42
%24.37

CMYK Percentages of Color #a48961

%0
%16
%41
%36

Triadic Colors of #a48961

#a48961 #61a489 #8961a4

Analogous Colors of #a48961

#a48961 #9ea461 #a46861

Monochromatic Colors of #a48961

#a48961

Complementary Color

#a48961 #617ca4

#a48961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48961 Color CSS Codes

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

#a48961 Text Font Color

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

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


#a48961 Background Color

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

This div background color is #a48961


#a48961 Border Color

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

This div border color is #a48961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48961


Comments

No comments written yet.

Please login to write comment.