Color Hex Logo

#a39a6f Color Hex

#A39A6F
(163,154,111)
0 Favorites   0 Comments

Color spaces of #a39a6f

RGB 163154111
HSL0.140.220.54
HSV50°32°64°
CMYK 0.000.060.32   0.36
XYZ29.529132.045419.6680
Yxy32.04540.36350.3944
Hunter Lab56.6087-5.953219.0265
CIE-Lab63.3804-3.515023.8059

#a39a6f color RGB value is (163,154,111).

#a39a6f hex color red value is 163, green value is 154 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #a39a6f hue: 0.14 , saturation: 0.22 and the lightness value of a39a6f is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011010 01101111
Octal 243 232 157
Decimal 163 154 111
Hex A3 9A 6F

RGB Percentages of Color #a39a6f

%38.08
%35.98
%25.93

CMYK Percentages of Color #a39a6f

%0
%6
%32
%36

Triadic Colors of #a39a6f

#a39a6f #6fa39a #9a6fa3

Analogous Colors of #a39a6f

#a39a6f #92a36f #a3806f

Monochromatic Colors of #a39a6f

#a39a6f

Complementary Color

#a39a6f #6f78a3

#a39a6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a39a6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a39a6f Color CSS Codes

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

#a39a6f Text Font Color

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

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


#a39a6f Background Color

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

This div background color is #a39a6f


#a39a6f Border Color

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

This div border color is #a39a6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a39a6f


Comments

No comments written yet.

Please login to write comment.