Color Hex Logo

#a48097 Color Hex

#A48097
(164,128,151)
0 Favorites   0 Comments

Color spaces of #a48097

RGB 164128151
HSL0.890.170.57
HSV322°22°64°
CMYK 0.000.220.08   0.36
XYZ28.614925.565232.7046
Yxy25.56520.32930.2942
Hunter Lab50.562012.5361-2.9566
CIE-Lab57.622017.7741-7.0063

#a48097 color RGB value is (164,128,151).

#a48097 hex color red value is 164, green value is 128 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #a48097 hue: 0.89 , saturation: 0.17 and the lightness value of a48097 is 0.57.

The process color (four color CMYK) of #a48097 color hex is 0.00, 0.22, 0.08, 0.36. Web safe color of #a48097 is #999999. Color #a48097 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000000 10010111
Octal 244 200 227
Decimal 164 128 151
Hex A4 80 97

RGB Percentages of Color #a48097

%37.02
%28.89
%34.09

CMYK Percentages of Color #a48097

%0
%22
%8
%36

Triadic Colors of #a48097

#a48097 #97a480 #8097a4

Analogous Colors of #a48097

#a48097 #a48085 #9f80a4

Monochromatic Colors of #a48097

#a48097

Complementary Color

#a48097 #80a48d

#a48097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48097 Color CSS Codes

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

#a48097 Text Font Color

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

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


#a48097 Background Color

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

This div background color is #a48097


#a48097 Border Color

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

This div border color is #a48097


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,128,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a48097; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a48097;
  -webkit-box-shadow: 1px 1px 3px 2px #a48097;
  box-shadow:         1px 1px 3px 2px #a48097; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,128,151, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48097


Comments

No comments written yet.

Please login to write comment.