Color Hex Logo

#a8886c Color Hex

#A8886C
(168,136,108)
0 Favorites   0 Comments

Color spaces of #a8886c

RGB 168136108
HSL0.080.260.54
HSV28°36°66°
CMYK 0.000.190.36   0.34
XYZ27.659427.015917.9441
Yxy27.01590.38090.3720
Hunter Lab51.97684.029115.9149
CIE-Lab58.98908.109519.6393

#a8886c color RGB value is (168,136,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001000 01101100
Octal 250 210 154
Decimal 168 136 108
Hex A8 88 6C

RGB Percentages of Color #a8886c

%40.78
%33.01
%26.21

CMYK Percentages of Color #a8886c

%0
%19
%36
%34

Triadic Colors of #a8886c

#a8886c #6ca888 #886ca8

Analogous Colors of #a8886c

#a8886c #a8a66c #a86c6e

Monochromatic Colors of #a8886c

#a8886c

Complementary Color

#a8886c #6c8ca8

#a8886c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8886c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8886c Color CSS Codes

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

#a8886c Text Font Color

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

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


#a8886c Background Color

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

This div background color is #a8886c


#a8886c Border Color

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

This div border color is #a8886c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8886c

#a8886c Color Palettes


Comments

No comments written yet.

Please login to write comment.