Color Hex Logo

#a88161 Color Hex

#A88161
(168,129,97)
0 Favorites   0 Comments

Color spaces of #a88161

RGB 16812997
HSL0.080.290.52
HSV27°42°66°
CMYK 0.000.230.42   0.34
XYZ26.156424.888414.7346
Yxy24.88840.39760.3784
Hunter Lab49.88836.283017.4104
CIE-Lab56.966510.713623.1235

#a88161 color RGB value is (168,129,97).

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

The process color (four color CMYK) of #a88161 color hex is 0.00, 0.23, 0.42, 0.34. Web safe color of #a88161 is #999966. Color #a88161 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000001 01100001
Octal 250 201 141
Decimal 168 129 97
Hex A8 81 61

RGB Percentages of Color #a88161

%42.64
%32.74
%24.62

CMYK Percentages of Color #a88161

%0
%23
%42
%34

Triadic Colors of #a88161

#a88161 #61a881 #8161a8

Analogous Colors of #a88161

#a88161 #a8a561 #a86165

Monochromatic Colors of #a88161

#a88161

Complementary Color

#a88161 #6188a8

#a88161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88161 Color CSS Codes

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

#a88161 Text Font Color

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

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


#a88161 Background Color

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

This div background color is #a88161


#a88161 Border Color

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

This div border color is #a88161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88161


Comments

No comments written yet.

Please login to write comment.