Color Hex Logo

#a8847e Color Hex

#A8847E
(168,132,126)
0 Favorites   0 Comments

Color spaces of #a8847e

RGB 168132126
HSL0.020.190.58
HSV25°66°
CMYK 0.000.210.25   0.34
XYZ28.165626.333723.3371
Yxy26.33370.36190.3383
Hunter Lab51.31648.16828.9582
CIE-Lab58.352512.86258.5036

#a8847e color RGB value is (168,132,126).

#a8847e hex color red value is 168, green value is 132 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #a8847e hue: 0.02 , saturation: 0.19 and the lightness value of a8847e is 0.58.

The process color (four color CMYK) of #a8847e color hex is 0.00, 0.21, 0.25, 0.34. Web safe color of #a8847e is #999966. Color #a8847e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000100 01111110
Octal 250 204 176
Decimal 168 132 126
Hex A8 84 7E

RGB Percentages of Color #a8847e

%39.44
%30.99
%29.58

CMYK Percentages of Color #a8847e

%0
%21
%25
%34

Triadic Colors of #a8847e

#a8847e #7ea884 #847ea8

Analogous Colors of #a8847e

#a8847e #a8997e #a87e8d

Monochromatic Colors of #a8847e

#a8847e

Complementary Color

#a8847e #7ea2a8

#a8847e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8847e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8847e Color CSS Codes

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

#a8847e Text Font Color

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

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


#a8847e Background Color

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

This div background color is #a8847e


#a8847e Border Color

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

This div border color is #a8847e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8847e


Comments

No comments written yet.

Please login to write comment.