Color Hex Logo

#a48161 Color Hex

#A48161
(164,129,97)
0 Favorites   0 Comments

Color spaces of #a48161

RGB 16412997
HSL0.080.270.51
HSV29°41°64°
CMYK 0.000.210.41   0.36
XYZ25.317824.456114.6954
Yxy24.45610.39270.3793
Hunter Lab49.45314.841116.9987
CIE-Lab56.54169.031722.4820

#a48161 color RGB value is (164,129,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000001 01100001
Octal 244 201 141
Decimal 164 129 97
Hex A4 81 61

RGB Percentages of Color #a48161

%42.05
%33.08
%24.87

CMYK Percentages of Color #a48161

%0
%21
%41
%36

Triadic Colors of #a48161

#a48161 #61a481 #8161a4

Analogous Colors of #a48161

#a48161 #a4a361 #a46163

Monochromatic Colors of #a48161

#a48161

Complementary Color

#a48161 #6184a4

#a48161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48161 Color CSS Codes

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

#a48161 Text Font Color

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

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


#a48161 Background Color

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

This div background color is #a48161


#a48161 Border Color

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

This div border color is #a48161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48161


Comments

No comments written yet.

Please login to write comment.