Color Hex Logo

#a39999 Color Hex

#A39999
(163,153,153)
0 Favorites   0 Comments

Color spaces of #a39999

RGB 163153153
HSL0.000.050.62
HSV64°
CMYK 0.000.060.06   0.36
XYZ32.245332.868934.7818
Yxy32.86890.32280.3290
Hunter Lab57.33140.06504.1619
CIE-Lab64.05463.65901.3067

#a39999 color RGB value is (163,153,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011001 10011001
Octal 243 231 231
Decimal 163 153 153
Hex A3 99 99

RGB Percentages of Color #a39999

%34.75
%32.62
%32.62

CMYK Percentages of Color #a39999

%0
%6
%6
%36

Triadic Colors of #a39999

#a39999 #99a399 #9999a3

Analogous Colors of #a39999

#a39999 #a39e99 #a3999e

Monochromatic Colors of #a39999

#a39999

Complementary Color

#a39999 #99a3a3

#a39999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a39999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a39999 Color CSS Codes

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

#a39999 Text Font Color

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

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


#a39999 Background Color

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

This div background color is #a39999


#a39999 Border Color

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

This div border color is #a39999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a39999

#a39999 Color Palettes


Comments

No comments written yet.

Please login to write comment.