Color Hex Logo

#a38485 Color Hex

#A38485
(163,132,133)
0 Favorites   0 Comments

Color spaces of #a38485

RGB 163132133
HSL0.990.140.58
HSV358°19°64°
CMYK 0.000.190.18   0.36
XYZ27.589225.982525.7513
Yxy25.98250.34780.3276
Hunter Lab50.97307.41055.7281
CIE-Lab58.020412.00403.9385

#a38485 color RGB value is (163,132,133).

#a38485 hex color red value is 163, green value is 132 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #a38485 hue: 0.99 , saturation: 0.14 and the lightness value of a38485 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000100 10000101
Octal 243 204 205
Decimal 163 132 133
Hex A3 84 85

RGB Percentages of Color #a38485

%38.08
%30.84
%31.07

CMYK Percentages of Color #a38485

%0
%19
%18
%36

Triadic Colors of #a38485

#a38485 #85a384 #8485a3

Analogous Colors of #a38485

#a38485 #a39384 #a38495

Monochromatic Colors of #a38485

#a38485

Complementary Color

#a38485 #84a3a2

#a38485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38485 Color CSS Codes

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

#a38485 Text Font Color

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

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


#a38485 Background Color

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

This div background color is #a38485


#a38485 Border Color

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

This div border color is #a38485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38485


Comments

No comments written yet.

Please login to write comment.