Color Hex Logo

#a8947c Color Hex

#A8947C
(168,148,124)
2 Favorites   0 Comments

Color spaces of #a8947c

RGB 168148124
HSL0.090.200.57
HSV33°26°66°
CMYK 0.000.120.26   0.34
XYZ30.376430.959923.4436
Yxy30.95990.35830.3652
Hunter Lab55.64160.075613.9684
CIE-Lab62.47383.601315.4275

#a8947c color RGB value is (168,148,124).

#a8947c hex color red value is 168, green value is 148 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #a8947c hue: 0.09 , saturation: 0.20 and the lightness value of a8947c is 0.57.

The process color (four color CMYK) of #a8947c color hex is 0.00, 0.12, 0.26, 0.34. Web safe color of #a8947c is #999966. Color #a8947c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010100 01111100
Octal 250 224 174
Decimal 168 148 124
Hex A8 94 7C

RGB Percentages of Color #a8947c

%38.18
%33.64
%28.18

CMYK Percentages of Color #a8947c

%0
%12
%26
%34

Triadic Colors of #a8947c

#a8947c #7ca894 #947ca8

Analogous Colors of #a8947c

#a8947c #a6a87c #a87e7c

Monochromatic Colors of #a8947c

#a8947c

Complementary Color

#a8947c #7c90a8

#a8947c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8947c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8947c Color CSS Codes

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

#a8947c Text Font Color

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

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


#a8947c Background Color

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

This div background color is #a8947c


#a8947c Border Color

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

This div border color is #a8947c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8947c

#a8947c Color Palettes


Comments

No comments written yet.

Please login to write comment.