Color Hex Logo

#a88961 Color Hex

#A88961
(168,137,97)
0 Favorites   0 Comments

Color spaces of #a88961

RGB 16813797
HSL0.090.290.52
HSV34°42°66°
CMYK 0.000.180.42   0.34
XYZ27.251827.079215.0997
Yxy27.07920.39250.3900
Hunter Lab52.03772.413419.2223
CIE-Lab59.04766.221625.8703

#a88961 color RGB value is (168,137,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001001 01100001
Octal 250 211 141
Decimal 168 137 97
Hex A8 89 61

RGB Percentages of Color #a88961

%41.79
%34.08
%24.13

CMYK Percentages of Color #a88961

%0
%18
%42
%34

Triadic Colors of #a88961

#a88961 #61a889 #8961a8

Analogous Colors of #a88961

#a88961 #a4a861 #a86661

Monochromatic Colors of #a88961

#a88961

Complementary Color

#a88961 #6180a8

#a88961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88961 Color CSS Codes

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

#a88961 Text Font Color

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

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


#a88961 Background Color

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

This div background color is #a88961


#a88961 Border Color

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

This div border color is #a88961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88961


Comments

No comments written yet.

Please login to write comment.