Color Hex Logo

#a48985 Color Hex

#A48985
(164,137,133)
0 Favorites   0 Comments

Color spaces of #a48985

RGB 164137133
HSL0.020.150.58
HSV19°64°
CMYK 0.000.160.19   0.36
XYZ28.489127.477325.9924
Yxy27.47730.34760.3353
Hunter Lab52.41885.28017.2936
CIE-Lab59.41359.56035.9556

#a48985 color RGB value is (164,137,133).

#a48985 hex color red value is 164, green value is 137 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #a48985 hue: 0.02 , saturation: 0.15 and the lightness value of a48985 is 0.58.

The process color (four color CMYK) of #a48985 color hex is 0.00, 0.16, 0.19, 0.36. Web safe color of #a48985 is #999999. Color #a48985 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001001 10000101
Octal 244 211 205
Decimal 164 137 133
Hex A4 89 85

RGB Percentages of Color #a48985

%37.79
%31.57
%30.65

CMYK Percentages of Color #a48985

%0
%16
%19
%36

Triadic Colors of #a48985

#a48985 #85a489 #8985a4

Analogous Colors of #a48985

#a48985 #a49985 #a48591

Monochromatic Colors of #a48985

#a48985

Complementary Color

#a48985 #85a0a4

#a48985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48985 Color CSS Codes

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

#a48985 Text Font Color

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

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


#a48985 Background Color

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

This div background color is #a48985


#a48985 Border Color

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

This div border color is #a48985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48985


Comments

No comments written yet.

Please login to write comment.