Color Hex Logo

#a39995 Color Hex

#A39995
(163,153,149)
0 Favorites   0 Comments

Color spaces of #a39995

RGB 163153149
HSL0.050.070.61
HSV17°64°
CMYK 0.000.060.09   0.36
XYZ31.920332.738933.0706
Yxy32.73890.32660.3350
Hunter Lab57.2179-0.55115.7843
CIE-Lab63.94892.93903.4044

#a39995 color RGB value is (163,153,149).

#a39995 hex color red value is 163, green value is 153 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #a39995 hue: 0.05 , saturation: 0.07 and the lightness value of a39995 is 0.61.

The process color (four color CMYK) of #a39995 color hex is 0.00, 0.06, 0.09, 0.36. Web safe color of #a39995 is #999999. Color #a39995 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011001 10010101
Octal 243 231 225
Decimal 163 153 149
Hex A3 99 95

RGB Percentages of Color #a39995

%35.05
%32.90
%32.04

CMYK Percentages of Color #a39995

%0
%6
%9
%36

Triadic Colors of #a39995

#a39995 #95a399 #9995a3

Analogous Colors of #a39995

#a39995 #a3a095 #a39598

Monochromatic Colors of #a39995

#a39995

Complementary Color

#a39995 #959fa3

#a39995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a39995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a39995 Color CSS Codes

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

#a39995 Text Font Color

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

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


#a39995 Background Color

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

This div background color is #a39995


#a39995 Border Color

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

This div border color is #a39995


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,153,149, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a39995


Comments

No comments written yet.

Please login to write comment.