Color Hex Logo

#a8896c Color Hex

#A8896C
(168,137,108)
0 Favorites   0 Comments

Color spaces of #a8896c

RGB 168137108
HSL0.080.260.54
HSV29°36°66°
CMYK 0.000.180.36   0.34
XYZ27.800927.298917.9913
Yxy27.29890.38040.3735
Hunter Lab52.24833.543716.1578
CIE-Lab59.25007.548919.9931

#a8896c color RGB value is (168,137,108).

#a8896c hex color red value is 168, green value is 137 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #a8896c hue: 0.08 , saturation: 0.26 and the lightness value of a8896c is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001001 01101100
Octal 250 211 154
Decimal 168 137 108
Hex A8 89 6C

RGB Percentages of Color #a8896c

%40.68
%33.17
%26.15

CMYK Percentages of Color #a8896c

%0
%18
%36
%34

Triadic Colors of #a8896c

#a8896c #6ca889 #896ca8

Analogous Colors of #a8896c

#a8896c #a8a76c #a86c6d

Monochromatic Colors of #a8896c

#a8896c

Complementary Color

#a8896c #6c8ba8

#a8896c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8896c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8896c Color CSS Codes

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

#a8896c Text Font Color

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

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


#a8896c Background Color

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

This div background color is #a8896c


#a8896c Border Color

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

This div border color is #a8896c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,137,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a8896c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8896c


Comments

No comments written yet.

Please login to write comment.